From b48ba994f1c4902f208c62180b3523a16d7db1df Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 14 Feb 2011 10:40:22 +0100 Subject: [PATCH] Release new version 0.9.31. --- debian/changelog | 16 ++++++++++++++++ grml2usb | 2 +- grml2usb-compat | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5be4fc5..2b381bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 14 Feb 2011 10:39:07 +0100 + grml2usb (0.9.30) unstable; urgency=low * [35b606b] fix broken grub command terminal_output (should be diff --git a/grml2usb b/grml2usb index ac913c0..ab6f981 100755 --- 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 diff --git a/grml2usb-compat b/grml2usb-compat index 4947968..5daa690 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -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 -- 2.1.4