summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-08-09 11:03:37 +0200
committerHelge Deller <deller@gmx.de>2022-08-09 11:03:37 +0200
commit73a408ab69d238e8e69a48fb0a6ae51ef237ac0c (patch)
treee652bad7cf4ece25c4e5e84bc62f176dfa63d763
parent8c689011791f0795bac0aa3e930f47b20247b9f3 (diff)
downloadpalo-73a408ab69d238e8e69a48fb0a6ae51ef237ac0c.tar.gz
palo v2.22 releasev2.22
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--debian/changelog14
-rw-r--r--iplbootbin51200 -> 51200 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.88
-rw-r--r--palo.spec2
5 files changed, 20 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index cfd9fd2..15f4ab5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+palo (2.22) unstable; urgency=medium
+
+ [ Helge Deller ]
+ * ipl: Add trailing "/" when listing directories
+ * diskpart: Don't assume a Linux partition is an ext2 fs
+ * ext2: Make error message human readable
+ * ipl/palo: Fix partition detection
+ * palo: Add palo version in header
+ * ipl/ext2: Fix block calculation and close file handle
+ * ipl: Close file handles after usage
+ * ipl: Add fileio_close() function to close file handles
+
+ -- Helge Deller <deller@gmx.de> Tue, 09 Aug 2022 08:39:01 +0000
+
palo (2.21) unstable; urgency=medium
[ Helge Deller ]
diff --git a/iplboot b/iplboot
index 403f7e2..2145022 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index 874af7b..6719aa0 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
*/
#define PALOMAGIC "PALO"
-#define PALOVERSION "2.21"
+#define PALOVERSION "2.22"
#ifndef __ASSEMBLY__
diff --git a/palo.8 b/palo.8
index aec9714..ce0f3e8 100644
--- a/palo.8
+++ b/palo.8
@@ -1,12 +1,12 @@
.\" 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"
+.TH PALO "8" "August 2022" "palo 2.22 - boot media management tool for PA-RISC/HPPA." "System Administration Utilities"
.SH NAME
palo \- boot media management tool for PA-RISC/HPPA.
.SH SYNOPSIS
.B palo
[\fI\,options\/\fR]
.SH DESCRIPTION
-palo \- boot media management tool for PA\-RISC/HPPA.
+palo 2.22 \- boot media management tool for PA\-RISC/HPPA.
.TP
\-?, \fB\-\-help\fR
Print this information
@@ -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.21
-https://parisc.wiki.kernel.org \- Fri, 05 Aug 2022 21:12:59 +0000
+palo version 2.22
+https://parisc.wiki.kernel.org \- Tue, 09 Aug 2022 08:39:01 +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 f8456f3..591a422 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
Name: palo
-Version: 2.21
+Version: 2.22
Release: 1%{?dist}
Summary: PALO - PA-RISC Boot Loader
Packager: Helge Deller <deller@gmx.de>