1.5
diff --git a/debian/changelog b/debian/changelog
index 3dd0808..165ddba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-palo (1.4jejb) unstable; urgency=low
+palo (1.5) unstable; urgency=low
 
   * Some cleanups and error checking especially in ipl.c
   * Heisenbug (overwriting a buffer) found
   * Added an 'l' command for list kernel directory (jejb)
   * Accept both \b and \0177 as the interactive erase character (jejb)
+  * Be sure to restart interactively after more failures (Joel)
 
- -- Paul Bame <bame@ldl.fc.hp.com>  Wed,  5 May 2004 09:00:29 -0600
+ -- Paul Bame <bame@ldl.fc.hp.com>  Wed, 14 May 2004 09:00:29 -0600
 
 palo (1.4) unstable; urgency=low
 
diff --git a/lib/common.h b/lib/common.h
index ee7167f..750e5d8 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -11,7 +11,7 @@
 #include <asm/byteorder.h>
 #include <linux/genhd.h>
 
-#define PALOVERSION "1.4jejb"
+#define PALOVERSION "1.5"
 
 /* size of I/O block used in HP firmware */
 #define FW_BLOCKSIZE	2048