Remove base64 from GRML_FULL
authorMichael Prokop <mika@grml.org>
Sun, 1 Mar 2009 16:54:26 +0000 (17:54 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 1 Mar 2009 16:54:26 +0000 (17:54 +0100)
debian/changelog
etc/grml/fai/config/package_config/GRML_FULL
grml-live

index 33b2bf2..1938e75 100644 (file)
@@ -1,3 +1,10 @@
+grml-live (0.9.11) unstable; urgency=low
+
+  * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide
+    a base64 binary now.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 01 Mar 2009 17:53:23 +0100
+
 grml-live (0.9.10) unstable; urgency=low
 
   * buildd:
index 67bbaeb..90346a4 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -14,7 +14,7 @@ export LC_ALL=C
 # exit on any error:
 set -e
 
-GRML_LIVE_VERSION='0.9.10'
+GRML_LIVE_VERSION='0.9.11'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 ISO_DATE="$(date +%Y-%m-%d)"