summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-03-31 08:06:06 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:31 +0100
commitdbe6283b1b510b84b533844a42445651d9219b7d (patch)
treee7486860898f476ed012b4be400ef219b1c6be5c
parent98b7e55ecb67949a985db6e37266127eecb96ca8 (diff)
downloadvyos-live-build-dbe6283b1b510b84b533844a42445651d9219b7d.tar.gz
vyos-live-build-dbe6283b1b510b84b533844a42445651d9219b7d.zip
Releasing live-helper 1.0~a42-1.
-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 a7e9e6fdc..251b91eea 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 20da32c95..8ab242291 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"