diff options
author | Daniel Baumann <daniel@debian.org> | 2010-04-30 17:10:54 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:06 +0100 |
commit | d190df9cb35f91c54603d9a59cc4f631437db917 (patch) | |
tree | 228104df1365adc86d94eb3c4459c5e5f72fe726 | |
parent | 3a5a5109f487e787ea052eea3042ccca800f62e8 (diff) | |
download | vyos-live-build-d190df9cb35f91c54603d9a59cc4f631437db917.tar.gz vyos-live-build-d190df9cb35f91c54603d9a59cc4f631437db917.zip |
Releasing debian version 2.0~a11-1.
-rw-r--r-- | debian/changelog | 25 | ||||
-rwxr-xr-x | functions/common.sh | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8bd4d6ab9..198c14aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +live-helper (2.0~a11-1) unstable; urgency=low + + [ Daniel Baumann ] + * Updating references to project homepage in the manpages. + * Updating references to project homepage in the templates. + * Updating synopsis of --packages-lists in lh_config manpage. + * Don't fail on samhain workaround when we're cleaning up. + + [ Richard Nelson ] + * Add uninstall and reinstall for l-h.cgi Makefile. + * Remove plural typo on l-h.cgi mail.txt . + + [ Daniel Baumann ] + * Updating uninstall and reinstall targets in cgi/Makefile. + * Correcting spelling typo in previous changelog. + * Correcting a couple of formating glitches in lh_config manpage. + * Replacing 'noautoconfig' string in auto/ scripts with 'noauto'. + * Printing message when auto scripts are used to make debug logs more + understandable. + * Making sure live-helper.sh is sourced early enough wrt/ auto + scripts. + * Updating maintainer field. + + -- Daniel Baumann <daniel@debian.org> Fri, 30 Apr 2010 17:10:38 +0200 + live-helper (2.0~a10-1) unstable; urgency=low * Updating appending of union boot parameter to only append, when diff --git a/functions/common.sh b/functions/common.sh index 9fbb21c28..cbb408578 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,7 +9,7 @@ PROGRAM="$(basename ${0})" PACKAGE="live-helper" -VERSION="2.0~a10-1" +VERSION="2.0~a11-1" CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')" PATH="${PWD}/auto/helpers:${PATH}" |