DBus
DBus is a FreeDesktop.org lightweight IPC implementation for Linux.
www.freedesktop.org
DBus Release Tags
- Preallocate next release name
Simon McVittie - Use a micro version that won't break DBUS_VERSION
Simon McVittie: DBUS_VERSION assumes that major/minor/micro are numeric and less than 256 each. - Bump version for 1.13.x branch
Simon McVittie - Prepare 1.12.0
Simon McVittie - Add first draft of release notes for 1.12.0
Simon McVittie: I'm hoping for 1.11.24 to act as 1.12rc1, with a remarkably similar 1.12.0 release shortly after if all goes well.
- Post-release version bump (and add release name)
Simon McVittie - Post-release version bump
Simon McVittie - 1.11.4
Simon McVittie:
###
diff --git a/NEWS b/NEWS
index 2cb5210..68a06a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.11.4 (UNRELEASED)
+D-Bus 1.11.4 (2016-08-15)
==
+The “copper pickaxe” release.
+
Dependencies:
• Building from git (but not from tarballs) now requires
diff --git a/configure.ac b/configure.ac
index b3d5255..44bbdf0 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], [3])
+m4_define([dbus_micro_version], [4])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[ - 1.10.10
Simon McVittie:
###
diff --git a/NEWS b/NEWS
index 13a0697..504b9af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.10.10 (UNRELEASED)
+D-Bus 1.10.10 (2016-08-15)
==
+The “tungsten door” release.
+
Fixes:
• On Linux, when dbus-daemon is run with reduced susceptibility to the
diff --git a/configure.ac b/configure.ac
index a228d63..0746ddd 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], [10])
-m4_define([dbus_micro_version], [9])
+m4_define([dbus_micro_version], [10])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[ - 1.11.2
Simon McVittie