diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | functions/common.sh | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c1c3ceb..cbf6d0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +live-helper (1.0.2-1) unstable; urgency=medium + + * Marking ardour-gtk in studio package list as etch and sid only. + * Iterating over all installed kernel images in update-initramfs example hook. + * Updating udeb data. + * Updating cd includes. + + -- Daniel Baumann <daniel@debian.org> Sat, 20 Dec 2008 15:00:00 +0100 + live-helper (1.0.1-4) unstable; urgency=medium [ Daniel Baumann ] diff --git a/functions/common.sh b/functions/common.sh index d4130c4..c542861 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,6 +9,6 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="1.0.1-4" +VERSION="1.0.2-1" PATH="${PWD}/scripts:${PATH}" |