summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-08-05 23:18:17 +0200
committerHelge Deller <deller@gmx.de>2022-08-05 23:18:17 +0200
commit71501b8d1652b553fc91d22745ebe40694c7bef9 (patch)
treeb24c5594152b953409ab967892acd90508de710b
parentfab3b7fb4f726ab00abe75f04086b28f55dfe58d (diff)
downloadpalo-71501b8d1652b553fc91d22745ebe40694c7bef9.tar.gz
palo v2.21 release
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--debian/changelog10
-rw-r--r--iplbootbin53248 -> 51200 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.88
-rw-r--r--palo.spec2
5 files changed, 16 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index cf9af0c..cfd9fd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+palo (2.21) unstable; urgency=medium
+
+ [ Helge Deller ]
+ * ipl: Avoid __udivdi3 and __umoddi3 millicode in palo ipl code
+ * ipl: Fix partition detection and printout
+ * ipl: Abort early if we know we will not reach the block
+ * ipl: Improve error messages and error return code handling
+
+ -- Helge Deller <deller@localhost> Fri, 05 Aug 2022 21:12:59 +0000
+
palo (2.20) unstable; urgency=medium
[ Helge Deller ]
diff --git a/iplboot b/iplboot
index 5d74df7..403f7e2 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index 62c1fed..874af7b 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
*/
#define PALOMAGIC "PALO"
-#define PALOVERSION "2.20"
+#define PALOVERSION "2.21"
#ifndef __ASSEMBLY__
diff --git a/palo.8 b/palo.8
index e58ad16..aec9714 100644
--- a/palo.8
+++ b/palo.8
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17.
-.TH PALO "8" "January 2021" "boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
+.TH PALO "8" "August 2022" "boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
.SH NAME
palo \- boot media management tool for PA-RISC/HPPA.
.SH SYNOPSIS
@@ -93,8 +93,8 @@ be loaded into the palo partition
When more than one of \fB\-I\fR, \fB\-U\fR, \fB\-s\fR and \fB\-C\fR are used, only the
last one is effective.
.PP
-palo version 2.15
-https://parisc.wiki.kernel.org \- Sat, 30 Jan 2021 11:37:58 +0000
+palo version 2.21
+https://parisc.wiki.kernel.org \- Fri, 05 Aug 2022 21:12:59 +0000
palo is the installation and management tool for the parisc
bootloader, called iplboot. The size required for the iplboot binary
diff --git a/palo.spec b/palo.spec
index 2568921..f8456f3 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
Name: palo
-Version: 2.20
+Version: 2.21
Release: 1%{?dist}
Summary: PALO - PA-RISC Boot Loader
Packager: Helge Deller <deller@gmx.de>