From: Michael Prokop Date: Tue, 28 Sep 2010 21:58:03 +0000 (+0200) Subject: Release new version 0.9.28. X-Git-Tag: v0.9.28^0 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=c306416f649721bf858e116e1b0f5bd80bde2b66;ds=sidebyside Release new version 0.9.28. --- diff --git a/debian/changelog b/debian/changelog index c320685..73c7dc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +grml2usb (0.9.28) unstable; urgency=low + + [ Ulrich Dangel ] + * [7b4fa5c] Some code cleanup. + * [2a93d92] Copy bootloader files from /usr/lib/syslinux/ + [Closes: issue894] + * [c0fd54e] Run grub-install without and with --force option. + * [1a5a6cd] bsd4grml was not copied correctly to the target device. + + [ Christian Hofstaedtler ] + * [875b62b] Rename variables in update_grml_versions to be less + confusing. + * [791485b] Properly update grml-versions when updating a grml + flavour. + + [ Michael Prokop ] + * [91529cc] Bump Standards-Version to 3.9.1. + + -- Michael Prokop Tue, 28 Sep 2010 23:57:16 +0200 + grml2usb (0.9.27) unstable; urgency=low [ Michael Prokop ] diff --git a/grml2usb b/grml2usb index 092e34d..490542f 100755 --- a/grml2usb +++ b/grml2usb @@ -22,7 +22,7 @@ import uuid import struct # global variables -PROG_VERSION = "0.9.28~git" +PROG_VERSION = "0.9.28" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg