This post originated from an RSS feed registered with Ruby Buzz
by Eric Hodel.
Original Post: DNSSD 1.3.3
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
DNS Service Discovery (aka Bonjour, MDNS) API for Ruby. Implements
browsing, resolving, registration and domain enumeration. Supports
avahi’s DNSSD compatibility layer for avahi 0.6.25 or newer.
Changes:
Bug fixes
Fix LocalJumpError issue on 1.9. Patch by Tim Lucas.
Force reverse lookup on 1.9 for tests. Patch by Tim Lucas.
Fix default protocol for DNSSD::Service.getaddrinfo to prevent a crash.
Patch by Adam Elliot.
Possibly fix solaris compilation by adding -lxnet. Issue #5 by Pedro
Palazón Candel.