diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-28 17:42:18 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:33 +0100 |
commit | 8b5bab39220232d469e99d2ae31b87e1d50bbe05 (patch) | |
tree | 3e56d2751776e1f215d299ab7b2550ecd6cc94b5 | |
parent | e0e766e38f2a6b014a47eb7fe3364f4ee5b154d5 (diff) | |
download | vyos-live-build-8b5bab39220232d469e99d2ae31b87e1d50bbe05.tar.gz vyos-live-build-8b5bab39220232d469e99d2ae31b87e1d50bbe05.zip |
Releasing live-helper 1.0~a46-1.
-rw-r--r-- | debian/changelog | 34 | ||||
-rwxr-xr-x | functions/common.sh | 2 |
2 files changed, 35 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e97696fae..c397dc0f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +live-helper (1.0~a46-1) unstable; urgency=low + + [ Tiago Bortoletto Vaz ] + * Support list of items for conditionals in package lists + * Fixed minor typographical error in rescue flavor file. + * Improving rescue flavor: added a set of missing tools, mainly for + file system + + [ Chris Lamb ] + * Only install pstack on i386 (Closes: #477815) + * Support simple conditionals in package lists (Closes: #478273) + * Use APT::Install-Recommends to disable installation of recommends + for Etch + + [ Daniel Baumann ] + * Adding netboot tarballs and plain squashfs images to images build + script. + * Adding powerpc64 to default kernel flavours (in addition to the + normal 32 bit one). + * Adjusting obtaining of the date string in snapshots.sh to new git + log date format. + * Updating Richards email address. + * Producing rsyncable tarballs where possible. + * Also taking mirrors from environment in image.sh. + * Taking config variables for images.sh from environment. + * Handling sourceless builds in images.sh. + * Removing old cron example scripts for image building, they are + obsoleted by images.sh. + * Updating live-magic git location. + * Getting architecture dynamically in images cron script. + * Correcting permissions in snapshot script. + + -- Daniel Baumann <daniel@debian.org> Mon, 28 Apr 2008 00:00:00 +0200 + live-helper (1.0~a45-1) unstable; urgency=medium [ Tiago Bortoletto Vaz ] diff --git a/functions/common.sh b/functions/common.sh index 1217d1df1..f25d95c84 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a45" +VERSION="1.0~a46" |