Add changelog for 76
This commit is contained in:
parent
4df7306924
commit
7b1d6a7b14
1 changed files with 18 additions and 6 deletions
|
@ -8,6 +8,24 @@ Changelog
|
||||||
Added
|
Added
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Changed
|
||||||
|
-------
|
||||||
|
|
||||||
|
Deprecated
|
||||||
|
----------
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
-----
|
||||||
|
|
||||||
|
Removed
|
||||||
|
-------
|
||||||
|
|
||||||
|
[76] - 2024-03-30
|
||||||
|
=================
|
||||||
|
|
||||||
|
Added
|
||||||
|
-----
|
||||||
|
|
||||||
- Add a man page for ``mkarchiso``.
|
- Add a man page for ``mkarchiso``.
|
||||||
- Implement configurable bootstrap tarball compression. It is configured in ``profiledef.sh`` using a bash array called
|
- Implement configurable bootstrap tarball compression. It is configured in ``profiledef.sh`` using a bash array called
|
||||||
``bootstrap_tarball_compression``. baseline tarball now uses zstd compression while releng remains with gzip for now.
|
``bootstrap_tarball_compression``. baseline tarball now uses zstd compression while releng remains with gzip for now.
|
||||||
|
@ -21,12 +39,6 @@ Changed
|
||||||
- Skip including external microcode images in build artifacts if the initramfs file contains ``early_cpio`` (indicating
|
- Skip including external microcode images in build artifacts if the initramfs file contains ``early_cpio`` (indicating
|
||||||
an early uncompressed CPIO archive which should have the microcode update files).
|
an early uncompressed CPIO archive which should have the microcode update files).
|
||||||
|
|
||||||
Deprecated
|
|
||||||
----------
|
|
||||||
|
|
||||||
Fixed
|
|
||||||
-----
|
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue