summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog25
-rwxr-xr-xfunctions/common.sh2
2 files changed, 26 insertions, 1 deletions
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}"