]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2003-03-02 Havoc Pennington <hp@pobox.com> dbus-0.5
authorHavoc Pennington <hp@redhat.com>
Sun, 2 Mar 2003 05:58:08 +0000 (05:58 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 2 Mar 2003 05:58:08 +0000 (05:58 +0000)
* configure.in: 0.5

* NEWS: Update.

ChangeLog
NEWS
configure.in

index e816027517187a6f85d87c35abb742a336ebf509..eecf66ecc662263213f873e74b5701eac47c25a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-02  Havoc Pennington  <hp@pobox.com>
+
+       * configure.in: 0.5
+
+       * NEWS: Update.
+
 2003-03-01  Joe Shaw  <joe@ximian.com>
 
        * configure.in: Check for "struct cmsgcred" and try to access its
diff --git a/NEWS b/NEWS
index 38cd493b21a4e605db380ac032d81d7ea28b457c..621da7ba0f19a76711478a6eba85341a046157e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+D-BUS 0.5
+===
+
+- Specification updates
+- port to OS X and other BSD variants
+- port to Solaris
+- Partial work on cookie-based authentication
+- Thread safety fixes
+- Lots of misc. bugfixes
+- Support for more array types
+- Add data slots to DBusServer
+- DBusString security audit fixes
+- Fix for systems (or valgrind) with unaligned malloc blocks
+
 D-BUS 0.4
 ===
 
index 86db3cfc1620d97fe7347bc3b731e82275addbaa..020dd8d6330747bb92d6c1fb0db3629e048e6931 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.4)
+AM_INIT_AUTOMAKE(dbus, 0.5)
 
 AM_CONFIG_HEADER(config.h)