dbus ChangeLog,1.1036,1.1037 NEWS,1.30,1.31

Thiago J. Macieira thiago at kemper.freedesktop.org
Mon Jun 12 07:00:49 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv32084

Modified Files:
	ChangeLog NEWS 
Log Message:
	* Released 0.62
(update ChangeLog and NEWS)


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1036
retrieving revision 1.1037
diff -u -d -r1.1036 -r1.1037
--- ChangeLog	12 Jun 2006 09:20:20 -0000	1.1036
+++ ChangeLog	12 Jun 2006 14:00:47 -0000	1.1037
@@ -1,5 +1,9 @@
 2006-06-12  Thiago Macieira <thiago.macieira at trolltech.com>
 
+	* Released 0.62
+
+2006-06-12  Thiago Macieira <thiago.macieira at trolltech.com>
+
 	* dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
         break pedantic builds. Closes bug 6043 (patch approved by
         Havoc back in February).

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- NEWS	24 Feb 2006 18:18:41 -0000	1.30
+++ NEWS	12 Jun 2006 14:00:47 -0000	1.31
@@ -1,3 +1,33 @@
+D-BUS 0.62 (12 June 2006)
+==
+- Doc fixes
+- Added support for all data-types for the dbus tools
+- Fixed eavesdropping on method calls (dbus-monitor)
+- Fixed silent dropping of method calls with interface=NULL
+- Fixed console ownership problems in Solaris
+- Fixed installation of dbus-signature.h and #include it in dbus/dbus.h
+- Flush the user database cache on config reload
+- GLib bindings:
+  - Fix memory leaks
+  - Fix properties in DBusGProxy so that they can be given in any
+    order
+  - Added lots of assertions to ensure correct use
+  - Remove duplicated code
+  - Fix static string pointer uses in GPtrArray-based collections
+- Python bindings:
+  - Remove reference to sys/cdefs.h
+- Qt4 bindings:
+  - Code reorganized
+  - Added the dbusidl2cpp, dbuscpp2xml and dbus tools
+  - Added example programs (ping-pong, complex ping-pong, listnames, chat)
+  - Updated selftests
+  - Fixed compilation and .moc- and .ui-file processing and cleaning
+  - Made central classes derive from QObject
+  - Enhance error reporting
+  - Many bugfixes
+- Mono bindings:
+  - Minor bugfixes
+
 D-BUS 0.61 (24 Febuary 2006)
 ==
 - Documentation all around



More information about the dbus-commit mailing list