dbus ChangeLog, 1.632.2.11, 1.632.2.12 NEWS, 1.18.2.3, 1.18.2.4 configure.in, 1.102.2.3, 1.102.2.4

Joe Shaw joe at freedesktop.org
Fri Mar 11 10:15:27 PST 2005


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

Modified Files:
      Tag: dbus-0-23
	ChangeLog NEWS configure.in 
Log Message:
2005-03-11  Joe Shaw  <joeshaw at novell.com>
                                                                                
        * NEWS: Update for 0.23.4
                                                                                
        * configure.in: Release 0.23.4

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.632.2.11
retrieving revision 1.632.2.12
diff -u -d -r1.632.2.11 -r1.632.2.12
--- ChangeLog	11 Mar 2005 17:39:56 -0000	1.632.2.11
+++ ChangeLog	11 Mar 2005 18:15:25 -0000	1.632.2.12
@@ -1,4 +1,10 @@
 2005-03-11  Joe Shaw  <joeshaw at novell.com>
+                                                                                
+        * NEWS: Update for 0.23.4
+                                                                                
+        * configure.in: Release 0.23.4
+
+2005-03-11  Joe Shaw  <joeshaw at novell.com>
 
 	* dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
 	this unref; it doesn't match up evenly in some codepaths.

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.18.2.3
retrieving revision 1.18.2.4
diff -u -d -r1.18.2.3 -r1.18.2.4
--- NEWS	9 Mar 2005 23:12:24 -0000	1.18.2.3
+++ NEWS	11 Mar 2005 18:15:25 -0000	1.18.2.4
@@ -1,3 +1,8 @@
+D-BUS 0.23.4 (11 Mar 2005)
+===
+- fix a failed assertion when trying to get replies from certain
+  pending calls
+
 D-BUS 0.23.3 (9 Mar 2005)
 ===
 - add back dbus_pending_call_get_reply() which was removed accidentally.

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.102.2.3
retrieving revision 1.102.2.4
diff -u -d -r1.102.2.3 -r1.102.2.4
--- configure.in	9 Mar 2005 23:12:24 -0000	1.102.2.3
+++ configure.in	11 Mar 2005 18:15:25 -0000	1.102.2.4
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.23.3)
+AM_INIT_AUTOMAKE(dbus, 0.23.4)
 
 AM_CONFIG_HEADER(config.h)
 



More information about the dbus-commit mailing list