X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=14c0c6f30f7ccd738cb95ad85c2b4e18a825b78d;hp=ba77eee76246e6288f77b6b61856d41f472b5644;hb=3438c84df5f5a5c4e5a99799d2a8eded3c6dcf12;hpb=64c45991d59f9caa9e4fb18c035a789718b71001 diff --git a/debian/changelog b/debian/changelog index ba77eee..14c0c6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +grml-debootstrap (0.35) unstable; urgency=low + + * Do NOT execute 'umount -a' in chroot script for cleanup. This + can cause problems with installations to directories. + Thanks for the bugreport and debugging, Tong Sun. + [Closes: issue806] + + -- Michael Prokop Fri, 26 Feb 2010 13:27:41 +0100 + +grml-debootstrap (0.34) unstable; urgency=low + + * Move the apt cache removal function to a later point of execution + so custom scripts still have access to the Debian packages. + * Display executed debootstrap cmdline when running it. + * Slightly improve checks for grub-install/update-grub and do + no set full path to the binaries. + * Revert "Updated grml-debootstrap parameter handling" which + breaks the way grml-debootstrap used to work. Instead: + * Introduce option --nopackages to skip installation of packages + defined in /etc/debootstrap/packages. + * Support config variable RM_APTCACHE to allow disabling removal + of apt-cache. Thanks for the idea and initial patch, Tong Sun. + [Closes: issue805] + + -- Michael Prokop Mon, 22 Feb 2010 23:46:13 +0100 + grml-debootstrap (0.33) unstable; urgency=low [ Michael Prokop ]