Bump version to 0.25, update changelog v0.25
authorMichael Prokop <mika@grml.org>
Sat, 7 Mar 2009 13:39:12 +0000 (14:39 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 7 Mar 2009 13:39:12 +0000 (14:39 +0100)
debian/changelog
grml-debootstrap

index f8b2255..83900f0 100644 (file)
@@ -1,8 +1,17 @@
+grml-debootstrap (0.25) unstable; urgency=low
+
+  * Use configuration $RELEASE as well as default in interactive
+    setup script.
+  * Provide $MNTPOINT as environment variable for usage inside
+    /etc/debootstrap/scripts/.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 07 Mar 2009 14:37:46 +0100
+
 grml-debootstrap (0.24) unstable; urgency=low
 
   * Update documentation.
 grml-debootstrap (0.24) unstable; urgency=low
 
   * Update documentation.
-  * Use configuration of $MIRROR, $HOSTNAME and $RELEASE as
-    defaults in interactive setup script.
+  * Use configuration of $MIRROR, $HOSTNAME as defaults in
+    interactive setup script.
   * Add initial support for Debian/squeeze and drop sarge instead.
   * Update VCS*-headers and long description of Debian package.
   * Move asciidoc, docbook-xsl, xsltproc to Build-Depends-Indep.
   * Add initial support for Debian/squeeze and drop sarge instead.
   * Update VCS*-headers and long description of Debian package.
   * Move asciidoc, docbook-xsl, xsltproc to Build-Depends-Indep.
index 9f18ad7..45ee41b 100755 (executable)
@@ -11,7 +11,7 @@ set -e # exit on any error
 
 # variables {{{
 PN="$(basename $0)"
 
 # variables {{{
 PN="$(basename $0)"
-VERSION='0.24'
+VERSION='0.25'
 MNTPOINT="/mnt/debootstrap.$$"
 
 # inside the chroot system locales might not be available, so use minimum:
 MNTPOINT="/mnt/debootstrap.$$"
 
 # inside the chroot system locales might not be available, so use minimum: