X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=debian%2Fchangelog;h=ceed4df1bd25bfb92a8d9ee556f6fd81638f82fc;hp=49d78cac686a2c78ca2768c7c8be0a9dda23fdc3;hb=2669404614bd984dd3188bdf4aa275b0003f42f2;hpb=d52da32bf9b27cd97ddec14ef0bdb75ec21b38d2 diff --git a/debian/changelog b/debian/changelog index 49d78ca..ceed4df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,278 @@ +grml-debootstrap (0.100) unstable; urgency=medium + + * [43ea7e2] Drop leftover KEYRING code + * [ea978f6] Fix Grml repository usage. Thanks to Karl Voit for the bug + report + * [7b2b4c8] VMs: create partition with alignment starting at 4MiB + + ending at 100%. Thanks to David Gnedt for the bug report and analysis, + Darshaka Pathirana and Chris Hofstaedtler for further information and + feedback + + -- Michael Prokop Mon, 24 Jan 2022 17:17:29 +0100 + +grml-debootstrap (0.99) unstable; urgency=medium + + * [0d4c089] packer: update VBoxGuestAdditions to v6.1.22 + Grml ISO to + latest stable release (2021.07) + * [86f83aa] Install dbus by default + * [1ca3ec5] EFI support: fix for grub-install usage with efivarfs + * [b45ae94] Bump Standards-Version to 4.6.0 + + -- Michael Prokop Mon, 23 Aug 2021 16:21:44 +0200 + +grml-debootstrap (0.98) unstable; urgency=medium + + [ Paul Menzel ] + * [1c4b3b0] Correct indentation in switch statement + * [8995409] Support XFS in VMs by including xfs driver in grub-mkimage + * [f6d7aac] Remove *os-prober* from shipped packages list + * [457e3e4] config: Replace em dash — by `--` for switch in comment + + [ Michael Prokop ] + * [b047071] Fix git version detection when executing in foreign git + repository. Thanks to Paul Menzel for the bugreport + + -- Michael Prokop Fri, 09 Jul 2021 09:08:45 +0200 + +grml-debootstrap (0.97) unstable; urgency=medium + + * [72ce6b6] packer: update VBoxGuestAdditions to v6.1.20 + * [4d625ea] fake-uname: fix gcc argument order and improve preloaded + shared library. Thanks to Guillem Jover + * [360e057] Bail out if architecture isn't set nor can be identified + automatically + * [9ae6b12] Avoid installation of os-proper in VM environments + * [d91d9f3] EFI support: check + mount efivarfs to support Debian + kernels >=5.10 + + -- Michael Prokop Tue, 01 Jun 2021 07:44:46 +0200 + +grml-debootstrap (0.96) unstable; urgency=medium + + * [181ec9a] Use shorter fs label for EFI partition to not break with + recent dosfstools (Closes: #987014) + + -- Michael Prokop Mon, 19 Apr 2021 16:36:17 +0200 + +grml-debootstrap (0.95) unstable; urgency=medium + + * [3f28b11] Properly handle KEEP_SRC_LIST option when set to 'no' + * [fa2ce1b] Do not enable escape characters on dumb terminals + * [01b5b0f] Support F2FS in VMs by including f2fs driver in grub- + mkimage. Thanks to Paul Menzel for bugreport and bugfix + * [1537613] F2FS filesystem doesn't support errors=remount-ro mount + option + + -- Michael Prokop Fri, 22 Jan 2021 11:56:34 +0100 + +grml-debootstrap (0.94) unstable; urgency=medium + + The "waiting for bullseye, 2021 + vaccinations" release + + [ Chris Hofstaedtler ] + * [5c7f7fa] d/control: Set Rules-Requires-Root: no + * [2617a47] d/control: fix Vcs-Git field name + * [2e6b03e] d/rules: remove dh_make template header + + [ Michael Prokop ] + * [8f673fa] Fix shellcheck issue SC2174 + * [622ca58] Improve EFI detection by checking for /sys/firmware/efi. + Thanks to Darshaka Pathirana for reporting and feedback + * [1475b08] packer: make template compatible with recent packer + versions. Thanks to Darshaka Pathirana for reporting + * [208a600] packer: use latest VBoxGuestAdditions (6.1.16) + Grml stable + release (2020.06) + * [9506ba5] Use bullseye as default Debian release + + -- Michael Prokop Wed, 23 Dec 2020 17:34:26 +0100 + +grml-debootstrap (0.93) unstable; urgency=medium + + * New release (without code changes) to fix Debian policy issue + + -- Michael Prokop Fri, 05 Jun 2020 14:14:44 +0200 + +grml-debootstrap (0.92) unstable; urgency=medium + + [ Antoine Beaupré ] + * [07e835e] add .ssh/authorized_keys support for --sshcopyid + + [ Michael Prokop ] + * [3865f3e] Refactor new --sshcopyid behavior into separate cmdline + option --sshcopyauth + + -- Michael Prokop Wed, 03 Jun 2020 16:53:06 +0200 + +grml-debootstrap (0.91) unstable; urgency=medium + + * [ef76531] docs: fix duplicated --efi option in usage examples + * [22cdc9f] Provide workaround for Debian bug #918590 with lvm + udev in + VM installations + * [5d3fdc8] Check for existence of debootstrap binary after command line + processing + * [eb667bc] Bump Standards-Version to 4.5.0 + * [8002a17] Execute 'wrap-and-sort -a -t -s' on debian/ + + -- Michael Prokop Tue, 12 May 2020 17:23:59 +0200 + +grml-debootstrap (0.90) unstable; urgency=medium + + * [2891924] packer: Update VBoxGuestAdditions to v5.2.24 + * [c7ddca2] packer: support Debian 10.0 in tests + * [e92841f] Use new security.debian.org repository layout for bullseye + and newer + * [5e77963] packer: make buster the new default Debian release + * [2b7cd25] packer: update to grml64-full 2018.12 + * [6839f3b] travis: ignore SC2001 which doesn't work for + $CHROOT_VARIABLES handling + * [52c01f7] Properly exit if GRUB installation fails + * [c8f145c] Support BOOT_APPEND usage outside of VMs + * [2ee78ca] /etc/fstab: provide header comment, pointing to man pages + and systemctl daemon-reload + * [c3a7715] travis: default to buster and also use debian:buster as + docker container + * [d62f187] Drop debian/compat, replace with debhelper-compat + * [f423157] Bump Standards-Version to 4.4.1 + + -- Michael Prokop Tue, 22 Oct 2019 15:57:49 +0200 + +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 ] @@ -1160,4 +1435,3 @@ grml-debootstrap (0.1) unstable; urgency=low * Initial release. -- Michael Prokop Fri, 3 Nov 2006 01:10:52 +0100 -