diff options
| author | Lennart Poettering <lennart@poettering.net> | 2006-07-22 12:57:42 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2006-07-22 12:57:42 +0000 | 
| commit | cfed812fb7b60f1c62a9a9b0619a0b7f11dcda1a (patch) | |
| tree | 814701c0724e6d0c62e4ce29ef923541a1444d91 | |
| parent | 6962262563d09a68fd2cb6a88b66f5e97e9992a5 (diff) | |
correct some things in the NEWS file
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1242 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | docs/NEWS | 6 | 
1 files changed, 4 insertions, 2 deletions
@@ -6,9 +6,11 @@ This is a bugfix and general cleanups release.  Changes:    * Compatibility with newer D-Bus releases (0.9x)    * Compatibility with DBUS builds with --disable-checks +  * Fix an error in the DBUS event loop wrapping which +    caused the avahi client libraries to dispatch some events +    too late when used with D-BUS 0.62 and newer.    * avahi-daemon: fix a minor memory leak in the DBUS code. -  * avahi-glib: some important fixes in the GLIB adapter which are  -    required when used with newer D-Bus releases. (0.62 and up) +  * avahi-glib: some GLIB adapter cleanups    * avahi-dnsconfd: fix segfault when passing an invalid command       line option    * avahi-test: portability patches for Solaris  | 
