summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-10-05 11:02:41 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-05 11:02:41 +0100
commit8501a73dfe923ad273229b7c45925d4abe4cca7e (patch)
tree83c4d3e80b99646a6b8eee50ea8461fbf9fc30c2
parent32e7655568f5002a0637f63715d87f580f82000f (diff)
Prepare v1.14.4dbus-1.14.4
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 01af2631..2d68687c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-dbus 1.14.4 (UNRELEASED)
+dbus 1.14.4 (2022-10-05)
========================
+This is a security update for the dbus 1.14.x stable branch, fixing
+denial-of-service issues (CVE-2022-42010, -42011, -42012) and applying
+security hardening (dbus#416).
+
Behaviour changes:
• On Linux, dbus-daemon and other uses of DBusServer now create a
diff --git a/configure.ac b/configure.ac
index d74c6643..f1e97c1f 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], [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], [https://gitlab.freedesktop.org/dbus/dbus/issues], [dbus])
@@ -42,7 +42,7 @@ LT_CURRENT=35
## 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