mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
build-sys: prepare release 41
This commit is contained in:
parent
2707271e8e
commit
b13df9644b
19
NEWS
19
NEWS
@ -5,6 +5,21 @@ CHANGES WITH 41:
|
||||
An existing /sbin/init symlink needs to be adapted with the
|
||||
package update.
|
||||
|
||||
* The code that loads kernel modules has been ported to invoke
|
||||
libkmod directly, instead of modprobe. This means we do not
|
||||
support systems with module-init-tools anymore.
|
||||
|
||||
* Watchdog support is now already useful, but still not
|
||||
complete.
|
||||
|
||||
* A new kernel command line option systemd.setenv= is
|
||||
understood to set system wide environment variables
|
||||
dynamically at boot.
|
||||
|
||||
Contributions from: Benjamin Franzke, Kay Sievers, Lennart
|
||||
Poettering, Michael Olbrich, Michal Schmidt, Tom Gundersen,
|
||||
William Douglas
|
||||
|
||||
CHANGES WITH 40:
|
||||
* This is mostly a bugfix release
|
||||
|
||||
@ -19,6 +34,10 @@ CHANGES WITH 40:
|
||||
it will execute. This is useful to minimize the time window
|
||||
with a generic argv[0], which makes bootcharts more useful
|
||||
|
||||
Contributions from: Alvaro Soliverez, Chris Paulson-Ellis, Kay
|
||||
Sievers, Lennart Poettering, Michael Olbrich, Michal Schmidt,
|
||||
Mike Kazantsev, Ray Strode
|
||||
|
||||
CHANGES WITH 39:
|
||||
* This is mostly a test release, but incorporates many
|
||||
bugfixes.
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
AC_PREREQ(2.63)
|
||||
|
||||
AC_INIT([systemd],[40],[systemd-devel@lists.freedesktop.org])
|
||||
AC_INIT([systemd],[41],[systemd-devel@lists.freedesktop.org])
|
||||
AC_CONFIG_SRCDIR([src/main.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user