From d190df9cb35f91c54603d9a59cc4f631437db917 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 30 Apr 2010 17:10:54 +0200
Subject: Releasing debian version 2.0~a11-1.
---
debian/changelog | 25 +++++++++++++++++++++++++
functions/common.sh | 2 +-
2 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8bd4d6a..198c14a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+live-helper (2.0~a11-1) unstable; urgency=low
+
+ [ Daniel Baumann ]
+ * Updating references to project homepage in the manpages.
+ * Updating references to project homepage in the templates.
+ * Updating synopsis of --packages-lists in lh_config manpage.
+ * Don't fail on samhain workaround when we're cleaning up.
+
+ [ Richard Nelson ]
+ * Add uninstall and reinstall for l-h.cgi Makefile.
+ * Remove plural typo on l-h.cgi mail.txt .
+
+ [ Daniel Baumann ]
+ * Updating uninstall and reinstall targets in cgi/Makefile.
+ * Correcting spelling typo in previous changelog.
+ * Correcting a couple of formating glitches in lh_config manpage.
+ * Replacing 'noautoconfig' string in auto/ scripts with 'noauto'.
+ * Printing message when auto scripts are used to make debug logs more
+ understandable.
+ * Making sure live-helper.sh is sourced early enough wrt/ auto
+ scripts.
+ * Updating maintainer field.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 30 Apr 2010 17:10:38 +0200
+
live-helper (2.0~a10-1) unstable; urgency=low
* Updating appending of union boot parameter to only append, when
diff --git a/functions/common.sh b/functions/common.sh
index 9fbb21c..cbb4085 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
PROGRAM="$(basename ${0})"
PACKAGE="live-helper"
-VERSION="2.0~a10-1"
+VERSION="2.0~a11-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
PATH="${PWD}/auto/helpers:${PATH}"
--
cgit v1.0