From 8d42773bb10c95b96e3c523ba2982dd113c3a910 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 11 Dec 2008 06:53:11 +0100
Subject: Releasing version 1.0.1-4.

---
 debian/changelog    | 24 ++++++++++++++++++++++++
 functions/common.sh |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e9c6bf2..c1c3ceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+live-helper (1.0.1-4) unstable; urgency=medium
+
+  [ Daniel Baumann ]
+  * Don't attempt to remove scripts directory in lh_clean if it doesn't exist.
+  * Adding tct to rescue list.
+  * Updating lxde-desktop support.
+  * Adding missing endif in rescue list.
+  * Removing nested ifdefs in rescue list.
+  * Correcting defaults check for diverted losetup binary to also cope with
+    host systems that do install loop-aes-utils after populating live-helper
+    config.
+  * Correcting update-initramfs example hook description.
+  * Mention possibility to symlink example hooks in their descriptions.
+  * Also installing build-essential manually in module example hooks, as
+    module-assistant doesn't do it automatically.
+  * Adding Debian Science package list.
+  * Removing debian-edu mode, outdated and apparently not used anymore.
+  * Adding emdebian grip mode.
+
+  [ Marco Amadori ]
+  * NEW: "binary_debian-installer-includes" config directory.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 11 Dec 2008 06:00:00 +0100
+
 live-helper (1.0.1-3) unstable; urgency=medium
 
   [ An-Cheng Huang ]
diff --git a/functions/common.sh b/functions/common.sh
index af7c9cb..d4130c4 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,6 +9,6 @@
 
 PROGRAM="$(basename ${0})"
 PACKAGE="live-helper"
-VERSION="1.0.1-2"
+VERSION="1.0.1-4"
 
 PATH="${PWD}/scripts:${PATH}"
-- 
cgit v1.0