From dca0d040dd69e6a2452c022255caeed3cb9a7cd6 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 9 Apr 2010 21:29:40 +0200
Subject: Releasing debian version 2.0~a10-1.

---
 debian/changelog    | 20 ++++++++++++++++++++
 functions/common.sh |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

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@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@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}"
-- 
cgit v1.0