summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-10-23 11:29:57 +0100
committerSimon McVittie <smcv@collabora.com>2017-10-23 11:29:57 +0100
commitf87fea641f20b7aa9a3d9aaddd2e5a803bc2d15a (patch)
treef89b3e59c6df0e411ef48ead646f660906d4ac95
parentec51d538288292ae707bb0813ed05b1e21e4f503 (diff)
Prepare 1.11.22dbus-1.11.22
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index e0f6421f..652042ff 100644
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,14 @@ dbus 1.12.0 (UNRELEASED)
1.12.x will be a new stable branch, recommended for use in OS
distributions. It has not yet been released, but will be soon.
-Until then, wider testing of the 1.11.x branch would be appreciated.
+Please test the release candidate version, 1.11.22.
Summary of major changes between 1.10.x and 1.12.0
--------------------------------------------------
Dependencies:
-• Expat >= 2.1.0 is required
+• Expat >= 2.1.0 is required.
• GLib >= 2.40 is required if full test coverage is enabled.
• [Linux] libselinux >= 2.0.86 is required if SELinux support is
enabled.
@@ -18,7 +18,7 @@ Dependencies:
such as PRId64 and PRIu64, except when building for Windows.
• [Autotools] Building from git (but not from tarballs) with Autotools
now requires macros from the GNU Autoconf Archive.
-• [CMake] Builds done using CMake now require CMake 3.0.2
+• [CMake] Builds done using CMake now require CMake 3.0.2.
Build-time configuration changes:
@@ -30,14 +30,13 @@ Build-time configuration changes:
options no longer exist. See the release notes for 1.11.20.
• [Unix] Flag files in /var/run/console/${username} are no longer
checked for at_console by default. See the release notes for 1.11.18.
- This feature will probably be removed entirely in 1.13.x.
• [Unix, Cygwin] Init scripts are no longer provided by upstream dbus,
and packagers will now need to add these downstream (most already do).
See the release notes for 1.11.18.
-• [Unix] The process ID file no longer has a different location on
- Red Hat derivatives. See the release notes for 1.11.18.
-• [Unix] ${runstatedir} is now independent of ${localstatedir}.
- See the release notes for 1.11.16.
+• [Unix] The process ID file no longer has a different default location
+ on Red Hat derivatives. See the release notes for 1.11.18.
+• [Unix] ${runstatedir} is now independent of ${localstatedir} with
+ recent Autotools versions. See the release notes for 1.11.16.
• [Windows] The WINDRES variable is no longer used. See the release
notes for 1.11.22.
@@ -79,11 +78,16 @@ Miscellaneous behaviour changes:
• [Unix] The session bus now logs to syslog if it was started by
dbus-launch.
• [Unix] Internal warnings are logged to syslog if configured.
-• [Unix] Exceeding an anti-DoS limit is logged to syslog or stderr.
+• [Unix] Exceeding an anti-DoS limit is logged to syslog if configured,
+ or to stderr.
-D-Bus 1.11.22 (UNRELEASED)
+D-Bus 1.11.22 (2017-10-23)
==========================
+The “fire surface” release.
+
+This is the first release-candidate for the 1.12.0 stable release.
+
Build-time configuration changes:
• When building for Windows with Autotools, setting the WINDRES variable
diff --git a/configure.ac b/configure.ac
index fed2ba09..d3ff08ed 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], [11])
-m4_define([dbus_micro_version], [21])
+m4_define([dbus_micro_version], [22])
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=1
+LT_REVISION=2
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has