- update to mDNSResponder core 58-8-1
- compile out heap debugging when NDEBUG macro is set during compilation
- errors encountered when parsing conf file are logged
- fix various unsafe sprintf calls (contributed by
David Young dyoung@pobox.com)
- compiles cleanly using cygwin
- support for compiling under OpenBSD
- error in docs regarding swapped parameters to sw_discovery_publish_reply
- FIX: shared library naming scheme included the howl version number
(jdub@perkypants.org)
- FIX: pkgconfig include pathing included the howl version number
(eloli@hotmail.com)
- FIX: howl_config.h was being included when compiling apps that use howl
(sebastien.estienne@gmail.com)
- FIX: publish sample had reversed callback parameters
(sebastien.estienne@gmail.com)
- nicer printing of text records in browse example
(sebastien.estienne@gmail.com)
Additional pkgsrc changes by me:
* Create a "howl" user and group.
* Add rc.d script.
* Format DESCR.
- FIX: network interface index was not being initialized correctly on non-Linux platforms
- FIX: sw_mdns_stub_init() was not initializing m_pending_ops
- FIX: autoipd was not handling return code from fcntl correctly
- FIX: portability patches from GNOME team
- integration of patches necessary to build and run on Solaris
- Separate Apple code into separate mDNSResponder library.
- Add sw_discovery_query_record() to discovery API to query individual resource records
- Support for discovery operations on specific network interfaces
- Support for 64 bit Linux
- FIX: client side memory leak when cancelling discovery operations
- FIX: FreeBSD mDNSResponder didn't work with -a switch
- FIX: mDNSResponder would occasionally crash when waking from sleep on Windows
- FIX: mDNSResponder code for parsing config files had buffer overflow
Howl is a cross-platform implementation of the Zeroconf networking standard.
Branded as Rendezvous tm by Apple Computer, Inc., Zeroconf standardizes
networking protocols for delivering hassle-free ad-hoc networking, service
discovery, and IP configuration.
Howl version 0.6 contains both runtime components, which deliver the
Zeroconf/Rendezvous functionality, and an SDK for embedding Zeroconf/Rendezvous
functionality in your applications.