summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-07-21 17:52:21 +0100
committerSimon McVittie <smcv@debian.org>2015-07-21 17:52:21 +0100
commit8f0e2e664eabbe92b1033961e3bce6a7fb724df9 (patch)
tree7d59c7ec6c27feb711c96a3d38e4c5ecdb75afcc
parentdae42b370b7409620f8272d0816a621fd2100ee0 (diff)
parente5fd4c1473e49471f692aed143fd0608ca6d22ea (diff)
dbus-1.9.16dbus-1.9.18
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index d90f6c54..8ed50fc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.9.18 (UNRELEASED)
+D-Bus 1.9.18 (2015-07-21)
==
+The “Pirate Elite” release.
+
Configuration changes:
• The basic setup for the well-known system and session buses is now done
@@ -32,8 +34,8 @@ Fixes:
• Fix a memory leak when GetConnectionCredentials() succeeds
(fd.o #91008, Jacek Bukarewicz)
-• Ensure that dbus-monitor does not reply to messages intended for others
- (fd.o #90952, Simon McVittie)
+• Ensure that dbus-monitor does not reply to messages intended for others,
+ resulting in its own disconnection (fd.o #90952, Simon McVittie)
D-Bus 1.9.16 (2015-05-14)
==
diff --git a/configure.ac b/configure.ac
index 2f47f6b8..f16755f5 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], [9])
-m4_define([dbus_micro_version], [17])
+m4_define([dbus_micro_version], [18])
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])
@@ -38,7 +38,7 @@ LT_CURRENT=17
## increment any time the source changes; set to
## 0 if you increment CURRENT
-LT_REVISION=0
+LT_REVISION=1
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has