[systemd-commits] 4 commits - Makefile.am NEWS configure.ac
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Oct 28 07:30:08 PDT 2014
Makefile.am | 6 +++---
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 2 +-
3 files changed, 36 insertions(+), 4 deletions(-)
New commits:
commit 9a4f7f5ef7a0895962d5c9b9e0bc8579fd792aef
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Oct 28 15:29:49 2014 +0100
build-sys: bump version number in preparation for release
diff --git a/configure.ac b/configure.ac
index fba2447..f8a95cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [216],
+ [217],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])
commit cfc59d713d6d8e4536c4103368a9a48ca6cea833
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Oct 28 15:29:36 2014 +0100
build-sys: bump library versions in preparation for 217 release
diff --git a/Makefile.am b/Makefile.am
index fc86b45..df5d73b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,16 +39,16 @@ SUBDIRS = . po
.PRECIOUS: $(TEST_SUITE_LOG) Makefile
LIBUDEV_CURRENT=7
-LIBUDEV_REVISION=0
+LIBUDEV_REVISION=1
LIBUDEV_AGE=6
LIBGUDEV_CURRENT=2
LIBGUDEV_REVISION=0
LIBGUDEV_AGE=2
-LIBSYSTEMD_CURRENT=4
+LIBSYSTEMD_CURRENT=5
LIBSYSTEMD_REVISION=0
-LIBSYSTEMD_AGE=4
+LIBSYSTEMD_AGE=5
# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore
commit 4b08dd87eebb4b634bdd5708ac1ba68dcee205b3
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Oct 28 15:20:16 2014 +0100
NEWS: add contributor list in preparation for 217 release
diff --git a/NEWS b/NEWS
index 94551a3..ce0231d 100644
--- a/NEWS
+++ b/NEWS
@@ -155,6 +155,31 @@ CHANGES WITH 217:
PolicyKit for many of PID1's priviliged operations such as
unit file enabling and disabling.
+ Contributions from: Andreas Henriksson, Andrei Borzenkov,
+ Angus Gibson, Ansgar Burchardt, Ben Wolsieffer, Brandon L.
+ Black, Christian Hesse, Cristian Rodríguez, Daniel Buch,
+ Daniele Medri, Daniel Mack, Dan Williams, Dave Reisner, David
+ Herrmann, David Sommerseth, David Strauss, Emil Renner
+ Berthing, Eric Cook, Evangelos Foutras, Filipe Brandenburger,
+ Gustavo Sverzut Barbieri, Hans de Goede, Harald Hoyer, Hristo
+ Venev, Hugo Grostabussiat, Ivan Shapovalov, Jan Janssen, Jan
+ Synacek, Jonathan Liu, Juho Son, Karel Zak, Kay Sievers, Klaus
+ Purer, Koen Kooi, Lennart Poettering, Lukas Nykryn, Lukasz
+ Skalski, Łukasz Stelmach, Mantas Mikulėnas, Marcel Holtmann,
+ Marius Tessmann, Marko Myllynen, Martin Pitt, Michael Biebl,
+ Michael Marineau, Michael Olbrich, Michael Scherer, Michal
+ Schmidt, Michal Sekletar, Miroslav Lichvar, Patrik Flykt,
+ Philippe De Swert, Piotr Drąg, Rahul Sundaram, Richard
+ Weinberger, Robert Milasan, Ronny Chevalier, Ruben Kerkhof,
+ Santiago Vila, Sergey Ptashnick, Simon McVittie, Sjoerd
+ Simons, Stefan Brüns, Steven Allen, Steven Noonan, Susant
+ Sahani, Sylvain Plantefève, Thomas Hindoe Paaboel Andersen,
+ Timofey Titovets, Tobias Hunger, Tom Gundersen, Torstein
+ Husebø, Umut Tezduyar Lindskog, WaLyong Cho, Zbigniew
+ Jędrzejewski-Szmek.
+
+ -- Berlin, 2014-10-28
+
CHANGES WITH 216:
* timedated no longer reads NTP implementation unit names from
commit fae9332b140ffa3c1b04c80ac4cd3f2796e8cf3c
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Oct 28 15:17:53 2014 +0100
update NEWS
diff --git a/NEWS b/NEWS
index f618fec..94551a3 100644
--- a/NEWS
+++ b/NEWS
@@ -148,6 +148,13 @@ CHANGES WITH 217:
display managers invoking this tool to simply invoke X
directly from now on, again.
+ * Support for the new ALLOW_INTERACTIVE_AUTHORIZATION D-Bus
+ message flag has been added for all of systemd's PolicyKit
+ authenticated method calls has been added. In particular
+ this now allows optional interactive authorization via
+ PolicyKit for many of PID1's priviliged operations such as
+ unit file enabling and disabling.
+
CHANGES WITH 216:
* timedated no longer reads NTP implementation unit names from
More information about the systemd-commits
mailing list