dbus ChangeLog,1.851,1.852 NEWS,1.22,1.23
John Palmieri
johnp at freedesktop.org
Sat Jul 16 06:33:37 EST 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv29813
Modified Files:
ChangeLog NEWS
Log Message:
* Update to 0.35
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.851
retrieving revision 1.852
diff -u -d -r1.851 -r1.852
--- ChangeLog 15 Jul 2005 20:28:05 -0000 1.851
+++ ChangeLog 15 Jul 2005 20:33:35 -0000 1.852
@@ -1,5 +1,9 @@
2005-07-15 John (J5) Palmieri <johnp at redhat.com>
+ * NEWS: Update to 0.35
+
+2005-07-15 John (J5) Palmieri <johnp at redhat.com>
+
* glib/Makefile.am: Add make-dbus-glib-error-switch.sh to EXTRA_DIST
so distcheck doesn't fail
Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- NEWS 15 Jun 2005 18:32:32 -0000 1.22
+++ NEWS 15 Jul 2005 20:33:35 -0000 1.23
@@ -1,3 +1,32 @@
+D-BUS 0.35 (15 July 2005)
+===
+- --with-dbus-user added to the configure scripts for configuring the
+ user the system bus runs on
+- --with-console-auth-dir added to configure scripts for configuring the
+ directory to look in for console user locks
+- service files for auto-starting D-Bus services now has the ability to pass
+ in command line arguments to the executable
+- Huge auto-start bug squashed which caused some services not to start when
+ requested in rapid succession
+- SE-Linux security contexts can now be appended to messages for inspection
+ by services that enforce their own security policies
+- Colin says the GLib binding are ready for general consumption
+- New GLib tutorial
+- New GLib example code
+- Python bindings are now version (0,42,0)
+- Python bindings API has changed on the service side
+- dbus.service has been split out as a seperate module
+- dbus.service.Service is renamed to dbus.service.BusName
+- dbus.service.Object has swapped the bus_name and object_path constructor
+ parameters to make it easier to do inheritance over the bus
+- dbus.glib has been seperated out in order to lessen the dependency on glib
+ and to allow other mainloops to be integrated with the bindings including
+ a planned generic mainloop for non-gui apps.
+- Python bindings now aquire the GIL when calling back into the python
+ interpreter. Fixes crashes when using threading and other random segfaults.
+- New Python tutorial
+- Numerous D-Bus bug fixes all around
+
D-BUS 0.34 (15 June 2005)
===
- dbus_connection_disconnect is deprecated in favor of dbus_connection_close
More information about the dbus-commit
mailing list