[SCM] live-helper branch, debian, updated. debian/2.0_a9-1-10-g17ed4f0

Daniel Baumann daniel at debian.org
Fri Apr 9 19:35:16 UTC 2010


The following commit has been merged in the debian branch:
commit 17ed4f0dadbc5593149bae19e444882169a006c0
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 9 21:29:40 2010 +0200

    Releasing debian version 2.0~a10-1.

diff --git a/debian/changelog b/debian/changelog
index e84d699..76e4764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+live-helper (2.0~a10-1) unstable; urgency=low
+
+  * Updating appending of union boot paramater to only append, when
+    we're not using aufs.
+  * Adding -r, --repositories option to select preconfigured third-party
+    repositories more easily.
+  * Making handling of cache/packages_bootstrap a bit more error proove,
+    thanks to Michal Suchanek <michal.suchanek at ruk.cuni.cz> for bringing
+    it up.
+  * Adding special hack to prevent samhain from initializing.
+  * Removing powerpc condition on gnu-fdisk recommends.
+  * Calling Check_defaults twice in lh_config, once when we initialize
+    and once when the modified configuration is written (Closes:
+    #576573).
+  * Correcting spelling typo in previous changelog entry.
+  * Adding gdb to rescue list.
+  * Updating Man function to work with lh as wrapper.
+
+ -- Daniel Baumann <daniel at debian.org>  Fri, 09 Apr 2010 21:29:10 +0200
+
 live-helper (2.0~a9-1) unstable; urgency=low
 
   [ Daniel Baumann ]
diff --git a/functions/common.sh b/functions/common.sh
index 6de1a6d..9fbb21c 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
 
 PROGRAM="$(basename ${0})"
 PACKAGE="live-helper"
-VERSION="2.0~a9-1"
+VERSION="2.0~a10-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
 PATH="${PWD}/auto/helpers:${PATH}"

-- 
live-helper



More information about the debian-live-changes mailing list