From: John (J5) Palmieri Date: Tue, 26 Feb 2008 18:37:48 +0000 (-0500) Subject: Released 1.1.20 X-Git-Tag: dbus-1.1.20^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f7ba8d23f603380aaf9297b45211d3c6424635;p=thirdparty%2Fdbus.git Released 1.1.20 --- diff --git a/ChangeLog b/ChangeLog index 4b68cb379..901e0b0ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-26 John (J5) Palmieri + + * Released 1.1.20 + 2008-02-26 John (J5) Palmieri * CVE-2008-0595 - security policy of the type work as an implicit allow for + messages sent without an interface bypassing the default deny rules and + potentially allowing restricted methods exported on the bus to be executed + by unauthorized users. + +- Fixes dbus-launch so the session bus goes away so does D-Bus + +- Builds against latest gcc/glibc changes + +- Correctly unref connections without guids during shutdown + +- About the name: Submitted by Greg K Nicholson, Conisten Water is a lake in + Cumbria, England where several water speed records have been broken. Between + 1956 and 1959 Sir Malcolm's son Donald Campbell set four successive records on the lake in Bluebird K7, a hydroplane. + (Wikipedia http://en.wikipedia.org/wiki/Coniston_Water#Waterspeed_record) + D-Bus 1.1.4 - 1.2.0RC2 (17 January 2007) == - Fixes inotify support diff --git a/configure.in b/configure.in index 34918eebf..62ac38713 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [1]) -m4_define([dbus_micro_version], [5]) +m4_define([dbus_micro_version], [20]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT(dbus, [dbus_version])