summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--iplbootbin55296 -> 55296 bytes
-rw-r--r--lib/common.h2
3 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9dae388..fa38a05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+palo (2.24) unstable; urgency=medium
+
+ [ Helge Deller ]
+ * ipl: Fix loading of ramdisk in qemu
+
+ -- Helge Deller <deller@gmx.de> Tue, 30 May 2023 14:10:51 +0200
+
palo (2.23) unstable; urgency=medium
[ Helge Deller ]
diff --git a/iplboot b/iplboot
index c930090..3ec8587 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index a66ee8b..57a619e 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
*/
#define PALOMAGIC "PALO"
-#define PALOVERSION "2.23"
+#define PALOVERSION "2.24"
#ifndef __ASSEMBLY__