2003-03-02 Havoc Pennington <hp@pobox.com>

* configure.in: 0.5

	* NEWS: Update.
This commit is contained in:
Havoc Pennington 2003-03-02 05:58:08 +00:00
parent e0db9aa1f9
commit 108f662ad2
3 changed files with 21 additions and 1 deletions

View file

@ -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

14
NEWS
View file

@ -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
===

View 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)