X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=49d78cac686a2c78ca2768c7c8be0a9dda23fdc3;hp=be7e6d0f28b9a5c36ef31671d0f22d70beb80d65;hb=refs%2Ftags%2Fv0.79;hpb=a94eaaa51e05f51e8576545834ae7a000c391dcc diff --git a/debian/changelog b/debian/changelog index be7e6d0..49d78ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,319 @@ +grml-debootstrap (0.79) unstable; urgency=medium + + [ Bigo ] + * [d0cd2dd] Update /dev and /dev/pts mount from --bind to proper fs type + + [ Darshaka Pathirana ] + * [263c465] Add documentation for --defaultinterfaces command line + option + + [ Michael Prokop ] + * [1fba2a2] Depend on fdisk | util-linux (<< 2.29.2-3~) Thanks to + Andreas Henriksson (Closes: #872219) + * [f56ca7d] Bump Standards-Version to 4.0.1 + + -- Michael Prokop Thu, 17 Aug 2017 14:42:01 +0200 + +grml-debootstrap (0.78) unstable; urgency=medium + + The "hello vienna, hello stretch" release + + [ Evgeni Golov ] + * [36a961d] don't fiddle around with /etc/hosts + + [ Michael Prokop ] + * [fdf85c6] Drop sysfsutils from default software package list + [Closes: issue2240] + * [622fa87] Don't generate rootfs entry in /etc/fstab if we + don't know its UUID [Closes: issue2182] + * [afccc8e] Debian stretch is the new default release + + -- Michael Prokop Thu, 26 Jan 2017 01:18:07 +0100 + +grml-debootstrap (0.77) unstable; urgency=medium + + [ Stefan Schlesinger ] + * [4b7bcd8] Export TARGET_HOSTNAME before running post-scripts + + [ Christian Hofstaedtler ] + * [1cfa51e] Update my email address + * [d8960ba] Bump debhelper compat level to 10 + * [b22ae35] Forbid xsltproc to use network for building + + [ Michael Prokop ] + * [900df89] Honor GRUB_DISABLE_LINUX_UUID=true for all Debian releases. + Thanks to hex2a for the initial patch (see PR #96) + + -- Michael Prokop Tue, 24 Jan 2017 21:36:55 +0100 + +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 Thu, 22 Sep 2016 14:25:51 +0200 + +grml-debootstrap (0.75) unstable; urgency=medium + + * [10ad469] Add EFI support via --efi option. Thanks to + Darshaka Pathirana for the pair programming session + + -- Michael Prokop 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 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 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 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 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 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 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 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 Sat, 06 Jun 2015 01:33:17 +0200 + +grml-debootstrap (0.70) unstable; urgency=medium + + [ Sebastian Pipping ] + * [d59e47c] Fix unmounting [..]/dev once more (issue #50) + * [d08be12] Mount and unmount /dev/pts for chrooting (issue #39) + * [e781fc5] No longer write too many disk ID bytes (issue #75) + * [a459d66] Fix current release-related texts before adding stretch + (issue #77) + * [7549cad] Add support for installation of Debian stretch (issue #77) + * [874b096] Revert "Check for grub-mkimage when creating virtual machine + images (issue #61)" + * [1adbe33] Revert "Add grub-common to recommended dependencies for + grub-mkimage (issue #61)" + * [4524757] Install GRUB once, at most (second take, issue #78) + * [c7c6cfd] Fix grub-install invocation for post-wheezy releases and sid + (issue #78) + + [ Patrick Schleizer ] + * [cb71442] implemented trap ERR for grml-debootstrap and chroot-script; + changed chroot script from sh to bash script, because trap ERR is a + bashism + + [ Michael Prokop ] + * [aba5a80] Use full fingerprint instead of short GPG key ids for Grml + repository. Thanks to Patrick Schleizer for bug + report and feedback + * [831a5d8] Install firmware-linux only when non-free is among the + COMPONENTS. Thanks to Philip Hands for the patch + (Closes: #786966) + * [15a1143] Drop contrib + non-free from default COMPONENTS, support + --contrib + -non-free cmdline options + + -- Michael Prokop Wed, 03 Jun 2015 17:02:41 +0200 + +grml-debootstrap (0.69) unstable; urgency=medium + + The "jessie partyyyyyy ♫♫♫" release + + [ Sebastian Pipping ] + * [ccba9a8] Try unmounting [..]/dev harder + * [e5e71bc] Delete binary packer/fake-uname.so + * [be32888] Initialize packer/.gitignore + * [762d9ef] Fix packer/Makefile dependencies + * [d945d99] Check for grub-mkimage when creating virtual machine images + * [9d3d538] Add grub-common to recommended dependencies for grub-mkimage + * [b3cddce] Fixed version reported when run from Git + * [7b07013] Source cmdlineopts.clp from same folder as grml-debootstrap + file (Closes: #776502) [CVE-2015-1378] + * [92b1de2] Add missing escaping of user input (Closes: #779925) + + [ Patrick Schleizer ] + * [3aa7301] Break when using unsupported generic codenames "stable" or + "testing" + + [ Michael Prokop ] + * [f992b13] Do not stop hosts' SSH + mdadm services in cleanup + procedure. Thanks to Sebastian Pipping for debugging and bug report + (Closes: #779913) + * [dae518d] Define ewarn function to properly display warning messages + (Closes: #780204) + + -- Michael Prokop Fri, 24 Apr 2015 18:12:55 +0200 + +grml-debootstrap (0.68) unstable; urgency=medium + + * [8a4a3c8] Adjust filesystem check for new blkid behaviour + (Closes: #772849) + + -- Michael Prokop Thu, 11 Dec 2014 18:38:06 +0100 + +grml-debootstrap (0.67) unstable; urgency=medium + + The "[✔] ready for jessie" release + + [ Michael Prokop ] + * [add7aab] Update documentation for upcoming stable release + Debian/jessie + * [486fa51] Use jessie as new default release + * [0f66ed4] Add support for jessie in dialog based user interface + * [bda9f3a] package selection: replace dhcp3-client with isc-dhcp-client + * [18ee5ea] Support MKFS_OPTS variable + use -F option in mkfs.ext* when + running in force mode + * [491c75a] Add sources.list support for squeeze-lts + * [75be5c3] docs: simplify table of supported releases, mention lenny + issue + * [86c5325] Make disk identifier configurable via DISK_IDENTIFIER + variable. Thanks to Patrick Schleizer for the + initial patch + * [bd598a0] Fix some minor issues identified by shellcheck + * [37d7df7] config: use uuidgen tool for DISK_IDENTIFIER usage example + * [ca32c51] Fix some further issues identified by shellcheck + * [a2b19f1] Do not use fixed disk identifiers by default + * [af35272] Always use UUIDs for GRUB booting in VMs instead of + hardcoding values + * [a227187] docs: fix wrong usage example description. Thanks to Florian + Klien for the bug report + * [092274d] Execute kpartx in sync mode to avoid race conditions + * [86b25a4] Support GRUB as present in Debian/jessie in VM builds + * [e0b0b8b] docs: set man.base.url.for.relative.links option when + generating man-page + * [5adf8f6] Fix linux-image package check for Debian/jessie 32bit. + Thanks to Patrick Schleizer for the bug report + * [6dde1bd] Fix check for available /dev/md* devices + + [ Patrick Schleizer ] + * [ba9ff1f] Use UUIDs in /boot/grub/grub.cfg for VM builds rather than + hardcoding /dev/sda + + -- Michael Prokop Mon, 13 Oct 2014 21:16:04 +0200 + +grml-debootstrap (0.66) unstable; urgency=medium + + [ Michael Prokop ] + * [cd8a1e5] Provide 'make shellcheck' for syntax checks, enable during + package build + * [6efce15] Execute wrap-and-sort on debian directory + * [856786f] Bump Standards-Version to 3.9.6 + + [ Patrick Schleizer ] + * [430c060] Adjust locale handling (LANG/LANGUAGE) to match with Debian + wheezy defaults + + [ Markus Rekkenbeil ] + * [9b9cdfe] Add set process for /etc/mailname [Closes: issue1315] + + -- Michael Prokop Thu, 02 Oct 2014 11:39:54 +0200 + +grml-debootstrap (0.65) unstable; urgency=medium + + [ Christian Hofstaedtler ] + * [960e54d] Add option --vm to install VMs into LVs and such + + [ Michael Prokop ] + * [7fc0e06] Initial packer/vagrant/autotest setup + * [21b0160] Improve packer deployment for usage in Vagrant + + -- Michael Prokop Thu, 03 Jul 2014 12:27:55 +0200 + +grml-debootstrap (0.64) unstable; urgency=medium + + The "happy easter \(◎o◎)/" release + + * [bba7c19] Initial README.md (esp. for Github users) + * [329df0b] Set up default /etc/network/interfaces with dhcp for eth0 in + VM use case. Thanks to Ulrich Dangel for review and + Thanks to Christian Hofstaedtler for + suggestion + review + * [c653f57] Provide option --defaultinterfaces to install default + /etc/network/interfaces + + -- Michael Prokop Sun, 20 Apr 2014 02:50:33 +0200 + grml-debootstrap (0.63) unstable; urgency=medium [ Christian Hofstaedtler ]