Skip to content

Commit b1f8f2c

Browse files
committed
2.14.0
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 3a644c4 commit b1f8f2c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

NEWS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Version 2.14.0
2+
3+
- Feature mdadm:
4+
+ Generate udev rules for guessed raid devices.
5+
- Feature pipeline:
6+
+ Fix possible race in the waitdev.
7+
- Feature network:
8+
+ Always import runtime environment.
9+
- Runtime:
10+
+ Use wrapper around readlink for portability.
11+
+ Use start-stop-daemon from busybox.
12+
+ Udev variables $ID_\* are optional.
13+
+ Add default udev rules.
14+
+ Add support for root=SERIAL=\*.
15+
- Utilities:
16+
+ initrd-put: Handle symlinks in the root directory.
17+
+ initrd-put: Get the canonical path correctly.
18+
+ initrd-put: Set mode and owner after directories creation.
19+
+ depinfo: Do not show an error if softdep is not found.
20+
- Build:
21+
+ Add busybox and libshell as submodules.
22+
- Misc:
23+
+ All make messages should go to stderr.
24+
125
Version 2.13.0
226

327
- Feature guestfs:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([make-initrd],[2.13.0],[[email protected]])
2+
AC_INIT([make-initrd],[2.14.0],[[email protected]])
33
AC_CONFIG_SRCDIR([datasrc/getarg.c])
44
AC_CONFIG_HEADERS([config.h])
55

0 commit comments

Comments
 (0)