From: Michael Prokop Date: Mon, 16 Feb 2009 22:41:06 +0000 (+0100) Subject: Add debian/NEWS file, update changelog and adjust version number X-Git-Tag: v0.9.2~46 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=27859253a5c4e08c79670ed2f06e5435afd95ee7 Add debian/NEWS file, update changelog and adjust version number --- diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..ad0f5e1 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,17 @@ +grml2usb (0.9.2) UNRELEASED; urgency=low + + * Please notice that grml2usb was rewritten from scratch. + The invocation of grml2usb changed. Instead of invoking: + + # grmlusb /path/to/iso /mnt/usb-sdb1 + + from now on you can directly invoke it with the device, meaning: + + # grmlusb /path/to/iso /dev/sdb1 + + The new release brings many new features (like multi-iso + support, several new options like --mbr, --bootoptions=...). + Check out the manpage for all the details. Please let us + know if you explore any problems or have any questions. + + -- Michael Prokop Mon, 16 Feb 2009 23:36:23 +0100 diff --git a/debian/changelog b/debian/changelog index 1ea1ea9..265c3be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +grml2usb (0.9.2) UNRELEASED; urgency=low + + * Rewrote grml2usb from scratch (in python). New features: + - you no longer need to setup the device via /etc/fstab, just + directly invoke "grml2usb /path/to/iso /dev/sdb1" + - initial multi-iso support + - provide *several* new options like --mbr, --bootoptions=... + check out the manpage for all the glory details! + + -- Michael Prokop Mon, 16 Feb 2009 23:31:53 +0100 + grml2usb (0.9.1) unstable; urgency=low * Fix problem with comment chars in /etc/fstab. diff --git a/grml2usb.py b/grml2usb.py index b14bbd0..30abbc6 100755 --- a/grml2usb.py +++ b/grml2usb.py @@ -37,7 +37,7 @@ import logging import datetime, time # global variables -PROG_VERSION = "0.0.1" +PROG_VERSION = "0.9.2" skip_mbr = True # hm, can we get rid of that? :) mounted = set() # register mountpoints tmpfiles = set() # register tmpfiles