summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2006-12-28 16:24:08 +0000
committerTrent Lloyd <lathiat@bur.st>2006-12-28 16:24:08 +0000
commit2c34e9d4eebf3b051ed69ceb7977402af267d7c9 (patch)
tree8b21787d36dc1467aee346eb0226b09c9645d110
parent4ac8f75c6bde11d61818664d919332111e885c0f (diff)
* Update NEWS for 0.6.16
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1347 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/NEWS b/docs/NEWS
index f6d04c6..fd37d42 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,3 +1,28 @@
+Avahi 0.6.16
+============
+
+This is a bugfix release, it fixes one DoS (100% CPU Usage) and a regression
+from the last release
+
+ * Revert previous patch to check nlmsg_pid as it is bogus and breaks in
+ many cases, notably when using NetworkManager (Closes: #72)
+ * Replace with new SO_PASSCRED-based check of the sending UID, which
+ seems to work better (Closes: #72)
+ * Handle some errors in libdns_sd more gracefully the way the real
+ libdns_sd does (Closes: #64)
+ * Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no longer
+ defined (Closes: #86)
+ * Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77)
+ * Make d-bus version detection work for >= 1.0 (Closes: #71)
+ * Dont dbus_connection_close on shared dbus connections (Closes: #68)
+ * Fix potential endless loop in dns label unpacking code (Closes: #84)
+ * Fix bogus assertion in client-publish-service.c example
+ * Mild fix to some doxygen docs for avahi-common/address.h
+ * Fix passing in custom priviledged group (previously ignored setting)
+ (Closes: #85)
+
+This release is backwards compatible with Avahi 0.6.x with x < 16.
+
Avahi 0.6.15
============