From: Michael Prokop Date: Wed, 30 Jun 2010 11:13:21 +0000 (+0200) Subject: Release new version 0.9.27. X-Git-Tag: v0.9.27^0 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=e86ad0fb7af950b56ecc47f393a1c812b0b37c07 Release new version 0.9.27. --- diff --git a/debian/changelog b/debian/changelog index 2ce1736..c320685 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,20 @@ -grml2usb (0.9.27~pre1) UNRELEASED; urgency=low +grml2usb (0.9.27) unstable; urgency=low - * Check for precense of grub/syslinux at startup time. + [ Michael Prokop ] + * [3836a71] Check for precense of grub/syslinux at startup time. Thanks to Eduard Bloch for reporting. [Closes: issue855] - * Mention --force switch of grub-install in debug log. + * [bde7012] Mention --force switch of grub-install in debug log. + * [1c1c18c] Doc: fix documentation regarding default bootmanager. + (thanks Martin Krafft). + * [bae5bfb] Bump Standards-Version to 3.9.0. + + [ Ulrich Dangel ] + * [b79a4cc] Fix error message for unintialized partition. + [Closes: issue857] + * [cd204ee] Fix user feedback about default flavour and + installed flavours. - -- Michael Prokop Sat, 29 May 2010 01:35:05 +0200 + -- Michael Prokop Wed, 30 Jun 2010 13:10:09 +0200 grml2usb (0.9.26) unstable; urgency=low diff --git a/grml2usb b/grml2usb index 9cca9d7..13c8249 100755 --- a/grml2usb +++ b/grml2usb @@ -22,7 +22,7 @@ import uuid import struct # global variables -PROG_VERSION = "0.9.27~git" +PROG_VERSION = "0.9.27" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg