Release new version 0.9.29. v0.9.29
authorMichael Prokop <mika@grml.org>
Thu, 25 Nov 2010 10:18:17 +0000 (11:18 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 25 Nov 2010 10:18:17 +0000 (11:18 +0100)
debian/changelog
grml2usb

index 73c7dc7..c749c18 100644 (file)
@@ -1,3 +1,23 @@
+grml2usb (0.9.29) unstable; urgency=low
+
+  [ Thorsten Glaser ]
+  * [601cc84] correct a pasto (it's 'grub.cfg')
+  * [dc6a084] There is no /bin/bash on most operating systems.
+  * [eb1a910] fix bsd4grml boot (loopback and regular)
+
+  [ Ulrich Dangel ]
+  * [3cec649] Append new flavours to grml-version, do not only update
+    existing versions
+  * [35d64cf] Update version
+  * [ff5be86] Improve logging message
+
+  [ Michael Prokop ]
+  * [e32e549] Re-add mtools to Depends as they are just suggests of
+    syslinux package - thanks to Michael Gissing for the bugreport.
+    [Closes: issue905]
+
+ -- Michael Prokop <mika@grml.org>  Thu, 25 Nov 2010 11:15:10 +0100
+
 grml2usb (0.9.28) unstable; urgency=low
 
   [ Ulrich Dangel ]
index 2eccf8c..a06ddc3 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -22,7 +22,7 @@ import uuid
 import struct
 
 # global variables
-PROG_VERSION = "0.9.29~git"
+PROG_VERSION = "0.9.29"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg