summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2005-12-28 20:42:58 +0000
committerKyle McMartin <kyle@parisc-linux.org>2005-12-28 20:42:58 +0000
commit4c2159296a2a26f24cb463e32cc95dd68a089337 (patch)
tree001ad23bce0dc86d866916ef8c4119e057fb147f
parent7159c5721a0465f5b3c8a1a67964446cd2f47781 (diff)
downloadpalo-4c2159296a2a26f24cb463e32cc95dd68a089337.tar.gz
update version & debian changelogv1.11
-rw-r--r--debian/changelog12
-rw-r--r--lib/common.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 34d8e89..6740cd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+palo (1.11) unstable; urgency=low
+
+ * Flush Instruction Cache insn now requires space register to be
+ specified. Previously it would assume %sr0.
+ * Fix include of ext2_fs.h by stubbing out some definitions it
+ requires. Patch from Richard Hirst. (closes: #336346)
+ * Fix FTBFS from previous version a different way. Checked that it
+ properly works on i386 and hppa. Patch from Andreas Jochens.
+ (closes: #320284)
+
+ -- Kyle McMartin <kyle@debian.org> Wed, 28 Dec 2005 14:46:44 -0500
+
palo (1.10) UNRELEASED; urgency=low
* Fix FTBFS with Debian's linux-kernel-headers. Closes: #320284
diff --git a/lib/common.h b/lib/common.h
index 5a9b2dd..1ddc167 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -11,7 +11,7 @@
#include <asm/byteorder.h>
#include "part.h"
-#define PALOVERSION "1.10"
+#define PALOVERSION "1.11"
/* size of I/O block used in HP firmware */
#define FW_BLOCKSIZE 2048