From a3cf9517aca88f8c708ccdc9991842c5f77ee51a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 8 Jan 2011 23:12:09 +0100 Subject: [PATCH] Release new version 0.9.30. --- debian/changelog | 8 ++++++++ grml2usb | 4 ++-- grml2usb-compat | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c749c18..5be4fc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 + + -- Michael Prokop Sat, 08 Jan 2011 23:11:15 +0100 + grml2usb (0.9.29) unstable; urgency=low [ Thorsten Glaser ] diff --git a/grml2usb b/grml2usb index 657111e..9191e85 100755 --- 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 +:copyright: (c) 2009, 2010, 2011 by Michael Prokop :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 diff --git a/grml2usb-compat b/grml2usb-compat index f98a812..4947968 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -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 +:copyright: (c) 2009, 2010, 2011 by Michael Prokop :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 -- 2.1.4