summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-06-06 13:57:46 +0100
committerSimon McVittie <smcv@collabora.com>2023-06-06 13:57:46 +0100
commit7e3b7e12e5cb175722553ae950d46c39599f2a8a (patch)
treeb96ca611d0627374d6fd8d8901d200223d465749
parent03f18f80dc3a5c24b9be5def0836d33120f09d7f (diff)
Release v1.12.28dbus-1.12.28
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 87545da1..51de68ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-dbus 1.12.27 (UNRELEASED)
+dbus 1.12.x branch
+==================
+
+The dbus 1.12.x branch was originally released in 2017, and is maintained
+for the benefit of long-term-support OS distributions such as Debian.
+It is planned to reach end-of-life status at the end of Debian 11
+mainstream security support, in mid 2024. After it reaches end-of-life
+there will be no more 1.12.x releases, even if new security issues
+are discovered.
+
+dbus 1.12.28 (2023-06-06)
=========================
Denial-of-service fixes:
diff --git a/configure.ac b/configure.ac
index 19df9f92..5d2e2504 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], [27])
+m4_define([dbus_micro_version], [28])
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=16
+LT_REVISION=17
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has