summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rwxr-xr-xfunctions/common.sh2
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a7e9e6f..251b91e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+live-helper (1.0~a42-1) unstable; urgency=medium
+
+ * Also including lzma modules on lenny temporarily.
+ * Applying patch from Bas Wijnen <wijnen@debian.org> to correct error
+ messages in Require_stagefile (Closes: #472774).
+ * Applying patch from Bas Wijnen <wijnen@debian.org> to make
+ Check_crossarchitecture() working on non-listed architectures
+ (Closes: #472775).
+
+ -- Daniel Baumann <daniel@debian.org> Mon, 31 Mar 2008 00:00:00 +0200
+
live-helper (1.0~a41-1) unstable; urgency=medium
[ Daniel Baumann ]
diff --git a/functions/common.sh b/functions/common.sh
index 20da32c..8ab2422 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -10,4 +10,4 @@
set -e
PROGRAM="$(basename ${0})"
-VERSION="1.0~a41"
+VERSION="1.0~a42"