palo v2.22 release

Signed-off-by: Helge Deller <deller@gmx.de>
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 @@
 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>