]> git.meshlink.io Git - catta/blobdiff - docs/NEWS
do not remove the interface address if an UNBIND event is recieved. This might accide...
[catta] / docs / NEWS
index ce6ab198d86509864102dd4ca39a055ca854949d..4f5e4fc2cd1b3d1bcaef662c1b4cef6e466be973 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -21,6 +21,7 @@ Changes:
           DNSServiceRegister()
         * Implement subtype registration in DNSServiceRegister() in a
           way that is compatible with Bonjour.
+       * Update to newer copy of dns_sd.h
   * If the host name changes update names of static services wich
     contain wildcards.
   * Don't build documentation about embedding the Avahi mDNS stack into
@@ -34,10 +35,11 @@ Changes:
     changed to the new name "foobar2". With 0.6.13 "foobar-2" will be
     picked instead. This follows Bonjour's behaviour and has the
     advantage not confusing people with regular host names ending in
-    numbers.
+    digits.
   * Don't disable all static services when SIGHUP is recieved.
   * Fix build when Avahi is configured without Gtk+ but with Python
     support
+  * Fix build on MacOS X
   * Support using Solaris DBM instead of gdbm for the service type
     database. The latter is still recommended
   * Minor other fixes and documentation updates