dbus ChangeLog, 1.1054, 1.1055 NEWS, 1.31, 1.32 configure.in, 1.155,
1.156
John Palmieri
johnp at kemper.freedesktop.org
Mon Jul 17 12:42:39 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv3111
Modified Files:
ChangeLog NEWS configure.in
Log Message:
* Release 0.90
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1054
retrieving revision 1.1055
diff -u -d -r1.1054 -r1.1055
--- ChangeLog 17 Jul 2006 18:23:39 -0000 1.1054
+++ ChangeLog 17 Jul 2006 19:42:36 -0000 1.1055
@@ -1,3 +1,7 @@
+2006-07-17 John (J5) Palmieri <johnp at redhat.com>
+
+ * Released 0.90
+
2006-07-17 Havoc Pennington <hp at redhat.com>
* dbus/dbus-marshal-basic.c (_dbus_type_to_string): support 64-bit
@@ -34,7 +38,7 @@
(_dbus_connection_get_dispatch_status_unlocked): If we have pending
calls queued timeouts on disconnect
- * dbus/dbus-pending-call.ci (_dbus_pending_call_set_connection):
+ * dbus/dbus-pending-call.c (_dbus_pending_call_set_connection):
Remove
2006-07-13 Carlos Garcia Campos <carlosgc at gnome.org>
Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- NEWS 12 Jun 2006 14:00:47 -0000 1.31
+++ NEWS 17 Jul 2006 19:42:36 -0000 1.32
@@ -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
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- configure.in 14 Jul 2006 16:20:10 -0000 1.155
+++ configure.in 17 Jul 2006 19:42:36 -0000 1.156
@@ -5,7 +5,7 @@
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(dbus, 0.62)
+AM_INIT_AUTOMAKE(dbus, 0.90)
AM_CONFIG_HEADER(config.h)
@@ -25,7 +25,7 @@
#
## increment if the interface has additions, changes, removals.
-LT_CURRENT=2
+LT_CURRENT=3
## increment any time the source changes; set to
## 0 if you increment CURRENT
More information about the dbus-commit
mailing list