Update version number and mention Thorsten in changelog
authorMichael Prokop <mika@grml.org>
Tue, 5 Jun 2007 11:51:36 +0000 (13:51 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 5 Jun 2007 11:51:36 +0000 (13:51 +0200)
debian/changelog
grml-debootstrap

index cf20c81..fbbbc6b 100644 (file)
@@ -3,7 +3,9 @@ grml-debootstrap (0.10) unstable; urgency=low
   * Add console-common to /etc/debootstrap/packages. Thanks for
     the feature request, Thorsten Strusch!
   * Support option -i/--iso: now it's possible to install packages
   * Add console-common to /etc/debootstrap/packages. Thanks for
     the feature request, Thorsten Strusch!
   * Support option -i/--iso: now it's possible to install packages
-    from a normal Debian ISO.
+    from a normal Debian ISO. Thanks for the idea and the basic
+    instructions to Thorsten Strusch!
+    http://www.thorstenstrusch.de/software/debian-linux/
 
  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:13:32 +0200
 
 
  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:13:32 +0200
 
index 27955fb..68d8824 100755 (executable)
@@ -4,13 +4,13 @@
 # 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.
 # 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.
-# Latest change: Mon Apr 16 20:39:13 CEST 2007 [mika]
+# Latest change: Die Jun 05 13:51:21 CEST 2007 [mika]
 ################################################################################
 # http://www.debian.org/releases/stable/i386/index.html.en
 
 set -e # exit on any error
 
 ################################################################################
 # http://www.debian.org/releases/stable/i386/index.html.en
 
 set -e # exit on any error
 
-VERSION='0.9'
+VERSION='0.10'
 
 # source core functions {{{
 . /etc/grml/lsb-functions
 
 # source core functions {{{
 . /etc/grml/lsb-functions