summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-21 15:34:48 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-12-21 15:34:48 +0000
commit5e74fa8c61a15796d0d8b6fc1679acdb4310e0a7 (patch)
tree2229b89309b406ade5efc611929d7d0db275738a
parent5042c1e5e6df31700215c9dc0618634911b0c9f5 (diff)
downloaddbus-5e74fa8c61a15796d0d8b6fc1679acdb4310e0a7.tar.gz
NEWS for 1.2.26
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29b..3bee8c40 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,11 @@
+D-Bus 1.2.26 (21 December 2010)
+==
+
+• Fix for CVE-2010-4352: sending messages with excessively-nested variants can
+ crash the bus. The existing restriction to 64-levels of nesting previously
+ only applied to the static type signature; now it also applies to dynamic
+ nesting using variants. Thanks to Rémi Denis-Courmont for discoving this
+ issue.
+• Corrected thread problem causing some calls to hang for 25s
+• Enable address reuse on TCP sockets
+• Fix use of $servicename in init script