dbus ChangeLog,1.550,1.551 NEWS,1.16,1.17 configure.in,1.95,1.96
Havoc Pennington
hp at freedesktop.org
Thu Aug 12 16:02:43 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv2952
Modified Files:
ChangeLog NEWS configure.in
Log Message:
2004-08-12 Havoc Pennington <hp at redhat.com>
* NEWS: update for 0.22
* configure.in: release 0.22
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.550
retrieving revision 1.551
diff -u -d -r1.550 -r1.551
--- ChangeLog 11 Aug 2004 14:59:34 -0000 1.550
+++ ChangeLog 12 Aug 2004 23:02:40 -0000 1.551
@@ -1,3 +1,9 @@
+2004-08-12 Havoc Pennington <hp at redhat.com>
+
+ * NEWS: update for 0.22
+
+ * configure.in: release 0.22
+
2004-08-11 Colin Walters <walters at redhat.com>
* tools/dbus-send.c (main, usage): Add --reply-timeout
Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- NEWS 19 Mar 2004 22:36:30 -0000 1.16
+++ NEWS 12 Aug 2004 23:02:41 -0000 1.17
@@ -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
===
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- configure.in 31 Jul 2004 18:28:10 -0000 1.95
+++ configure.in 12 Aug 2004 23:02:41 -0000 1.96
@@ -3,7 +3,7 @@
AC_INIT(dbus/dbus.h)
-AM_INIT_AUTOMAKE(dbus, 0.21)
+AM_INIT_AUTOMAKE(dbus, 0.22)
AM_CONFIG_HEADER(config.h)
More information about the dbus-commit
mailing list