Skip to content

Commit

Permalink
2.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Sep 10, 2021
1 parent bd31890 commit 62f1149
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Version 2.23.0

- Runtime:
+ Add fstab dependency to udev service.
+ Add the ability to find out with what features the image was built.
- New feature:
+ Add bootloader feature. The feature adds the ability to create an image that
can act as a bootloader.
+ Add debug-tools feature. The feature adds a debug tools (gdb, strace) to
initrd image.
- Feature smart-card:
+ Add udev rules to setup enviroment for fido devices.
+ Fix typos and move guessing GUESS_NET_IFACE to net module.
+ Fix number of retries in the initramfs service.
- Feature ucode:
+ The absence of the firmware file is not an error.
+ Set mtime of files and directories to 01-01-1970.
- Guess subsystem:
+ root: Replace MOUNTPOINTS to GUESS_MOUNTPOINTS inside guess module. The
MOUNTPOINTS variable continues to work for backward compatibility.
- Utilities:
+ initrd-put: Do not run chmod for symlinks.
- Misc:
+ Add new tool to sort services and switch from sort-lsb to sort-services.
+ Add PUT_FEATURE_OPTIONAL_LIBS to pack optional libraries.
+ Detect terminfo in more portable way.
+ Set mtime of all initramfs files and directories to 01-01-1970. The reproducibility
of the build image has appeared.
+ Add unit tests for some utilities.

Version 2.22.0

- Runtime:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([make-initrd],[2.22.0],[[email protected]])
AC_INIT([make-initrd],[2.23.0],[[email protected]])
AC_CONFIG_SRCDIR([datasrc/getarg.c])
AC_CONFIG_HEADERS([config.h])

Expand Down

0 comments on commit 62f1149

Please sign in to comment.