dbus ChangeLog,1.926,1.927
Robert McQueen
robot101 at freedesktop.org
Tue Nov 15 09:19:21 PST 2005
- Previous message: dbus/python dbus_bindings.pyx, 1.16, 1.17 exceptions.py, 1.3,
1.4 service.py, 1.19, 1.20
- Next message: dbus/bus driver.c, 1.74, 1.75 services.c, 1.31, 1.32 services.h,
1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv7289
Modified Files:
ChangeLog
Log Message:
2005-11-15 Robert McQueen <robot101 at debian.org>
* bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
method to org.freedesktop.DBus to release a bus name or give up
waiting in the queue for it.
* dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
dbus_bus_release_name method to send the ReleaseName method calls.
Add constants for the return values to dbus/dbus-shared.h.
* doc/dbus-specification.xml: Document the new ReleaseName method
in the specification.
* python/dbus_bindings.pyx: Add a low-level python binding for the
release name method.
* python/exceptions.py, python/service.py: Make freeing BusName
objects release the name. Add a NameExistsException, and fix a
bug with creating UnknownMethodException.
* test/python/test-client.py: Add tests for freeing BusName
objects causing names to be released.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.926
retrieving revision 1.927
diff -u -d -r1.926 -r1.927
--- ChangeLog 14 Nov 2005 20:59:32 -0000 1.926
+++ ChangeLog 15 Nov 2005 17:19:19 -0000 1.927
@@ -1,5 +1,28 @@
2005-11-15 Robert McQueen <robot101 at debian.org>
+ * bus/driver.c, bus/services.c, bus/services.h: Add a ReleaseName
+ method to org.freedesktop.DBus to release a bus name or give up
+ waiting in the queue for it.
+
+ * dbus/dbus-bus.c, dbus/dbus-bus.h, dbus/dbus-shared.h: Add a
+ dbus_bus_release_name method to send the ReleaseName method calls.
+ Add constants for the return values to dbus/dbus-shared.h.
+
+ * doc/dbus-specification.xml: Document the new ReleaseName method
+ in the specification.
+
+ * python/dbus_bindings.pyx: Add a low-level python binding for the
+ release name method.
+
+ * python/exceptions.py, python/service.py: Make freeing BusName
+ objects release the name. Add a NameExistsException, and fix a
+ bug with creating UnknownMethodException.
+
+ * test/python/test-client.py: Add tests for freeing BusName
+ objects causing names to be released.
+
+2005-11-14 Robert McQueen <robot101 at debian.org>
+
* python/service.py: Include the traceback in the error reply when we
send an exception over the bus. _BEST_ _PATCH_ _EVER_
- Previous message: dbus/python dbus_bindings.pyx, 1.16, 1.17 exceptions.py, 1.3,
1.4 service.py, 1.19, 1.20
- Next message: dbus/bus driver.c, 1.74, 1.75 services.c, 1.31, 1.32 services.h,
1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list