Release version 0.9.26. v0.9.26
authorMichael Prokop <mika@grml.org>
Thu, 27 May 2010 23:18:45 +0000 (01:18 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 27 May 2010 23:18:45 +0000 (01:18 +0200)
debian/changelog
grml2usb

index a8879d6..a0e5c44 100644 (file)
@@ -1,3 +1,15 @@
+grml2usb (0.9.26) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * Code cleanup.
+  * Support expanding bootoptions variables.
+  * Fix string concatenation and string formatting error.
+
+  [ Michael Prokop ]
+  * Document grub option in manpage (thanks Andrey Rahmatulli).
+
+ -- Michael Prokop <mika@grml.org>  Fri, 28 May 2010 01:16:35 +0200
+
 grml2usb (0.9.25) unstable; urgency=low
 
   * Fix typo in option handling.
index 4205a32..414b9c5 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -22,7 +22,7 @@ import uuid
 import struct
 
 # global variables
-PROG_VERSION = "0.9.26~git"
+PROG_VERSION = "0.9.26"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg