]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2005-01-12 Joe Shaw <joeshaw@novell.com> dbus-0.23
authorJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:55:32 +0000 (22:55 +0000)
committerJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:55:32 +0000 (22:55 +0000)
* NEWS: Update for 0.23.

* configure.in: Release 0.23.

ChangeLog
NEWS
configure.in

index 2a67d53f859a903ae65c53ff9b7750e944c886dd..b75be3b9ba56ec4515fb28010e9a4ece572724b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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 
diff --git a/NEWS b/NEWS
index 4555a343c7b61d94e28848f87868ea364cf5dd47..a6c25ea323992311984e499e9d9e463a9957ee1e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 67b2dfa990720055d16cf2c48ff2e61698b904c5..ffac02723e0d809870defa64e683ef8353408e58 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.22)
+AM_INIT_AUTOMAKE(dbus, 0.23)
 
 AM_CONFIG_HEADER(config.h)