Bump version number to 0.1, update docs
authorMichael Prokop <mika@grml.org>
Fri, 11 Jan 2008 08:11:14 +0000 (09:11 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 11 Jan 2008 08:11:14 +0000 (09:11 +0100)
1  2 
debian/changelog
grml-live

diff --combined debian/changelog
@@@ -1,7 -1,5 +1,7 @@@
 -grml-live (0.0.15) unstable; urgency=low
 +grml-live (0.1) unstable; urgency=low
  
 +  * Bump version number to 0.1 as we ship grml-live with the
 +    upcoming stable versions.
    * Use /usr/bin/vim.tiny as alternativ for vi.
    * Add new packages to GRML_FULL:
      - at76-usb-modules-2.6.23-grml64
@@@ -21,8 -19,9 +21,9 @@@
    * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
      remove packages via dpkg instead of apt-get. Thanks for the
      bugreport and the patch, Lupe Christoph! [Closes: issue367]
+   * Add SQUASHFS_ZLIB template to grml-live.conf.
  
-  -- Michael Prokop <mika@grml.org>  Fri, 28 Dec 2007 18:48:11 +0100
+  -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
  
  grml-live (0.0.14) unstable; urgency=low
  
diff --combined grml-live
+++ b/grml-live
@@@ -4,7 -4,7 +4,7 @@@
  # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
  # Bug-Reports:   see http://grml.org/bugs/
  # License:       This file is licensed under the GPL v2 or any later version.
 -# Latest change: Fri Jan 11 02:00:39 CET 2008 [mika]
 +# Latest change: Fre Jän 11 09:09:02 CET 2008 [mika]
  ################################################################################
  
  # read configuration files, set some misc variables {{{
@@@ -15,7 -15,7 +15,7 @@@ export LC_ALL=
  # exit on any error:
  set -e
  
 -GRML_LIVE_VERSION='0.0.15'
 +GRML_LIVE_VERSION='0.1'
  CMDLINE="$0 $@"
  ISO_DATE="$(date +%Y-%m-%d)"
  
@@@ -265,7 -265,7 +265,7 @@@ if [ -z "$FORCE" ] ; the
     [ -n "$FAI_ARGS" ]      && echo "  additional arguments for FAI: $FAI_ARGS"
     [ -n "$LOGFILE" ]       && echo "  Logging to file:   $LOGFILE"
     [ -n "$VERBOSE" ]       && echo "  Using VERBOSE mode."
-    [ -n "$SQUASHFS_ZLIB" ] && echo "  Using ZLIB (instead od LZMA) compression."
+    [ -n "$SQUASHFS_ZLIB" ] && echo "  Using ZLIB (instead of LZMA) compression."
     [ -n "$UPDATE" ]        && echo "  Executing UPDATE instead of fresh installation."
     [ -n "$BUILD_ONLY" ]    && echo "  Executing BUILD_ONLY instead of fresh installation or UPDATE."
     echo