summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-17 19:42:36 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-17 19:42:36 +0000
commita3a22a26095c947200270248ce1c121997b452b6 (patch)
treec6cb8fe63473439890416fef576950a134e8df3b /NEWS
parent70d525d569bb89945d3124305594795a925e1faa (diff)
* Release 0.90dbus-0.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 57e7d20b..29d6c564 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+D-Bus 0.90 (17 July 2006)
+- API/ABI freeze for 1.0
+- Bindings are now split out into seperate packages
+- ListActivatableNames added as a method on the bus
+- Removed deprecated dbus_connection_disconnect (use dbus_connection_close)
+- Shared connections are now unreffed on disconnect
+- Fixed pending calls for threaded enviornments
+- Pending calls get timed out on connection disconnect
+- dbus_connection_send_with_reply returns TRUE and a NULL pending call
+ if you call it on a connection object which has been disconnected already
+ (it returns FALSE on Out of Memory errors only)
+- dbus-monitor now correctly catches methods, not just signals
+- dbus-monitor now prints object paths
+
D-BUS 0.62 (12 June 2006)
==
- Doc fixes