summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-12-26 09:40:36 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:07:31 +0100
commit7e127170ab6c4d510f935647ebe6165aef66848f (patch)
tree72ab65e21acfe6961789bc7755808f3a405758c1
parenta1d929c9ad587ad5321c2a31cc6297d555dea39a (diff)
downloadlive-build-7e127170ab6c4d510f935647ebe6165aef66848f.zip
live-build-7e127170ab6c4d510f935647ebe6165aef66848f.tar.gz
Releasing version 1.0.2-2.
-rw-r--r--debian/changelog9
-rwxr-xr-xfunctions/common.sh2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cbf6d0b..7649f2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+live-helper (1.0.2-2) unstable; urgency=medium
+
+ * Marking fragrouter in rescue list as etch only.
+ * Correcting naming of source tarballs in image autobuild script.
+ * Marking pstack in rescuelist as i386 only.
+ * Updating location of archive key in in image autobuild script.
+
+ -- Daniel Baumann <daniel@debian.org> Fri, 26 Dec 2008 09:00:00 +0100
+
live-helper (1.0.2-1) unstable; urgency=medium
* Marking ardour-gtk in studio package list as etch and sid only.
diff --git a/functions/common.sh b/functions/common.sh
index c542861..174187c 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -9,6 +9,6 @@
PROGRAM="$(basename ${0})"
PACKAGE="live-helper"
-VERSION="1.0.2-1"
+VERSION="1.0.2-2"
PATH="${PWD}/scripts:${PATH}"