diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-02-14 18:03:39 +0100 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:42 +0100 | 
| commit | feaf89c21965c900e3d5176c3a42170430d4f4d3 (patch) | |
| tree | 24bebf7a24b0533a8a287865b74426f472aed22e | |
| parent | 593de110e933efcedfba9f74c1fa2322a3c33bc4 (diff) | |
| download | vyos-live-build-feaf89c21965c900e3d5176c3a42170430d4f4d3.tar.gz vyos-live-build-feaf89c21965c900e3d5176c3a42170430d4f4d3.zip | |
Releasing version 1.0.4-1.
| -rw-r--r-- | debian/changelog | 20 | ||||
| -rwxr-xr-x | functions/common.sh | 2 | 
2 files changed, 21 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index a982af0ca..0b6a35d81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +live-helper (1.0.4-1) unstable; urgency=low + +  * Handling kernel selection properly in example images build script. +  * Updating udeb exclude lists. +  * Adding new setting for binary indices: If set to none, no indices +    are included at all. +  * Trimming down gnome-desktop images to fit cd size in example build +    script. +  * Updating release numbers. +  * Updating syslinux menu configuration. +  * Updating boot menu title when using syslinux menu. +  * Correcting typo in example image build script. +  * Removing explicit defaults from example image build script. +  * Updating doc includes. +  * Updating debian-cd doc includes. +  * Correcting path within netboot tarballs. +  * Redirecting stderr to log as well in example image build script. + + -- Daniel Baumann <daniel@debian.org>  Sat, 14 Feb 2009 18:00:00 +0100 +  live-helper (1.0.3-2) unstable; urgency=medium    [ Daniel Baumann ] diff --git a/functions/common.sh b/functions/common.sh index 45854c123..bee6d8224 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -9,6 +9,6 @@  PROGRAM="$(basename ${0})"  PACKAGE="live-helper" -VERSION="1.0.3-2" +VERSION="1.0.4-1"  PATH="${PWD}/scripts:${PATH}" | 
