Release new version 0.9.30. v0.9.30
authorMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 22:12:09 +0000 (23:12 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 8 Jan 2011 22:12:09 +0000 (23:12 +0100)
debian/changelog
grml2usb
grml2usb-compat

index c749c18..5be4fc5 100644 (file)
@@ -1,3 +1,11 @@
+grml2usb (0.9.30) unstable; urgency=low
+
+  * [35b606b] fix broken grub command terminal_output (should be
+    "terminal_output gfxterm" instead of terminal_output.gfxterm) -
+    thanks to Bert Schulze <spambemyguest@googlemail.com>
+
+ -- Michael Prokop <mika@grml.org>  Sat, 08 Jan 2011 23:11:15 +0100
+
 grml2usb (0.9.29) unstable; urgency=low
 
   [ Thorsten Glaser ]
index 657111e..9191e85 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -7,7 +7,7 @@ grml2usb
 
 This script installs a grml system (either a running system or ISO[s]) to a USB device
 
-:copyright: (c) 2009 by Michael Prokop <mika@grml.org>
+:copyright: (c) 2009, 2010, 2011 by Michael Prokop <mika@grml.org>
 :license: GPL v2 or any later version
 :bugreports: http://grml.org/bugs/
 
@@ -22,7 +22,7 @@ import uuid
 import struct
 
 # global variables
-PROG_VERSION = "0.9.29"
+PROG_VERSION = "0.9.30"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg
index f98a812..4947968 100755 (executable)
@@ -6,7 +6,7 @@ grml2usb
 
 This script installs a grml system (either a running system or ISO[s]) to a USB device
 
-:copyright: (c) 2009 by Michael Prokop <mika@grml.org>
+:copyright: (c) 2009, 2010, 2011 by Michael Prokop <mika@grml.org>
 :license: GPL v2 or any later version
 :bugreports: http://grml.org/bugs/
 
@@ -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.20"
+PROG_VERSION = "0.9.30"
 MOUNTED = set()  # register mountpoints
 TMPFILES = set() # register tmpfiles
 DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg