From: Michael Prokop Date: Fri, 2 Apr 2010 16:33:23 +0000 (+0200) Subject: Release new version 0.9.23. X-Git-Tag: v0.9.23^0 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=2b8f8f272ed3514227d2ded8d5b60ce7f10b42da Release new version 0.9.23. --- diff --git a/debian/changelog b/debian/changelog index cf2aeb8..15381a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml2usb (0.9.23) unstable; urgency=low + + [ Ulrich Dangel ] + * Only ask questions if options.force is not set. [Closes: issue833] + + -- Michael Prokop Fri, 02 Apr 2010 18:32:25 +0200 + grml2usb (0.9.22) unstable; urgency=low [ Ulrich Dangel ] diff --git a/grml2usb b/grml2usb index 7e91839..70bcb8b 100755 --- a/grml2usb +++ b/grml2usb @@ -21,7 +21,7 @@ import glob import uuid # global variables -PROG_VERSION = "0.9.22" +PROG_VERSION = "0.9.23" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg