summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog17
-rwxr-xr-xfunctions/common.sh2
2 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index af9b211..3014fe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+live-helper (2.0~a3-1) unstable; urgency=low
+
+ * Updating icedove-l10n packagename handling for post-lenny, thanks to
+ intrigeri <intrigeri@boum.org>.
+ * Adding a 'sleep 1' before removing the loopdevice when creating usb-
+ hdd images.
+ * Don't try to install parameters.txt for casper in ubuntu mode
+ (Closes: #560109).
+ * Removing lpia support, this architecture is dead.
+ * Setting win32-loader to disabled in ubuntu mode.
+ * Adding explicit debian source version 1.0 until switch to 3.0.
+ * For consistency, using true|false instead of enabled|disabled in
+ configuration options.
+ * Adding experimental support for isohybrid (Closes: #558688).
+
+ -- Daniel Baumann <daniel@debian.org> Sun, 13 Dec 2009 21:41:49 +0100
+
live-helper (2.0~a2-1) unstable; urgency=low
* Updating config tree version checks.
diff --git a/functions/common.sh b/functions/common.sh
index 184ebe0..84aa93c 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,7 +9,7 @@
PROGRAM="$(basename ${0})"
PACKAGE="live-helper"
-VERSION="2.0~a1-1"
+VERSION="2.0~a3-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
PATH="${PWD}/scripts:${PATH}"