dbus ChangeLog,1.968,1.969 NEWS,1.29,1.30 configure.in,1.145,1.146

John Palmieri johnp at kemper.freedesktop.org
Fri Feb 24 10:18:43 PST 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv31114

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
2006-02-24  John (J5) Palmieri  <johnp at redhat.com>

	* Released 0.61

2006-02-24  John (J5) Palmieri  <johnp at redhat.com>
	
	* proxies.py: Fix the callchain


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.968
retrieving revision 1.969
diff -u -d -r1.968 -r1.969
--- ChangeLog	24 Feb 2006 16:13:08 -0000	1.968
+++ ChangeLog	24 Feb 2006 18:18:41 -0000	1.969
@@ -1,3 +1,11 @@
+2006-02-24  John (J5) Palmieri  <johnp at redhat.com>
+
+	* Released 0.61
+
+2006-02-24  John (J5) Palmieri  <johnp at redhat.com>
+	
+	* proxies.py: Fix the callchain
+
 2006-02-24  John (J5) Palmieri <johnp at redhat.com>
 	
 	* patch from Sjoerd Simons <sjoerd at debian.org>:	

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- NEWS	30 Nov 2005 21:23:12 -0000	1.29
+++ NEWS	24 Feb 2006 18:18:41 -0000	1.30
@@ -1,3 +1,25 @@
+D-BUS 0.61 (24 Febuary 2006)
+==
+- Documentation all around
+- dbus-launch now produces correct sh and csh syntax
+- Nested arrays now work correctly
+- GLib bindings:
+  - Inheriting from DBusGProxy is now possible
+  - GPtrArrays can now be marshalled
+  - org.freedesktop.DBus.GLib.ClientCSymbol annotation added
+  - Openning connections to arbitrary addresses now supported
+- Python bindings:
+  - sender_keyword and path_keyword keywords added to signal listener API
+  - Byte types now demarshal to unsigned char
+  - calling methods now do the correct thing
+- Qt bindings:
+  - both Qt3 and Qt4 bindings can be built at the same time
+  - Use the standard org.freedesktop.DBus.Method.NoReply annotation 
+    for the "async" calls instead of creating one for us.
+- Mono bindings:
+  - 64bit arch fixes
+- Massive bug fixing all around
+
 D-BUS 0.60 (30 November 2005)
 ==
 

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- configure.in	17 Feb 2006 00:04:38 -0000	1.145
+++ configure.in	24 Feb 2006 18:18:41 -0000	1.146
@@ -5,7 +5,7 @@
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(dbus, 0.60)
+AM_INIT_AUTOMAKE(dbus, 0.61)
 
 AM_CONFIG_HEADER(config.h)
 



More information about the dbus-commit mailing list