summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-03-02 05:58:08 +0000
committerHavoc Pennington <hp@redhat.com>2003-03-02 05:58:08 +0000
commit108f662ad2f8688f857d0be3ab1878c1446189df (patch)
tree88f266292436d1e65558bbf28abbfd548b5b5d0e
parente0db9aa1f9521d8115d95bc17690337e25b95ab2 (diff)
2003-03-02 Havoc Pennington <hp@pobox.com>dbus-0.5
* configure.in: 0.5 * NEWS: Update.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS14
-rw-r--r--configure.in2
3 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8160275..eecf66ec 100644
--- 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 38cd493b..621da7ba 100644
--- 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
===
diff --git a/configure.in b/configure.in
index 86db3cfc..020dd8d6 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.4)
+AM_INIT_AUTOMAKE(dbus, 0.5)
AM_CONFIG_HEADER(config.h)