summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-15 05:00:27 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-15 05:02:38 +0100
commit437b7dee328738b7aca89a9c7527f228ff8f2d34 (patch)
tree93935bf167458c775d43bb6efb4470a561963206
parent21d279cf543c82705a5b3362818805603d2ab9f2 (diff)
build-sys: prepare release of 43v43
-rw-r--r--Makefile.am6
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 983ea165c..9762da14e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,9 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po
-LIBSYSTEMD_LOGIN_CURRENT=1
-LIBSYSTEMD_LOGIN_REVISION=2
-LIBSYSTEMD_LOGIN_AGE=1
+LIBSYSTEMD_LOGIN_CURRENT=2
+LIBSYSTEMD_LOGIN_REVISION=0
+LIBSYSTEMD_LOGIN_AGE=2
LIBSYSTEMD_DAEMON_CURRENT=0
LIBSYSTEMD_DAEMON_REVISION=1
diff --git a/NEWS b/NEWS
index 048abcce5..53ef98227 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
systemd System and Service Manager
+CHANGES WITH 43:
+ * This is mostly a bugfix release
+
+ * systems lacking /etc/os-release are no longer supported.
+
+ * Various functionality updates to libsystemd-login.so
+
+ * Track class of PAM logins to distuingish greeters from
+ normal user logins.
+
+ Contributions from: Kay Sievers, Lennart Poettering, Michael
+ Biebl
+
CHANGES WITH 42:
* This is an important bugfix release for v41.
diff --git a/configure.ac b/configure.ac
index 39a9f8842..62e8cdf58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
AC_PREREQ(2.63)
-AC_INIT([systemd],[42],[systemd-devel@lists.freedesktop.org])
+AC_INIT([systemd],[43],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])