From: Michael Prokop Date: Thu, 27 May 2010 23:18:45 +0000 (+0200) Subject: Release version 0.9.26. X-Git-Tag: v0.9.26^0 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=779a8334c32bb2389e2cffb32a3fefeb9b3f415c;ds=sidebyside Release version 0.9.26. --- diff --git a/debian/changelog b/debian/changelog index a8879d6..a0e5c44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 28 May 2010 01:16:35 +0200 + grml2usb (0.9.25) unstable; urgency=low * Fix typo in option handling. diff --git a/grml2usb b/grml2usb index 4205a32..414b9c5 100755 --- 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