[systemd-commits] 2 commits - Makefile.am NEWS configure.ac
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Jul 3 11:48:58 PDT 2014
Makefile.am | 8 ++++----
NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++----
configure.ac | 2 +-
3 files changed, 48 insertions(+), 9 deletions(-)
New commits:
commit 252ff40a3827b4e8e62e03a5e2f80da3fe02bee6
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Jul 3 20:48:40 2014 +0200
build-sys: bump package and library versions
diff --git a/Makefile.am b/Makefile.am
index 672e93f..e238cde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,16 +35,16 @@ SUBDIRS = . po
# Keep the test-suite.log
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
-LIBUDEV_CURRENT=5
-LIBUDEV_REVISION=1
-LIBUDEV_AGE=4
+LIBUDEV_CURRENT=6
+LIBUDEV_REVISION=0
+LIBUDEV_AGE=5
LIBGUDEV_CURRENT=2
LIBGUDEV_REVISION=0
LIBGUDEV_AGE=2
LIBSYSTEMD_CURRENT=3
-LIBSYSTEMD_REVISION=0
+LIBSYSTEMD_REVISION=1
LIBSYSTEMD_AGE=3
# The following four libraries only exist for compatibility reasons,
diff --git a/configure.ac b/configure.ac
index 93aba06..ae88382 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [214],
+ [215],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])
commit c7435cc9115f5c8166433fd5ece028c06360ecd1
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Jul 3 20:46:35 2014 +0200
NEWS: prepare for release
diff --git a/NEWS b/NEWS
index 76d743a..6fc752b 100644
--- a/NEWS
+++ b/NEWS
@@ -55,10 +55,12 @@ CHANGES WITH 215:
passed in from the server. Note that the [DHCPv4] section
known in older systemd-networkd versions has been renamed to
[DHCP] and is now also used by the DHCPv6 client. Existing
- .network files using settings of this section need to be
- updated.
+ .network files using settings of this section should be
+ updated, though compatibility is maintained. Optionally, the
+ client hostname may now be sent to the DHCP server.
- * networkd gained support for vxlan virtual networks.
+ * networkd gained support for vxlan virtual networks as well
+ as tun/tap and dummy devices.
* networkd gained support for automatic allocation of address
ranges for interfaces from a system-wide pool of
@@ -176,7 +178,9 @@ CHANGES WITH 215:
* A new man page file-hierarchy(7) has been added that
contains a minimized, modernized version of the file system
layout systemd expects, similar in style to the FHS
- specification or hier(5).
+ specification or hier(5). A new tool systemd-path(1) has
+ been added to query many of these paths for the local
+ machine and user.
* Automatic time-based clean-up of $XDG_RUNTIME_DIR is no
longer done. Since the directory now has a per-user size
@@ -195,6 +199,41 @@ CHANGES WITH 215:
only be used for ports using the same HW address, hence the need
for dev_port.
+ * machined has been updated to export the OS version of a
+ container (read from /etc/os-release and
+ /usr/lib/os-release) on the bus. This is now shown in
+ "machinectl status" for a machine.
+
+ * A new service setting RestartForceExitStatus= has been
+ added. If configured to a set of exit signals or process
+ return values, the service will be restarted when the main
+ daemon process exits with any of them, regardless of the
+ Restart= setting.
+
+ * systemctl's -H switch for connecting to remote systemd
+ machines has been extended so that it may be used to
+ directly connect to a specific container on the
+ host. "systemctl -H root at foobar:waldi" will now connect as
+ user "root" to host "foobar", and then proceed directly to
+ the container named "waldi". Note that currently you have to
+ authenticate as user "root" for this to work, as entering
+ containers is a privileged operation.
+
+ Contributions from: Andreas Henriksson, Benjamin Steinwender,
+ Carl Schaefer, Christian Hesse, Colin Ian King, Cristian
+ RodrÃguez, Daniel Mack, Dave Reisner, David Herrmann, Eugene
+ Yakubovich, Filipe Brandenburger, Frederic Crozat, Hristo
+ Venev, Jan Engelhardt, Jonathan Boulle, Kay Sievers, Lennart
+ Poettering, Luke Shumaker, Mantas MikulÄnas, Marc-Antoine
+ Perennou, Marcel Holtmann, Michael Marineau, Michael Olbrich,
+ MichaÅ Bartoszkiewicz, Michal Sekletar, Patrik Flykt, Ronan Le
+ Martret, Ronny Chevalier, Ruediger Oertel, Steven Noonan,
+ Susant Sahani, Thadeu Lima de Souza Cascardo, Thomas Hindoe
+ Paaboel Andersen, Tom Gundersen, Tom Hirst, Umut Tezduyar
+ Lindskog, Uoti Urpala, Zbigniew JÄdrzejewski-Szmek
+
+ -- Berlin, 2014-07-03
+
CHANGES WITH 214:
* As an experimental feature, udev now tries to lock the
More information about the systemd-commits
mailing list