summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-26 15:43:43 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-26 15:43:43 +0100
commit03e1151676fba62674e2219da624272e522e590f (patch)
tree4d70befb2ba589a474e009e6a67ec16d5fba2dd0
parent74b1c371744d6948094476a4c135afa54b21414b (diff)
build-sys: bump version and .so revisions
-rw-r--r--Makefile.am8
-rw-r--r--TODO5
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index d5eb7ad6db..37c1cc2692 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,19 +40,19 @@ LIBGUDEV_REVISION=3
LIBGUDEV_AGE=1
LIBSYSTEMD_LOGIN_CURRENT=4
-LIBSYSTEMD_LOGIN_REVISION=0
+LIBSYSTEMD_LOGIN_REVISION=1
LIBSYSTEMD_LOGIN_AGE=4
LIBSYSTEMD_DAEMON_CURRENT=0
-LIBSYSTEMD_DAEMON_REVISION=7
+LIBSYSTEMD_DAEMON_REVISION=8
LIBSYSTEMD_DAEMON_AGE=0
LIBSYSTEMD_ID128_CURRENT=0
-LIBSYSTEMD_ID128_REVISION=17
+LIBSYSTEMD_ID128_REVISION=18
LIBSYSTEMD_ID128_AGE=0
LIBSYSTEMD_JOURNAL_CURRENT=8
-LIBSYSTEMD_JOURNAL_REVISION=0
+LIBSYSTEMD_JOURNAL_REVISION=1
LIBSYSTEMD_JOURNAL_AGE=8
# Dirs of external packages
diff --git a/TODO b/TODO
index b49d3e15d4..e54f84b964 100644
--- a/TODO
+++ b/TODO
@@ -49,15 +49,10 @@ Features:
* when isolating, try to figure out a way how we implicitly can order
all units we stop before the isolating unit...
-* when prompting for a hdd password show GUID partition label
-
* teach udev + logind's uaccess to somehow handle the "dead" device nodes from:
/lib/modules/$(uname -r)/modules.devname
and apply ACLs to them if they have TAG=="uaccess" in udev rules.
-* clean up early boot services, and put them all before sysinit.target
- and leave basic.target alone.
-
* matching against units is currently broken in journalctl. We really
need another AND level in the expressions,
i.e. sd_journal_add_conjunction().
diff --git a/configure.ac b/configure.ac
index 1c9d5596ea..5b88bcf005 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [198],
+ [199],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])