summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-12-13 21:44:04 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:03 +0100
commit2e6e655346ffec16e5056fdcaa20f8fd5f8716ea (patch)
treee8b056a288888898abe22ab0d526476e801a1a84
parent09c2e7943c44cd56cda443b9c59cf9e475e257b0 (diff)
downloadvyos-live-build-2e6e655346ffec16e5056fdcaa20f8fd5f8716ea.tar.gz
vyos-live-build-2e6e655346ffec16e5056fdcaa20f8fd5f8716ea.zip
Releasing debian version 2.0~a3-1.
-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 af9b21165..3014fe317 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 184ebe006..84aa93c7a 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}"