Update changelog + script for release (0.9.24). v0.9.24
authorMichael Prokop <mika@grml.org>
Tue, 20 Oct 2009 22:13:42 +0000 (00:13 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 20 Oct 2009 22:14:06 +0000 (00:14 +0200)
debian/changelog
grml-live

index b5a8570..af59c4c 100644 (file)
@@ -1,9 +1,12 @@
-grml-live (0.9.24) UNRELEASED; urgency=low
+grml-live (0.9.24) unstable; urgency=low
 
   [ Ulrich Dangel ]
   * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname.
   * Changed isolinux vesamenu layout to support better multiiso layout.
 
+  [ Thorsten Glaser ]
+  * Update MirOS bsd4grml to 20091019.
+
   [ Michael Prokop ]
   * Software related changes:
     - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg + 
@@ -25,8 +28,9 @@ grml-live (0.9.24) UNRELEASED; urgency=low
   * /etc/grml/fai/config/debconf/GRMLBASE: add configuration for
     portmap to not listen on the loopback interface only by default.
     [Closes: issue737]
+  * Update templates/GRML/grml-cheatcodes.txt: mention ethdevice.
 
- -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 00:09:09 +0200
+ -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2009 00:12:27 +0200
 
 grml-live (0.9.23) unstable; urgency=low
 
index 49e2ad7..bfc7f5a 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.9.24-pre1'
+GRML_LIVE_VERSION='0.9.24'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 ISO_DATE="$(date +%Y-%m-%d)"