summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2019-07-21 19:16:05 +0200
committerHelge Deller <deller@gmx.de>2019-07-21 19:16:05 +0200
commitc17db9a93031c63028585b0200fc9ddeec4aeab1 (patch)
tree2a3a861cdb772f1d1b3854698f855c706a4765e0
parent1379ca7c31c1a20b50f2c4793f99308d72874cb6 (diff)
downloadpalo-c17db9a93031c63028585b0200fc9ddeec4aeab1.tar.gz
palo v2.10 releasev2.10
-rw-r--r--debian/changelog10
-rw-r--r--iplbootbin45056 -> 47104 bytes
-rw-r--r--lib/common.h2
-rw-r--r--palo.spec2
4 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a5f5c19..5e4c002 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+palo (2.10) unstable; urgency=medium
+
+ [ James Bottomley ]
+ * Update palo documentation
+ * palo: place iplboot inside disk label if it's big enough
+ * palo: add support for formatting as ext4
+ * iplboot: add ext4 support
+
+ -- Helge Deller <deller@gmx.de> Sun, 21 Jul 2019 19:06:09 +0200
+
palo (2.01) unstable; urgency=medium
[ Helge Deller ]
diff --git a/iplboot b/iplboot
index 29d8ead..5340d95 100644
--- a/iplboot
+++ b/iplboot
Binary files differ
diff --git a/lib/common.h b/lib/common.h
index 2213555..46e78b8 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -9,7 +9,7 @@
*/
#define PALOMAGIC "PALO"
-#define PALOVERSION "2.01"
+#define PALOVERSION "2.10"
#ifndef __ASSEMBLY__
diff --git a/palo.spec b/palo.spec
index 2644598..61328d4 100644
--- a/palo.spec
+++ b/palo.spec
@@ -1,5 +1,5 @@
Name: palo
-Version: 2.01
+Version: 2.10
Release: 1%{?dist}
Summary: PALO - PA-RISC Boot Loader
Packager: Helge Deller <deller@gmx.de>