Release new version 0.76
[grml-debootstrap.git] / debian / changelog
index b66876c..9ec6259 100644 (file)
@@ -1,3 +1,119 @@
+grml-debootstrap (0.76) unstable; urgency=medium
+
+  * [12f4a35] Hide errors during loading of efivars module
+  * [5e6671f] packer: explicitly set Bash as default shell for Vagrant
+    user
+  * [8609e64] packer: apply predictable network interface workaround for
+    Debian/stretch and newer
+  * [ff11fa2] Disable ^metadata_csum' feature when creating ext fs for
+    releases <= jessie [Closes: issue2178]
+  * [b12a2ae] Ignore packer/packer_cache during dpkg-source generation.
+    Thanks to Guillem Jover for the hint
+  * [987bf63] Switch Homepage + Vcs-Browser fields to https
+  * [6a665b1] Bump Standards-Version to 3.9.8
+
+ -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2016 14:25:51 +0200
+
+grml-debootstrap (0.75) unstable; urgency=medium
+
+  * [10ad469] Add EFI support via --efi <device> option. Thanks to
+    Darshaka Pathirana <dpat@syn-net.org> for the pair programming session
+
+ -- Michael Prokop <mika@grml.org>  Fri, 10 Jun 2016 11:21:01 +0200
+
+grml-debootstrap (0.74) unstable; urgency=medium
+
+  [ Patrick Schleizer ]
+  * [c83de43] improved amd64 on i386 build attempt bailout msg
+
+  [ Sebastian Pipping ]
+  * [1ba6bfd] Use parted to create partition table (issue #90)
+  * [034a2e9] Resolve now unused bootgrub.mksh (issue #90)
+  * [3fec01e] Mark first partition bootable (issue #92)
+  * [8a2c552] Ensure that MBR jumping to GRUB's core.img code
+    (issue #92)
+
+  [ Michael Prokop ]
+  * [813cdab] Ensure that grub-pc/install_devices is pointing to the
+    requested device (related to #711019)
+  * [7e3c788] No longer depend on mksh + drop check for mksh
+  * [71b39fa] Bump Standards-Version to 3.9.7
+  * [758f563] Update copyright year information
+
+ -- Michael Prokop <mika@grml.org>  Mon, 22 Feb 2016 22:21:29 +0100
+
+grml-debootstrap (0.73) unstable; urgency=medium
+
+  The "DebConf15" release
+
+  [ Paul Menzel ]
+  * [4a9077a] Use official redirector address httpredir.debian.org
+
+  [ Michael Prokop ]
+  * [395bf71] Add kmod to Depends, required for modprobe(8) for loop
+    device handling
+  * [1239389] Docker setup for automated builds + environment for testing
+
+ -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2015 13:30:49 +0200
+
+grml-debootstrap (0.72) unstable; urgency=medium
+
+  * [1cf8447] packer: improve support for testing local grml-debootstrap
+    version
+  * [0592c21] Drop --force-yes option from chroot-scripts' apt-get usage
+  * [3e504ef] Report CONFFILES usage in config overview
+
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2015 11:19:26 +0200
+
+grml-debootstrap (0.71) unstable; urgency=medium
+
+  The "monster kill ▬█████████" release
+
+  * [3814da0] Improve check for identifying underlying block device
+    (Closes: #771192)
+  * [0de1bb1] Provide workaround for GRUB font path bug in jessie (Debian
+    #787685)
+  * [2aa17c1] Always remove /boot/grub/device.map to avoid leaking host
+    data. Thanks to Patrick Schleizer <adrelanos@riseup.net> for bug
+    report and feedback
+  * [4a2c2d8] Don't try to re-read partition table when building VMs using
+    loop devices
+  * [9288199] Improve --vm and --vmfile usage instructions
+  * [dd7fd0a] Do not copy `packages` file if --nopackages option is
+    present
+  * [bc38eda] Make it more friendly to install on non-Debian
+    distributions. Thanks to Sebastian Pipping <sebastian@pipping.org> for
+    feature request
+  * [9f5825a] Include HTML documentation in Debian package
+  * [91f2e99] Rename --scripts to --post-scripts for consistency
+  * [6f2677c] Explicitly set LANGUAGE=C to avoid possible locale issues
+  * [bedb409] Provide hostname to pre-scripts by setting up /etc/hostname
+  * [f42f932] Ensure that grub-pc is installed in VMs even when using
+    --nopackages
+  * [a8c2e5f] Honor GRUB_DISABLE_LINUX_UUID=true and don't set root=UUID
+    then
+  * [8b67587] Provide new option --remove-configs to delete grml-
+    debootstrap configuration files from installed system
+  * [598b19a] Fix syntax error for introduced in 91f2e990ca65aa367
+  * [2a43ef7] Write hostname to installed system (fix for bedb4090) Thanks
+    to Sebastian Pipping <sebastian@pipping.org> for catching this issue
+  * [9d9ec2d] Run code for --remove-configs before unmounting chroot
+  * [d5528b0] Make check for GRUB_DISABLE_LINUX_UUID more stable. Thanks
+    to Patrick Schleizer <adrelanos@riseup.net> for the feedback
+  * [0064269] Disable SCRIPTS by default, replaced by POST_SCRIPTS
+  * [bfb0afb] Make mountpoint output silent
+  * [1e8339d] Display error message if --vmfile and --grub are used in
+    same cmdline
+  * [45b4746] packer: support different Debian + grml-debootstrap releases
+  * [21658d3] packer/Vagrant: make jessie the new default Debian release
+  * [7b776cd] config: change from GPL-2 to GPL-2+
+  * [c9caef4] Add stretch to release-table and update lenny installation
+    instructions
+  * [2370b8a] Drop unmaintained THANKS file
+  * [aee9c5f] Update debian/copyright + move to dep5 style
+
+ -- Michael Prokop <mika@grml.org>  Sat, 06 Jun 2015 01:33:17 +0200
+
 grml-debootstrap (0.70) unstable; urgency=medium
 
   [ Sebastian Pipping ]