summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-03-01 18:05:09 +0000
committerSimon McVittie <smcv@collabora.com>2018-03-01 18:05:09 +0000
commita723baa2bc7e91fc9b1926cda1ce53e9301de4d8 (patch)
tree7d272719496f653cdaa3e237757f5838f8e8226a
parent59173203dfaa6d61b2ea175cfac68d90170dbdb7 (diff)
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bc68be54..9c6b4dd8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-dbus 1.12.6 (UNRELEASED)
+dbus 1.12.6 (2018-03-01)
========================
+The “just the one swan, actually” release.
+
Fixes:
• Increase system dbus-daemon's RLIMIT_NOFILE rlimit before it drops
diff --git a/configure.ac b/configure.ac
index 5b0416d2..bc39d1fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [12])
-m4_define([dbus_micro_version], [5])
+m4_define([dbus_micro_version], [6])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
@@ -42,7 +42,7 @@ LT_CURRENT=22
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=5
+LT_REVISION=6
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has