diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:25 +0100 |
commit | cd5110f6b8eb77519d704972276cfd5be6bff055 (patch) | |
tree | 3bc1bcdbff4ec3bd5a82ae34d9efed47b157e3e0 /docs/ChangeLog | |
parent | fdef63e60c2e68226da2fe92d6cc393c1af2b801 (diff) | |
download | vyos-live-build-cd5110f6b8eb77519d704972276cfd5be6bff055.tar.gz vyos-live-build-cd5110f6b8eb77519d704972276cfd5be6bff055.zip |
Adding live-helper 1.0~a17-1.
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r-- | docs/ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index ca0cc3ca9..791fcf02c 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,53 @@ +2007-07-01 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_debian-installer: + - Added caching of udebs. + * functions/defaults.sh, helpers/lh_binary_grub, lh_binary_syslinux, + lh_binary_grub, lh_config: + - Added support for aufs. + * Uploaded 1.0~a17-1. + +2007-06-30 Daniel Baumann <daniel@debian.org> + + * functions/releases.sh, helpers/lh_binary_disk, lh_source_disk, + lh_chroot_hostname: + - Added. + +2007-06-29 Daniel Baumann <daniel@debian.org> + + * helpers/lh_binary_syslinux: + - Fixed damaged memtest entry. + - Corrected code style. + - Added NUMBER initaliazation to fixed wrong numbering when in compat + mode. + - Fixed bug with isolinux.cfg fuckup if flavours are in this order: + 686 686-bigmem. + * helpers/lh_binary_grub, lh_binary_linux-image, lh_binary_memtest, + lh_binary_syslinux: + - Added compat mode for casper/live directories. + * helpers/lh_binary_manifest, lh_binary_md5sum, lh_source_mdsum: + - Added introductional text to the generated file. + * helpers/lh_binary_manifest: + - Only create the correct manifest file for the respective initramfs. + * helpers/lh_binary_disk, lh_source_disk: + - Added. + +2007-06-27 Otavio Salvador <otavio@debian.org> + + * helpers/lh_binary_syslinux: + - Added new methods (syslinux_live_entry and syslinux_di_entry) and + change whole code to use them making it much easier to read and + modify. + * functions/arch.sh: + - Added. + * helpers/lh_binary_grub, lh_binary_syslinux, lh_binary_yaboot: + - Use the new Check_architecture method to avoid duplicated code. + * functions/templates.sh: + - Added. + * helpers/lh_binary_grub, helpers/lh_binary_syslinux, + helpers/lh_binary_yaboot: + - Use the new Check_templates method to avoid duplicated code. + 2007-06-25 Daniel Baumann <daniel@debian.org> * helpers/lh_binary_local-hooks: |