diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-16 10:20:54 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | f4724f60b5dcbdb082b3b007516e138a4818c8ca (patch) | |
tree | 6e8089e7a6bdfe3bbc6de71139ca956b44b7daa6 /debian | |
parent | 46e2a3271b053a6da4435c9b64dabc9f84e313ce (diff) | |
download | vyos-live-build-f4724f60b5dcbdb082b3b007516e138a4818c8ca.tar.gz vyos-live-build-f4724f60b5dcbdb082b3b007516e138a4818c8ca.zip |
Releasing live-helper 1.0~a44-1.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e299ca46a..03b2cf397 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +live-helper (1.0~a44-1) unstable; urgency=medium + + [ Chris Lamb ] + * lh_chroot_linux-image: Catch missing case in local live-initramfs + handling + * helpers/lh_config, functions/defaults.sh: Correct "boostrap" -> + "bootstrap" + * lh_binary_debian-installer: Add dependency on 'wget' + * Don't install "Recommends:" when installing local tools + * Fix a number of issues with Syslinux templates (Closes: #476204) + * Use "find -path" for matching "path/to/file" files (Closes: #476206) + * Fix quoting when installing local packages (Closes: #470683) + * Fix typo in policy-rc.d + + [ Daniel Baumann ] + * Updating oot example hooks to loop through all install kernel + flavours. + * Sorting image file lists. + * Consistenly using short options rather than long options in function + files. + * Improving .deb caching by using hardlinks (if possible). + * Creating binary and source file lists in build directory. + * Also copying binary package list to build directory. + * Also adding a packages.txt when building etch images, although there + is a casper/filesystem.manifest already. + + -- Daniel Baumann <daniel@debian.org> Mon, 14 Apr 2008 00:00:00 +0200 + live-helper (1.0~a43-1) unstable; urgency=medium * Sort md5sum.txt files again after filename. |