* Released 0.62 dbus-0.62
authorThiago Macieira <thiago@kde.org>
Mon, 12 Jun 2006 14:00:47 +0000 (14:00 +0000)
committerThiago Macieira <thiago@kde.org>
Mon, 12 Jun 2006 14:00:47 +0000 (14:00 +0000)
(update ChangeLog and NEWS)

ChangeLog
NEWS

index 5b766d564bbf3fcc1ba3ec1d110e6813e77dd153..78c2f24c515f8cf81416c56b89829142ab2cb4ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
+
+       * Released 0.62
+
 2006-06-12  Thiago Macieira <thiago.macieira@trolltech.com>
 
        * dbus/dbus-arch-deps.h.in: Remove spurious semi-colons that
diff --git a/NEWS b/NEWS
index 2cda9b8dacce0e8526fb85105351493098dc570e..57e7d20bae0e34ab52f322722eab0c7a8664ed8b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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