diff options
-rw-r--r-- | debian/changelog | 36 | ||||
-rwxr-xr-x | functions/common.sh | 2 |
2 files changed, 37 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ab185a8c3..4fbdead32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +live-helper (2.0~a8-1) unstable; urgency=low + + [ Daniel Baumann ] + * Mention in lh config manpage that local packages need the .list + suffix. + + [ Rodrigo P. Gomez ] + * Updating kde and kde-full packages lists for squeeze. + + [ Daniel Baumann ] + * Marking gwenview in chroot_localization as lenny-only, thanks to + Rodrigo P. Gomez <armyofthepenguin@gmail.com>. + * Updating error message on arm/armel regarding kernel flavour + selection. + * Automatically populating config tree when having auto/config present + and lh build is called without having lh config run before. + + [ Richard Nelson ] + * Removed the appending of LH_BOOTAPPEND_LIVE to + LH_BOOTAPPEND_INSTALL. + + [ Marco Amadori ] + * Installs policy-rc.d also in binary phase. + + [ Daniel Baumann ] + * Cleaning up usb helpers for a future usb-zip addition. + * Reworking iso-hybrid as an independent binary image type. + * Updating rescue list for squeeze. + * Updating image autobuild script. + * Adding cpio to recommends. + * Updating signing key of example sources. + * Updating tasks handling for squeeze. + * Updating default desktop configuration quirks. + + -- Daniel Baumann <daniel@debian.org> Sun, 21 Feb 2010 14:42:21 +0100 + live-helper (2.0~a7-1) unstable; urgency=low [ Daniel Baumann ] diff --git a/functions/common.sh b/functions/common.sh index b7a84175e..581c495e9 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="2.0~a7-1" +VERSION="2.0~a8-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/helpers:${PATH}" |