Releasing version 0.149.

Signed-off-by: Ben Hutchings <benh@debian.org>
This commit is contained in:
Ben Hutchings 2025-06-13 00:18:20 +02:00
parent 1f479fd08f
commit 2c0bd2d293

26
debian/changelog vendored
View File

@ -1,3 +1,29 @@
initramfs-tools (0.149) experimental; urgency=medium
[ Alper Nebi Yasak ]
* [d11ba24] Handle simple-framebuffer drivers built as modules
* [72899f8] Handle framebuffer_coreboot driver built as a module
[ Ben Hutchings ]
* [8104218] unmkinitramfs: Stop splitting into "early" and "main"
subdirectories
* [02bd63a] unmkinitramfs: Add support for lzma compression
[ Benjamin Drung ]
* [ea29775] hook-functions: Print error message on copy_file failure
* [8842365] Add missing Breaks to initramfs-tools-bin (for moved
unmkinitramfs)
[ Tobias Heider ]
* [6fdd131] Fix include of panel drivers if MODULES=dep
* [d82a1e9] Include all bridge, panel and backlight drivers if
MODULES=most
[ Bastian Blank ]
* [39e24fe] Re-add s390 specific scsi drivers (Closes: #1107689)
-- Ben Hutchings <benh@debian.org> Fri, 13 Jun 2025 00:17:33 +0200
initramfs-tools (0.148) unstable; urgency=medium
* [a797b42] unmkinitramfs: Rewrite in C to make it acceptably fast