Add debian/NEWS file, update changelog and adjust version number
authorMichael Prokop <mika@grml.org>
Mon, 16 Feb 2009 22:41:06 +0000 (23:41 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 16 Feb 2009 22:41:06 +0000 (23:41 +0100)
debian/NEWS [new file with mode: 0644]
debian/changelog
grml2usb.py

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644 (file)
index 0000000..ad0f5e1
--- /dev/null
@@ -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 <mika@grml.org>  Mon, 16 Feb 2009 23:36:23 +0100
index 1ea1ea9..265c3be 100644 (file)
@@ -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 <mika@grml.org>  Mon, 16 Feb 2009 23:31:53 +0100
+
 grml2usb (0.9.1) unstable; urgency=low
 
   * Fix problem with comment chars in /etc/fstab.
index b14bbd0..30abbc6 100755 (executable)
@@ -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