palo v2.20 release

Signed-off-by: Helge Deller <deller@gmx.de>
diff --git a/debian/changelog b/debian/changelog
index 5386dba..cf9af0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+palo (2.20) unstable; urgency=medium
+
+  [ Helge Deller ]
+  * ipl: Allow to boot beyond the 2GB disk limit (on most machines)
+  * ipl: Allow "list directory" menu entry to show other partitions
+  * ipl: Add hex prefix when printing segement load address
+
+ -- Helge Deller <deller@gmx.de>  Thu, 04 Aug 2022 14:39:52 +0000
+
 palo (2.16) unstable; urgency=medium
 
   [ Helge Deller ]
diff --git a/iplboot b/iplboot
index 1a3ef74..5d74df7 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index d755a0a..b46c350 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
  */
 
 #define PALOMAGIC "PALO"
-#define PALOVERSION "2.16"
+#define PALOVERSION "2.20"
 
 #ifndef __ASSEMBLY__
 
diff --git a/palo.spec b/palo.spec
index 1549b5e..2568921 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
 Name:		palo
-Version:	2.16
+Version:	2.20
 Release:	1%{?dist}
 Summary:	PALO - PA-RISC Boot Loader
 Packager:	Helge Deller <deller@gmx.de>