DBus
DBus is a FreeDesktop.org lightweight IPC implementation for Linux.
www.freedesktop.org
DBus Release Tags
- build: Include license files in releases
Simon McVittie: Fixes: 272928b "COPYING: Move full license text into LICENSES/" - Post-release version bump for 1.15.x
Simon McVittie:
###
diff --git a/NEWS b/NEWS
index 5698e091..94d9cac5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dbus 1.15.0 (UNRELEASED)
+========================
+
+...
+
dbus 1.14.0 (2022-02-28)
========================
diff --git a/configure.ac b/configure.ac
index 12996c4b..fa75e930 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], [14])
-m4_define([dbus_micro_version], [0])
+m4_define([dbus_micro_version], [99])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus], [dbus_version], [ - 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],[