Update changelog and program version for new release (0.9.23)
authorMichael Prokop <mika@grml.org>
Fri, 11 Sep 2009 01:30:39 +0000 (03:30 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 11 Sep 2009 01:30:39 +0000 (03:30 +0200)
debian/changelog
grml-live

index 7d4cd08..e3f454f 100644 (file)
@@ -1,4 +1,4 @@
-grml-live (0.9.23) UNRELEASED; urgency=low
+grml-live (0.9.23) unstable; urgency=low
 
   * Add backwards compatibility check for old sources.list layout
     (we're using /etc/apt/sources.list.d now) to script
@@ -9,8 +9,9 @@ grml-live (0.9.23) UNRELEASED; urgency=low
     debootstrap doesn't know how to handle 'stable'.
     Thanks to Ulrich Dangel.
   * Use blocksize of 256 when running mksquashfs-lzma binary.
+  * Update documentation regarding recent lzma development.
 
- -- Michael Prokop <mika@grml.org>  Fri, 11 Sep 2009 02:53:25 +0200
+ -- Michael Prokop <mika@grml.org>  Fri, 11 Sep 2009 03:29:38 +0200
 
 grml-live (0.9.22) unstable; urgency=low
 
index 0af9d7a..8fe8db2 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.9.23-prerelease'
+GRML_LIVE_VERSION='0.9.23'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 ISO_DATE="$(date +%Y-%m-%d)"