From 24494fe6581556f033d9ac3f21ac1cc70d91b721 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Tue, 27 Oct 2009 21:45:40 +0100 Subject: [PATCH 1/1] Update changelog and increment version number. --- debian/changelog | 8 ++++++++ grml2usb | 2 +- grml2usb-compat | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f641f7..d7c1a35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +grml2usb (0.9.16) unstable; urgency=low + + * Dynamic check for addons as grml-small is nowadays shipped with addons. + * Copy gpxe.lkrn from addons. + * Modified grml2usb to be able to run on a generated grml2usb iso/directory. + + -- Ulrich Dangel Tue, 27 Oct 2009 21:41:07 +0100 + grml2usb (0.9.15) unstable; urgency=low * Support new addon menu file layout from grml-live. diff --git a/grml2usb b/grml2usb index 6455aac..d10cf1d 100755 --- a/grml2usb +++ b/grml2usb @@ -20,7 +20,7 @@ import fileinput import glob # global variables -PROG_VERSION = "0.9.15" +PROG_VERSION = "0.9.16" 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 c03c0af..b8805cb 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.14-compat" +PROG_VERSION = "0.9.16-compat" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg -- 2.1.4