dbus ChangeLog,1.794,1.795 NEWS,1.21,1.22 configure.in,1.117,1.118

John Palmieri johnp at freedesktop.org
Wed Jun 15 11:32:34 PDT 2005


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

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
* NEWS: Update to 0.34


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.794
retrieving revision 1.795
diff -u -d -r1.794 -r1.795
--- ChangeLog	15 Jun 2005 16:20:28 -0000	1.794
+++ ChangeLog	15 Jun 2005 18:32:32 -0000	1.795
@@ -1,5 +1,16 @@
 2005-06-15  John (J5) Palmieri  <johnp at redhat.com>
 
+	* NEWS: Update to 0.34
+
+2005-06-15  David Zeuthen  <davidz at redhat.com>
+
+	* configure.in (LT_CURRENT): Revert back to 1 as the library
+	hasn't changed and we've certainly not committed to protocol
+	stability yet.  All this does is to break ABI. See commit note
+	from hp at redhat.com 2005-05-05 for details.
+	
+2005-06-15  John (J5) Palmieri  <johnp at redhat.com>
+
 	* dbus/dbus-connection.c (_dbus_connection_peer_filter): New method 
 	(_dbus_connection_run_builtin_filters): New method
 	(dbus_connection_dispatch): Run the builtin filters which in turn

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- NEWS	26 Apr 2005 00:54:52 -0000	1.21
+++ NEWS	15 Jun 2005 18:32:32 -0000	1.22
@@ -1,3 +1,20 @@
+D-BUS 0.34 (15 June 2005)
+===
+- dbus_connection_disconnect is deprecated in favor of dbus_connection_close
+- The bus can now use D_NOTIFY (if available) to check when configuration files 
+  have changed and reload them
+- New dbus_message_has_path/member/interface API added
+- The Ping message from the org.freedesktop.DBus.Peer interface is now handled
+- Complete glib bindings overhaul (and are still under construction)
+- Tutorial now has an updated GLib section 
+- GLib bindings can now send/receive hash tables, arrays and other complex types
+- Python bindings overhaul (most public facing API's done)
+- Python bindings have been split up into separate files
+- Python added new type classes for hinting to the marshaler what type
+  to send over the wire
+- Python bindings now have decorators for specifying exported methods and signals
+- Numerous bug fixes
+
 D-BUS 0.33 (25 Apr 2005)
 ===
 
@@ -5,6 +22,7 @@
 - python binding API's have been overhalled to be more "pythonic" and cleaner
 - python bindings now export dbus.version which is set to (0,40,0)
 - python bindings now implement the org.freedesktop.DBus.Introspectable interface
+- python binding match rules are now more flexable
 - make check has been fixed
 - many, many major bug fixes
 

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- configure.in	15 Jun 2005 02:31:38 -0000	1.117
+++ configure.in	15 Jun 2005 18:32:32 -0000	1.118
@@ -25,7 +25,7 @@
 #
 
 ## increment if the interface has additions, changes, removals.
-LT_CURRENT=2
+LT_CURRENT=1
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT



More information about the dbus-commit mailing list