summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2019-07-31 09:44:17 +0200
committerHelge Deller <deller@gmx.de>2019-07-31 09:44:17 +0200
commit3a408c8ef9b2f2e77793bb504bffa672836e8b73 (patch)
treeee7c1f8022ca7af3e70046e5e7b7fb13621db2fd
parenta50fe3358ae4bc4f23caa9aa6457bfdbc4556db8 (diff)
downloadpalo-3a408c8ef9b2f2e77793bb504bffa672836e8b73.tar.gz
palo v2.11 releasev2.11
-rw-r--r--debian/changelog7
-rw-r--r--iplbootbin47104 -> 47104 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.spec2
4 files changed, 9 insertions, 2 deletions
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>