X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=486c42b9c0ffc3aaf137dbafe60a961187def53c;hp=832831991e1cc9f8d04e05f0f17792483e12c004;hb=26c904e713bf9f18a510e92dc8d07bbd99fccf3b;hpb=5c51179adbf0566d5206e7165dbaa56fdd04a87e diff --git a/debian/changelog b/debian/changelog index 8328319..486c42b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,232 @@ +grml-debootstrap (0.89) unstable; urgency=medium + + * [2860f13] Fix detection of predictable network interface names + (Closes: #929810) + * [7a11723] Ensure /etc/network exists before setting up + /etc/network/interfaces (Closes: #930468) + + -- Michael Prokop Fri, 14 Jun 2019 14:47:02 +0200 + +grml-debootstrap (0.88) unstable; urgency=medium + + [ Michael Prokop ] + * [4f2362b] Update bug report instructions. Thanks to Patrick Schleizer + * [de2ad0f] sshcopyid option: exit if `ssh-add -L` fails to execute + * [eb7cb8d] docs: fix typo + + [ Darshaka Pathirana ] + * [9a8bfee] Add DHCP setting for Predictable Network Interface Names + * [0b1d982] Add option --sshcopyid to authorise root login + + -- Michael Prokop Sat, 02 Mar 2019 11:27:00 +0100 + +grml-debootstrap (0.87) unstable; urgency=medium + + [ Michael Prokop ] + * [dc11403] Makefile: use https version of website as + man.base.url.for.relative.links + * [b956f72] Support mmdebstrap via DEBOOTSTRAP=mmdebstrap + * [ec05bcf] Drop no longer relevant releasetable-man.txt + * [7291d05] Replace http with https where possible + * [7827bce] grml-debootstrap man page: point users towards github + instead of private mail + * [fc76b63] Install zsh-completion in /usr/share/zsh/vendor-completions + * [83408f3] zsh-completion: improve wording and list of available + options to better match reality + * [3929d57] debian/rules: support nocheck in DEB_BUILD_OPTIONS + * [33e362a] docs: add further and improve existing usage examples + + -- Michael Prokop Thu, 24 Jan 2019 10:21:34 +0100 + +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 + for the bugreport (Closes: #887224) + * [9bdd7a1] Bump Standards-Version to 4.1.3 + + -- Michael Prokop Mon, 15 Jan 2018 10:58:37 +0100 + +grml-debootstrap (0.80) unstable; urgency=medium + + * [351237a] Fix a bunch of typos + * [7803bf3] packer: add support for building Debian/buster + * [ecff5b9] packer: use current Grml release 2017.05 for building + * [3314417] packer: use latest VirtualBox Guest Additions ISO + * [05ed1a4] Identify UUID of target system even if it's SWRAID or a + mountpoint. Thanks to hex2a for reporting and testing + * [d8de50b] Bump Standards-Version to 4.1.2 + + -- Michael Prokop Fri, 08 Dec 2017 12:54:17 +0100 + +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