dbus ChangeLog,1.631,1.632 NEWS,1.17,1.18 configure.in,1.101,1.102

Joe Shaw joe@freedesktop.org
Wed Jan 12 14:55:34 PST 2005


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

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
2005-01-12  Joe Shaw  <joeshaw@novell.com>

	* NEWS: Update for 0.23.

	* configure.in: Release 0.23.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -d -r1.631 -r1.632
--- ChangeLog	12 Jan 2005 22:48:20 -0000	1.631
+++ ChangeLog	12 Jan 2005 22:55:31 -0000	1.632
@@ -1,5 +1,11 @@
 2005-01-12  Joe Shaw  <joeshaw@novell.com>
 
+	* NEWS: Update for 0.23.
+
+	* configure.in: Release 0.23.
+
+2005-01-12  Joe Shaw  <joeshaw@novell.com>
+
 	* mono/Makefile.am, mono/example/Makefile.am: Always build the 
 	dbus DLL with --debug.  Clean up after the .mdb files this leaves
 	behind.

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- NEWS	12 Aug 2004 23:02:41 -0000	1.17
+++ NEWS	12 Jan 2005 22:55:32 -0000	1.18
@@ -1,3 +1,32 @@
+D-BUS 0.23 (11 Jan 2005)
+===
+
+- add setgroups() to drop supplementary groups
+- updated SELinux support
+- add an "at console" security policy
+- fix a bug where org.freedesktop.DBus wasn't recognized as an existing
+  service.
+- error out if --enable-mono is explicitly set and mono libs can't be found
+- set the max_match_rules_per_connection limit from the config file.
+- removed dbus_bug_get_with_g_main since it's been replaced by
+  dbus_g_bus_get
+- fix fd leaks in socket code
+- lots and lots of mono binding updates, including fixes to make it
+  compatible with Mono 1.1.3
+- added --nofork option to override config file setting at runtime
+- added support for int64 and uint64 to the python bindings
+- lots of python binding updates
+- config file DTD updates
+- use SerivceOwnerChanges signal instead of ServiceCreated and
+  ServiceDeleted
+- fixes to the authentication code
+- new init script for Slackware
+- print out the pid even when --fork is passed
+- increase preallocation sizes in DBusMessage to heavily reduce
+  reallocs
+- lots of performance enhancements
+- lots more small bug fixes
+
 D-BUS 0.22
 ===
 

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- configure.in	1 Jan 2005 23:32:45 -0000	1.101
+++ configure.in	12 Jan 2005 22:55:32 -0000	1.102
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.22)
+AM_INIT_AUTOMAKE(dbus, 0.23)
 
 AM_CONFIG_HEADER(config.h)
 



More information about the dbus-commit mailing list