From 2a16ab9ff2b0c5e9f74276b86a18385090273c56 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 20 Dec 2010 21:18:10 +0000 Subject: [PATCH] NEWS for 1.4.1 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index c4b46de8..2a274abb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +D-Bus 1.4.1 (20 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. + • OS X portability fixes, including launchd support. + • Windows autolaunch improvements. + • Various bug fixes. + D-Bus 1.4.0 (6 Sep 2010) == - systemd hookup