[systemd-commits] 3 commits - Makefile.am NEWS configure.ac

Lennart Poettering lennart at kemper.freedesktop.org
Fri Feb 13 02:07:29 PST 2015


 Makefile.am  |    6 +++---
 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 4 deletions(-)

New commits:
commit 29dff93227916281c4bcaa3b9c71536be8395945
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Feb 13 11:06:42 2015 +0100

    build-sys: already bump package version in preparation for next release
    
    (don't misunderstand this, the release is still out quite a bit...)

diff --git a/configure.ac b/configure.ac
index 3c33888..684c793 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([systemd],
-        [218],
+        [219],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
         [systemd],
         [http://www.freedesktop.org/wiki/Software/systemd])

commit f9d4ea9e4e4ce34a90399a6fabdc648cf5d4bb2f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Feb 12 20:49:22 2015 +0100

    build-sys: bump sonames in preparation for next release

diff --git a/Makefile.am b/Makefile.am
index 1ab2e79..bf04d31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,9 +46,9 @@ LIBGUDEV_CURRENT=2
 LIBGUDEV_REVISION=0
 LIBGUDEV_AGE=2
 
-LIBSYSTEMD_CURRENT=5
-LIBSYSTEMD_REVISION=1
-LIBSYSTEMD_AGE=5
+LIBSYSTEMD_CURRENT=6
+LIBSYSTEMD_REVISION=0
+LIBSYSTEMD_AGE=6
 
 # The following four libraries only exist for compatibility reasons,
 # their version info should not be bumped anymore

commit 11ea2781eea4b912d2feb26785ece475e504c57b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Feb 12 20:45:19 2015 +0100

    NEWS: add contributors list

diff --git a/NEWS b/NEWS
index 42c67b8..58a5252 100644
--- a/NEWS
+++ b/NEWS
@@ -300,6 +300,32 @@ CHANGES WITH 219:
         * networkd's [Match] sections now support globbing and lists
           of multiple space-separated matches per item.
 
+        Contributions from: Alban Crequy, Alin Rauta, Andrey Chaser,
+        Bastien Nocera, Carlos Garnacho, Carlos Morata Castillo, Chris
+        Atkinson, Chris J. Arges, Christian Seiler, Christoph Brill,
+        Colin Guthrie, Colin Walters, Cristian Rodríguez, Daniele
+        Medri, Daniel Mack, Dave Reisner, David Herrmann, Erik
+        Auerswald, Filipe Brandenburger, Frank Theile, Gabor Kelemen,
+        Gabriel de Perthuis, Harald Hoyer, Hui Wang, Ivan Shapovalov,
+        Jan Engelhardt, Jan Synacek, Jay Faulkner, Johannes Hölzl,
+        Jonas Ådahl, Jonathan Boulle, Josef Andersson, Kay Sievers,
+        Ken Werner, Lennart Poettering, Lucas De Marchi, Lukas Nykryn,
+        Lukasz Skalski, Luke Shumaker, Mantas Mikulėnas, Manuel
+        Mendez, Marcel Holtmann, Marc Schmitzer, Marko Myllynen,
+        Martin Pitt, Maxim Mikityanskiy, Michael Biebl, Michael
+        Marineau, Michael Olbrich, Michal Schmidt, Mindaugas
+        Baranauskas, Moez Bouhlel, Naveen Kumar, Patrik Flykt, Paul
+        Martin, Peter Hutterer, Peter Mattern, Philippe De Swert,
+        Piotr Drąg, Rafael Ferreira, Rami Rosen, Robert Milasan, Ronny
+        Chevalier, Sangjung Woo, Sebastien Bacher, Sergey Ptashnick,
+        Shawn Landden, Stéphane Graber, Susant Sahani, Sylvain
+        Plantefève, Thomas Hindoe Paaboel Andersen, Tim JP, Tom
+        Gundersen, Topi Miettinen, Torstein Husebø, Umut Tezduyar
+        Lindskog, Veres Lajos, Vincent Batts, Wieland Hoffmann,
+        Zbigniew Jędrzejewski-Szmek
+
+        -- Berlin, 2015-02-??
+
 CHANGES WITH 218:
 
         * When querying unit file enablement status (for example via



More information about the systemd-commits mailing list