Release new version 0.9.31. v0.9.31
authorMichael Prokop <mika@grml.org>
Mon, 14 Feb 2011 09:40:22 +0000 (10:40 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 14 Feb 2011 09:40:22 +0000 (10:40 +0100)
debian/changelog
grml2usb
grml2usb-compat

index 5be4fc5..2b381bf 100644 (file)
@@ -1,3 +1,19 @@
+grml2usb (0.9.31) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * [f5e949b] Support mkisofs or genisoimage in grml2iso. Updated
+    debian/control accordingly.
+  * [a9ab0bf] Print warning if grml2usb is not found in grml2iso.
+  * [d85b3e3] Support arbitrary grml2usb options in grml2iso.
+  * [cc12ab6] Allow multiple --bootoptions for grml2usb. This makes
+    scripting a lot easier.
+  * [161f2d5] Support generating small iso images with grml2iso.
+
+  [ Michael Prokop ]
+  * [1980861] Typo fixes and minor formating corrections.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 14 Feb 2011 10:39:07 +0100
+
 grml2usb (0.9.30) unstable; urgency=low
 
   * [35b606b] fix broken grub command terminal_output (should be
index ac913c0..ab6f981 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -22,7 +22,7 @@ import uuid
 import struct
 
 # global variables
-PROG_VERSION = "0.9.30"
+PROG_VERSION = "0.9.31"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
index 4947968..5daa690 100755 (executable)
@@ -18,7 +18,7 @@ from inspect import isroutine, isclass
 import datetime, logging, os, re, subprocess, sys, tempfile, time, os.path
 
 # global variables
-PROG_VERSION = "0.9.30"
+PROG_VERSION = "0.9.31"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg