Merge remote-tracking branch 'origin/github/pr/145'
[grml-live.git] / debian / changelog
index 523fb95..e087f41 100644 (file)
@@ -1,3 +1,186 @@
+grml-live (0.47.6) unstable; urgency=medium
+
+  * [642ff89] docs: update instructions for basefile creation to include
+    capabilities
+
+ -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2024 10:56:00 +0100
+
+grml-live (0.47.5) unstable; urgency=medium
+
+  * Software related changes:
+    - [922087b] drop dmraid from GRML_FULL + GRML_SMALL
+  * [ee314fb] templates: drop deprecated nodmraid boot option and update
+    grml-cheatcodes.txt
+
+ -- Michael Prokop <mika@grml.org>  Fri, 02 Feb 2024 16:52:57 +0100
+
+grml-live (0.47.4) unstable; urgency=medium
+
+  * [bdf9b40] grml-cheatcodes.txt: drop URL for no-longer existing live-
+    initramfs.en.7.txt
+  * [06e703a] Fix usage of FAI's shell.log vs. scripts.log
+  * Software related changes:
+    - [e0a2d0b] add xxd to GRML_SMALL + GRML_FULL
+    - [dca230e] add memtest86+ to GRML_FULL (amd64/i386 only)
+
+ -- Michael Prokop <mika@grml.org>  Fri, 02 Feb 2024 16:04:31 +0100
+
+grml-live (0.47.3) unstable; urgency=medium
+
+  * Software related changes:
+    - [c30d41f] add zstd to GRML_SMALL. Thanks to Marc Haber
+
+ -- Michael Prokop <mika@grml.org>  Mon, 15 Jan 2024 12:35:35 +0100
+
+grml-live (0.47.2) unstable; urgency=medium
+
+  [ Michael Prokop ]
+  * [94ef34a] templates/boot/isolinux/f10: use https and replace freenode
+    with oftc
+  * [69fe8e2] grml-docs/startpage.html: rework and update instructions
+  * [cbbab37] templates/boot/grub/%SHORT_NAME%_options.cfg: fix missing
+    quotes
+
+  [ Darshaka Pathirana ]
+  * [4e76a27] Remove Grml release name from the boot options
+
+ -- Michael Prokop <mika@grml.org>  Sat, 23 Dec 2023 13:22:32 +0100
+
+grml-live (0.47.1) unstable; urgency=medium
+
+  [ Michael Prokop ]
+  * Software related changes:
+    - [892768a] ship xserver-xorg-video-intel with grml32-full
+    - [f123b91] drop thin-provisioning-tools from GRML_FULL
+
+  [ Darshaka Pathirana ]
+  * [c0460ec] Unify boot options order
+
+ -- Michael Prokop <mika@grml.org>  Fri, 01 Dec 2023 12:39:26 +0100
+
+grml-live (0.47.0) unstable; urgency=medium
+
+  * [f365415] Add debootstrap to Depends
+  * [1a9a788] Rework memtest handling, incl. usage of latest available
+    memtest file
+  * [e57c3ad] templates/boot/grub/addons: use chainloader instead of
+    linuxefi
+
+ -- Michael Prokop <mika@grml.org>  Thu, 19 Oct 2023 17:24:51 +0200
+
+grml-live (0.46.1) unstable; urgency=medium
+
+  * [b041d9e] grml-live-remaster: aufs got replaced by overlay.
+    Thanks to Alhyene for the patch
+  * Software related changes:
+    - [3faa4ab] add toilet to GRML_SMALL + GRML_FULL and
+      lolcat to GRML_FULL
+
+ -- Michael Prokop <mika@grml.org>  Thu, 14 Sep 2023 18:24:41 +0200
+
+grml-live (0.46.0) unstable; urgency=medium
+
+  The "hello arm64 / aarch64" release
+
+  * [f0c9fee] Drop deprecated GRMLBASE/93-update-usbids (update-usbids
+    is gone)
+  * [cb68d92] GRMLBASE/91-update-pciids: also ignore exit code 1
+  * [74c4bce] Support FAI's newer scripts.log, as used with FAI
+    versions >=6.0
+  * [e530f07] Provide workaround for dhcpcd/isc-dhcp-client + cloud-init
+    for bookworm. Thanks to János Pásztor for the bug report
+  * [e1a5504] Initial arm64 / aarch64 support
+  * Software related changes:
+    - [97f7e34] install architecture specific fwupd-signed packages
+
+ -- Michael Prokop <mika@grml.org>  Fri, 08 Sep 2023 18:00:52 +0200
+
+grml-live (0.45.0) unstable; urgency=medium
+
+  * [d6d5fee] Drop depends on fai-server. Thanks to András Korn
+  * [75e65f3] Deprecate FAI's make-fai-nfsroot.conf
+  * [29d5e28] Update zsh completion + ship it via Debian package
+  * [5730180] Add support for Debian/trixie (current Debian/testing)
+    Thanks to cb <christopher@bocki.com> for the PR
+  * Software related changes:
+    - [8359ac7] add lz4 to GRML_FULL. Thanks to willmcginnis
+      for the suggestion
+    - [fe23a7a] drop dstat (unmaintained upstream)
+    - [0adb425] ship fwupd with fwupd-signed + policykit-1 +
+      udisks2 for firmware updates
+
+ -- Michael Prokop <mika@grml.org>  Fri, 11 Aug 2023 19:32:56 +0200
+
+grml-live (0.44.0) unstable; urgency=medium
+
+  * [7005037] grml-cheatcodes.txt: document usage of
+    bootfrom=/dev/disk/by-label* + drop deprecated tohd.
+    Thanks to Csillag Tamas
+  * [bac3076] No longer bootstrap with --no-merged-usr.
+    Thanks to Csillag Tamas for reporting
+  * [00d296a] DEBIAN_STABLE: enable non-free-firmware component
+    and use stable-backports
+  * Software related changes:
+    - [7eb1881] add f3 to GRML_FULL.
+      Thanks to Keith Irwin for the suggestion
+    - [3152440] add gdisk to GRML_SMALL
+    - [e7ada95] switch from isc-dhcp-client to dhcpcd.
+      Thanks to András Korn for the suggestion
+
+ -- Michael Prokop <mika@grml.org>  Fri, 30 Jun 2023 14:25:46 +0200
+
+grml-live (0.43.2) unstable; urgency=medium
+
+  * [842c047] Increase EFI image size when using Secure Boot on amd64.
+    Thanks to János Pásztor for bugreport and initial patch
+
+ -- Michael Prokop <mika@grml.org>  Thu, 23 Feb 2023 12:37:12 +0100
+
+grml-live (0.43.1) unstable; urgency=medium
+
+  * [721a473] Secure Boot: update grub and shim binaries.
+    Thanks to János Pásztor for bugreport and PR
+  * [6f345c1] Use serial console with 115200n8 by default.
+    Thanks to anarcat for bugreport
+  * [cd1b0e9] Drop deprecated /etc/inittab configuration files
+  * [f771ff8] Update debian/copyright
+  * [c7d7687] Update Vcs-git header to use github.com
+  * [dfec112] Bump Standards-Version to 4.6.2
+  * Software related changes:
+    - [b55c661] drop firmware-ath9k-htc (provided by firmware-atheros)
+
+ -- Michael Prokop <mika@grml.org>  Mon, 20 Feb 2023 14:19:26 +0100
+
+grml-live (0.43.0) unstable; urgency=medium
+
+  The "Good Riddance" release
+
+  * [d1575f1] Drop /etc/grml/fai/config/files/etc/lsb-base-
+    logging.sh/GRMLBASE
+  * [a4d3b31] Ship custom tmpfiles.d configuration to avoid man-db cache
+    removal. Thanks to 2f2a and Darshaka Pathirana
+  * [87ea3f5] Support new non-free-firmware component
+  * [19b3f2b] Add non-free component to security.debian.org repository of
+    old Debian releases
+  * [1f5167a] Update examples/reprepro/conf to a more recent Debian
+    release
+  * [5a77db4] Drop support for lenny, squeeze, wheezy, jessie, stretch +
+    buster Debian releases and default to bookworm
+  * [19a0467] Drop file-rc support
+
+ -- Michael Prokop <mika@grml.org>  Fri, 03 Feb 2023 17:52:32 +0100
+
+grml-live (0.42.2) unstable; urgency=medium
+
+  * [c55290b] GRMLBASE/39-modprobe: do not expect all files in
+    /etc/modprobe.d to be used
+  * [1aa1823] GRMLBASE/39-modprobe: avoid usage of
+    /lib/modprobe.d/50-nfs.conf
+  * [ed733f2] Revert "Set SHELL variable in tty1"
+  * [2013537] Revert "Run zsh when starting screen"
+
+ -- Michael Prokop <mika@grml.org>  Fri, 25 Nov 2022 11:57:09 +0100
+
 grml-live (0.42.1) unstable; urgency=medium
 
   [ Michael Prokop ]