summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-08-12 23:02:41 +0000
committerHavoc Pennington <hp@redhat.com>2004-08-12 23:02:41 +0000
commitf03e25d5695499de21aabb75db15b827c0176508 (patch)
tree8760101ad5d06ce324cb6f1504810ec2c93c35ba
parentfefa40496b425ea18e7a392bb62ded2de008e4e9 (diff)
2004-08-12 Havoc Pennington <hp@redhat.com>dbus-0.22
* NEWS: update for 0.22 * configure.in: release 0.22
-rw-r--r--ChangeLog6
-rw-r--r--NEWS26
-rw-r--r--configure.in2
3 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab46b75..513b1df7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-12 Havoc Pennington <hp@redhat.com>
+
+ * NEWS: update for 0.22
+
+ * configure.in: release 0.22
+
2004-08-11 Colin Walters <walters@redhat.com>
* tools/dbus-send.c (main, usage): Add --reply-timeout
diff --git a/NEWS b/NEWS
index 5ad79a21..4555a343 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+D-BUS 0.22
+===
+
+- add --reply-timeout to dbus-send
+- fix a memleak
+- fix Solaris/Forte build
+- switch to AFL 2.1 rather than 2.0 to address patent termination clause
+ concerns
+- add SELinux support
+- mostly repair libxml backend for config parser, still doesn't
+ pass out of memory tests
+- fix distcheck to include language bindings
+- add GetConnectionUnixUser method on bus driver
+- also for UnixProcessID
+- lots of Python, Mono, other binding fixes
+- change GLib bindings to not include dbus/dbus.h (fully encapsulate libdbus)
+- pass paths as strings, not arrays of string
+- add message signature header field
+- cleanups to marshaling code
+- clean up authentication code
+- reload conf files on SIGHUP
+- rename SERVICE/SENDER_SERVICE to DESTINATION/SENDER
+- fix circular conf file inclusion
+- allow empty arrays
+- tons of other small bugfixes
+
D-BUS 0.21
===
diff --git a/configure.in b/configure.in
index 75eab6e0..36494e41 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(dbus/dbus.h)
-AM_INIT_AUTOMAKE(dbus, 0.21)
+AM_INIT_AUTOMAKE(dbus, 0.22)
AM_CONFIG_HEADER(config.h)