dbus ChangeLog,1.881,1.882 NEWS,1.24,1.25
John Palmieri
johnp at freedesktop.org
Tue Aug 23 13:07:32 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv22614
Modified Files:
ChangeLog NEWS
Log Message:
* Release 0.36
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.881
retrieving revision 1.882
diff -u -d -r1.881 -r1.882
--- ChangeLog 23 Aug 2005 19:48:42 -0000 1.881
+++ ChangeLog 23 Aug 2005 20:07:30 -0000 1.882
@@ -1,3 +1,7 @@
+2005-08-23 John (J5) Palmieri <johnp at redhat.com>
+
+ * Release 0.36
+
2005-08-23 Colin Walters <walters at verbum.org>
* test/glib/Makefile.am: Don't multiply-define EXTRA_DIST.
Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- NEWS 17 Jul 2005 21:02:56 -0000 1.24
+++ NEWS 23 Aug 2005 20:07:30 -0000 1.25
@@ -1,3 +1,25 @@
+D-BUS 0.36 (23 August 2005)
+===
+- Maximum sized of cached messages have been reduced to 10K
+- Match rules now allow matching on arguments inside the message
+- introspect.xsl XSLT style sheet added for formatting introspection
+ data into XHTML for analysis
+- Python bindings:
+ - now have working type objects for explicit
+ typecasting
+ - Variant type has been added
+ - Dictionaries, Variants and Arrays can all be passed the signiture or
+ type(s) of their children
+ - the optional timeout= keyword has been added when making method calls
+ - match on args has been implemented
+ - a .pth file has been added for dealing with libraries and python files
+ being in different directories such as in 64bit installs
+ - various bug fixes
+- GLib bindings:
+ - deeply recursive types now supported
+ - many symbols are no longer exported as part of the public API
+ - various memleak and other bug fixes
+
D-BUS 0.35.2 (17 July 2005)
===
- Rename Unix Security Context to SELinux Security Context in API
More information about the dbus-commit
mailing list