summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-06-22 16:26:50 +0000
committerLennart Poettering <lennart@poettering.net>2007-06-22 16:26:50 +0000
commit67de891cc1d0115f3031599c3ee9d3276e7b0469 (patch)
tree18a63e169df4cf86e43379c3dfa3cd984129569b
parentb54a67fe8a7da842fd086a289e5b61c5b518b03e (diff)
Update README for 0.6.20
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1489 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--docs/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/NEWS b/docs/NEWS
index 7e8dbd7..72831f0 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,3 +1,21 @@
+Avahi 0.6.20
+============
+
+This is a bugfix release and contains a fix for a low risk security
+vulnerability.
+
+ * Fix a local DoS vulnerability, where an assert() could be hit by
+ passing empty TXT data over D-Bus to the Avahi daemon. (Low Risk)
+ * Solaris/dbm portability fixes
+ * Close all open file descriptors when daemonizing. Is generally
+ safer and fixes a few issues with broken init systems of several
+ distributions.
+ * avahi-autoipd: allow passing the path of the action script on the
+ command line.
+ * Several minor build fixes and other cleanups
+
+This release is backwards compatible with Avahi 0.6.x with x < 20.
+
Avahi 0.6.19
============