Releasing debian version 2.0~a10-1.

This commit is contained in:
Daniel Baumann 2010-04-09 21:29:40 +02:00
parent 684e14653f
commit 17ed4f0dad
2 changed files with 21 additions and 1 deletions

20
debian/changelog vendored
View File

@ -1,3 +1,23 @@
live-helper (2.0~a10-1) unstable; urgency=low
* Updating appending of union boot paramater to only append, when
we're not using aufs.
* Adding -r, --repositories option to select preconfigured third-party
repositories more easily.
* Making handling of cache/packages_bootstrap a bit more error proove,
thanks to Michal Suchanek <michal.suchanek@ruk.cuni.cz> for bringing
it up.
* Adding special hack to prevent samhain from initializing.
* Removing powerpc condition on gnu-fdisk recommends.
* Calling Check_defaults twice in lh_config, once when we initialize
and once when the modified configuration is written (Closes:
#576573).
* Correcting spelling typo in previous changelog entry.
* Adding gdb to rescue list.
* Updating Man function to work with lh as wrapper.
-- Daniel Baumann <daniel@debian.org> Fri, 09 Apr 2010 21:29:10 +0200
live-helper (2.0~a9-1) unstable; urgency=low
[ Daniel Baumann ]

View File

@ -9,7 +9,7 @@
PROGRAM="$(basename ${0})"
PACKAGE="live-helper"
VERSION="2.0~a9-1"
VERSION="2.0~a10-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
PATH="${PWD}/auto/helpers:${PATH}"