X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=4ed124bd23e0ad4c55f4f20347e77f654d849839;hp=fa9d66733b0e33c627354b4e83f4e81fe53653f8;hb=1f8e263fdd66d299f7272bdb5280a5fb5740ea6c;hpb=891308e330c361d7d6185e0d412b47b41c49f453 diff --git a/debian/changelog b/debian/changelog index fa9d667..4ed124b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,80 @@ +grml-debootstrap (0.86) unstable; urgency=medium + + * [430abb1] Bind-mount /run/udev in target system as workaround for lvm2 + issue #918590 + + -- Michael Prokop Fri, 18 Jan 2019 14:15:40 +0100 + +grml-debootstrap (0.85) unstable; urgency=medium + + * [218bf66] Rework backports.debian.org usage (`--backportrepos` option) + * [b013449] Support and default to Debian/buster release, + update docs accordingly + * [070010f] Add preliminary support for Debian/bullseye + (AKA Debian v11.0) + * [1decfd6] Bump Standards-Version to 4.3.0 + + -- Michael Prokop Sun, 30 Dec 2018 11:48:14 +0100 + +grml-debootstrap (0.84) unstable; urgency=medium + + [ Darshaka Pathirana ] + * [c21df0e] Do not create target directory in /dev + + [ Michael Prokop ] + * [4e2e332] packer: Update VirtualBox Guest Additions to 5.2.22 + + -- Michael Prokop Wed, 19 Dec 2018 10:43:47 +0100 + +grml-debootstrap (0.83) unstable; urgency=medium + + [ Michael Prokop ] + * [be3f819] Suppress message if /boot/efi isn't considered a mountpoint + * [eb121b8] Initial travis integration, running shellcheck + * [e426be2] Fix shellcode issues + * [98b48d4] Integrate cmdlineopts.clp into grml-debootstrap + * [0095b9c] Add missing vim folding markers + * [dc30725] Further fixes for shellcheck v0.5.0 + * [a8eeda3] Drop cmdlineopts.sh references from build system + * [1fcd407] Switch default mirror from httpredir.debian.org to + deb.debian.org + * [242470a] Use travis.debian.net for travis builds + * [3618656] Initial VM test builds on TravisCI + * [b8f3c83] travis: run tests from inside VM + support test execution + outside of Travis CI. Thanks to Christian Hofstaedtler + for helping me with the serial console handling + * [3eede4f] Ensure /etc/timezone also includes the TIMEZONE setting. + Thanks to Guillem Jover (Closes: #904607) + * [de7962e] Makefile: drop functions directory, no longer being relevant + * [c570da4] Report "Device-mapper support missing in kernel." as error + message + + [ Darshaka Pathirana ] + * [2df0d24] Improve checks to make sure loop and dm-mod module are + present + * [33d0e7f] Improve cleanup of loop devices + + [ Chris Hofstaedtler ] + * [fc0a6d8] Simplify module loading + + [ Patrick Schleizer ] + * [0b1b798] support skipping installation of grub using + GRUB_INSTALL='no' + * [3104633] code style; einfo GRUB_INSTALL; document GRUB_INSTALL + + -- Michael Prokop Wed, 14 Nov 2018 22:28:54 +0100 + +grml-debootstrap (0.82) unstable; urgency=medium + + [ Patrick Schleizer ] + * [7f3e2b0] one package per line + + [ Michael Prokop ] + * [81879b2] Sort packages files + * [8e06486] Bump Standards-Version to 4.1.4 + + -- Michael Prokop Fri, 25 May 2018 13:48:21 +0200 + grml-debootstrap (0.81) unstable; urgency=medium * [0617fa8] Add e2fsprogs to Depends. Thanks to Helmut Grohne