summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-02-14 18:03:39 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:42 +0100
commitfeaf89c21965c900e3d5176c3a42170430d4f4d3 (patch)
tree24bebf7a24b0533a8a287865b74426f472aed22e
parent593de110e933efcedfba9f74c1fa2322a3c33bc4 (diff)
downloadlive-build-feaf89c21965c900e3d5176c3a42170430d4f4d3.zip
live-build-feaf89c21965c900e3d5176c3a42170430d4f4d3.tar.gz
Releasing version 1.0.4-1.
-rw-r--r--debian/changelog20
-rwxr-xr-xfunctions/common.sh2
2 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a982af0..0b6a35d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+live-helper (1.0.4-1) unstable; urgency=low
+
+ * Handling kernel selection properly in example images build script.
+ * Updating udeb exclude lists.
+ * Adding new setting for binary indices: If set to none, no indices
+ are included at all.
+ * Trimming down gnome-desktop images to fit cd size in example build
+ script.
+ * Updating release numbers.
+ * Updating syslinux menu configuration.
+ * Updating boot menu title when using syslinux menu.
+ * Correcting typo in example image build script.
+ * Removing explicit defaults from example image build script.
+ * Updating doc includes.
+ * Updating debian-cd doc includes.
+ * Correcting path within netboot tarballs.
+ * Redirecting stderr to log as well in example image build script.
+
+ -- Daniel Baumann <daniel@debian.org> Sat, 14 Feb 2009 18:00:00 +0100
+
live-helper (1.0.3-2) unstable; urgency=medium
[ Daniel Baumann ]
diff --git a/functions/common.sh b/functions/common.sh
index 45854c1..bee6d82 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,6 +9,6 @@
PROGRAM="$(basename ${0})"
PACKAGE="live-helper"
-VERSION="1.0.3-2"
+VERSION="1.0.4-1"
PATH="${PWD}/scripts:${PATH}"