palo v2.11 release
diff --git a/debian/changelog b/debian/changelog
index 5e4c002..f42ab99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+palo (2.11) unstable; urgency=medium
+
+  [ James Bottomley ]
+  * Fix loading of compressed kernels by reducing .bss usage
+
+ -- Helge Deller <deller@gmx.de>  Wed, 31 Jul 2019 09:39:23 +0200
+
 palo (2.10) unstable; urgency=medium
 
   [ James Bottomley ]
diff --git a/iplboot b/iplboot
index 5340d95..13b190f 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index 46e78b8..05cda43 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
  */
 
 #define PALOMAGIC "PALO"
-#define PALOVERSION "2.10"
+#define PALOVERSION "2.11"
 
 #ifndef __ASSEMBLY__
 
diff --git a/palo.spec b/palo.spec
index 61328d4..5c461d6 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
 Name:		palo
-Version:	2.10
+Version:	2.11
 Release:	1%{?dist}
 Summary:	PALO - PA-RISC Boot Loader
 Packager:	Helge Deller <deller@gmx.de>