Release new version 0.12.5. v0.12.5
authorMichael Prokop <mika@grml.org>
Wed, 29 Dec 2010 00:25:52 +0000 (01:25 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 29 Dec 2010 00:25:52 +0000 (01:25 +0100)
Signed-off-by: Michael Prokop <mika@grml.org>
debian/changelog
grml-live

index 6dc7cee..998c676 100644 (file)
@@ -1,3 +1,27 @@
+grml-live (0.12.5) unstable; urgency=low
+
+  The "new release is coming so >< close" release.
+
+  * [69f74a6] grml-live: Fix typo (Skiping->Skipping).
+  * [7468864] SW: Add grub-imageboot to all Grml flavours.
+  * [ea8df13] hooks/{instsoft,updatebase}.GRMLBASE: be more careful
+    about BUILD_ONLY environment.
+  * [1b66676] isolinux/grml.cfg: use vga=791 by default for "disabled
+    KMS" boot menu entry.
+  * [ebc2594] isolinux/grml.cfg: disable KMS in "Disable Framebuffer"
+    boot menu entry.
+  * [7883c5f] templates/boot: set nodmraid and grml2hd accordingly, make
+    sure "No KMS" and "nofb" are consistent accross bootloaders.
+  * [b8a13e3] templates/boot: Use persistent=nofiles as default, as this
+    causes less problems by default.
+  * [5c896d0] Update templates/GRML/grml-cheatcodes.txt to reflect
+    recent development. - thanks to Ulrich Dangel <mru@grml.org> for
+    feedback.
+  * [894aac9] templates/GRML/grml-cheatcodes.txt: document KMS and add
+    URL for Documentation/kernel-parameters.txt.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2010 01:24:43 +0100
+
 grml-live (0.12.4) unstable; urgency=low
 
   The "where is all the dirt" release.
 grml-live (0.12.4) unstable; urgency=low
 
   The "where is all the dirt" release.
index 2268abe..b1900ac 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.12.4'
+GRML_LIVE_VERSION='0.12.5'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'