diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:25 +0100 |
commit | fdef63e60c2e68226da2fe92d6cc393c1af2b801 (patch) | |
tree | a066f2620ba741d786b628d1f9d56bcf38cbd8ea /docs | |
parent | 504c05c3a63de0af4fd0e876274afc039c5c0ed1 (diff) | |
download | vyos-live-build-fdef63e60c2e68226da2fe92d6cc393c1af2b801.tar.gz vyos-live-build-fdef63e60c2e68226da2fe92d6cc393c1af2b801.zip |
Adding live-helper 1.0~a16-1.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CREDITS | 1 | ||||
-rw-r--r-- | docs/ChangeLog | 25 | ||||
-rw-r--r-- | docs/TODO | 2 |
3 files changed, 26 insertions, 2 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 0397822d9..484e2659f 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -19,6 +19,7 @@ Patches (alphabetical order): * Sebastian Raveau <sebastien.raveau@epita.fr> * Thomas Lange <lange@informatik.uni-koeln.de> * Trent Buck <trentbuck@gmail.com> + * Vladimir Stavrinov <vs@inist.ru> Donations (alphaetical order): diff --git a/docs/ChangeLog b/docs/ChangeLog index 6abb430b1..ca0cc3ca9 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,28 @@ +2007-06-25 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_local-hooks: + - Added. + * helpers/lh_chroot_linux-image: + - Caching downloaded packages. + * examples/hooks/qemu-launcher.sh: + - Added. + * Uploaded 1.0~a16-1. + +2007-06-18 Chris Lamb <chris@chris-lamb.co.uk> + + * helpers/lh_chroot_packageslists, lh_chroot_local-packageslists: + - Added support for '#<include>' pragma to include other list files. + * functions/packagelists.sh: + - Added. + * lists/*: + - Translated existing lists to be include-based, added a few missing + lists. + +2007-06-18 Daniel Baumann <daniel@debian.org> + + * helpers/*: + - All cache operations use hardlinks now. + 2007-06-16 Daniel Baumann <daniel@debian.org> * helpers/lh_bootstrap_clone, lh_bootstrap_copy: @@ -14,8 +14,6 @@ FIXME * grub (i386/amd64) boot support on net binary images * multi-{binary,architecture,distribution} builds in one shot * check unset variables - * include capability for package lists - * add descriptions in package lists * signal handlers * parsable descriptions in helpers * add lilo support? :) |