diff options
| author | Daniel Baumann <daniel@debian.org> | 2008-06-08 23:00:54 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:34 +0100 |
| commit | 18fbc3dca7dbd039fdc31f50e41a106dff0a989a (patch) | |
| tree | 9f6b0388b07115262f15ee72f50648f1aa05c893 | |
| parent | 8030490b69d34b90e2e81c3ef147fdcf8a92052b (diff) | |
| download | live-build-18fbc3dca7dbd039fdc31f50e41a106dff0a989a.zip live-build-18fbc3dca7dbd039fdc31f50e41a106dff0a989a.tar.gz | |
Releasing live-helper 1.0~a47-1.
| -rw-r--r-- | debian/changelog | 21 | ||||
| -rwxr-xr-x | functions/common.sh | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5d84d57..6d86f3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +live-helper (1.0~a47-1) unstable; urgency=medium + + [ Antonio Ospite ] + * Fix formatting problems in lh_config man page + + [ Chris Lamb ] + * Create chroot_local-preseed/ directory when building config/ in + lh_config + * Fix minor typographical error in live-helper(7) + * Compress build logs. Thanks to Mathieu Geli for the suggestion. + + [ Daniel Baumann ] + * Updating vcs fields in control file. + * Adding uuid-runtime to suggests. + * Moving bugs document to live-manual. + * Updating to standards 3.8.0. + * Updating udeb include/exclude files from debian-cd. + * Reverting previous commit to compress build logs. + + -- Daniel Baumann <daniel@debian.org> Mon, 9 Jun 2008 00:00:00 +0200 + live-helper (1.0~a46-2) unstable; urgency=medium [ Chris Lamb ] diff --git a/functions/common.sh b/functions/common.sh index f25d95c..c5d4769 100755 --- a/functions/common.sh +++ b/functions/common.sh @@ -10,4 +10,4 @@ set -e PROGRAM="$(basename ${0})" -VERSION="1.0~a46" +VERSION="1.0~a47" |
