dbus ChangeLog,1.937,1.938 NEWS,1.28,1.29

John Palmieri johnp at freedesktop.org
Wed Nov 30 13:23:14 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv28143

Modified Files:
	ChangeLog NEWS 
Log Message:
* dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
  remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.937
retrieving revision 1.938
diff -u -d -r1.937 -r1.938
--- ChangeLog	30 Nov 2005 20:30:02 -0000	1.937
+++ ChangeLog	30 Nov 2005 21:23:11 -0000	1.938
@@ -1,5 +1,14 @@
 2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
 
+	* Released 0.60
+
+2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
+
+	* dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
+	remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code
+
+2005-11-30  John (J5) Palmieri  <johnp at redhat.com>
+
 	* dbus/dbus-connection.c (dbus_connection_read_write): Add new
 	method for getting messages off the bus in the absence of a
 	mainloop.  This method is much like 

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- NEWS	6 Sep 2005 22:38:54 -0000	1.28
+++ NEWS	30 Nov 2005 21:23:12 -0000	1.29
@@ -1,3 +1,35 @@
+D-BUS 0.60 (30 November 2005)
+==
+
+- major ABI/API changes - sonames changed
+- RequestName queuing behavior has changed (refer to dbus-specification)
+  - DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT has been removed and
+    DBUS_NAME_FLAG_ALLOW_REPLACEMENT has been added to the flags
+- signals emitted by the bus now show up in the introspect data
+- auth EXTERNAL now supported on BSD varients
+- ReleaseName method added to the bus to allow a service
+  to remove itself as owner of a bus name
+- dbus_connection_read_write added for getting messages off the bus 
+  in the absence of a mainloop
+- Qt4 bindings added and the Qt3 bindings have been depricated
+- python bindings:
+  - marshal using introspect data if available
+  - better exception handling and propigation
+  - private connections are now supported
+  - UTF-8 cleanups
+  - out_signature added to method decorators for specifying
+    how the return values should be marshaled
+  - sender_keyword added to method decorators for specifying
+    and argument to provide the unique name of the method caller
+  - async_callbacks added to method decorators 
+  - multiple inheritance of classes now supported 
+- GLib bindings:
+  - respect NoReply annotations
+  - dbus_g_method_return_get_reply and dbus_g_method_return_send_reply
+    added to the lowlevel code for use when the dbus-glib marshalling
+    code is not adiquate
+- numerous bug fixes all around
+
 D-BUS 0.50 (06 September 2005)
 ===
 This is a minor release from 0.36.2.  The series number has changed 



More information about the dbus-commit mailing list