mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 03:58:00 +02:00
2003-03-02 Havoc Pennington <hp@pobox.com>
* configure.in: 0.5 * NEWS: Update.
This commit is contained in:
parent
e0db9aa1f9
commit
108f662ad2
3 changed files with 21 additions and 1 deletions
|
|
@ -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
14
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
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue