summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2006-11-06 14:01:51 +0000
committerTrent Lloyd <lathiat@bur.st>2006-11-06 14:01:51 +0000
commit71ef4b773ae4cc737dde645b76b8ffa0ace227e5 (patch)
tree3db0c9a7a95507f9bea6b1bfb2feaeaebafe5dbb /docs
parent25681df85706bbdc5d6ad011537b7b4f7d05cae5 (diff)
Fix a bug where Avahi does not verify the source of netlink messages
(Closes #69) Update NEWS/configure for 0.6.15 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1331 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs')
-rw-r--r--docs/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/NEWS b/docs/NEWS
index 212d157..f6d04c6 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,3 +1,15 @@
+Avahi 0.6.15
+============
+
+This is a bugfix release, this bug is potentially security sensitive
+
+ * Check that netlink messages actually originate from the kernel
+ and not another process.
+ * Fix build on NetBSD (thanks to Daniel S. Haischt)
+ * Fix dbus_service_browser not setting AVAHI_LOOKUP_RESULT_OUR_OWN.
+
+This release is backwards compatible with Avahi 0.6.x with x < 15.
+
Avahi 0.6.14
============