Release new version 0.9.23. v0.9.23
authorMichael Prokop <mika@grml.org>
Fri, 2 Apr 2010 16:33:23 +0000 (18:33 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 2 Apr 2010 16:33:23 +0000 (18:33 +0200)
debian/changelog
grml2usb

index cf2aeb8..15381a8 100644 (file)
@@ -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 <mika@grml.org>  Fri, 02 Apr 2010 18:32:25 +0200
+
 grml2usb (0.9.22) unstable; urgency=low
 
   [ Ulrich Dangel ]
 grml2usb (0.9.22) unstable; urgency=low
 
   [ Ulrich Dangel ]
index 7e91839..70bcb8b 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -21,7 +21,7 @@ import glob
 import uuid
 
 # global variables
 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
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg