|
From: Nicholas J H. <nj...@ec...> - 2007-03-09 21:14:02
|
Hi, Sorry it has been so long since the last release. I have been through =20= the Bug Tracker on SourceForge and fixed most of the problems there: * Changed lo_blob_new() to take const void* (thanks to Lars = Luthman) * Disable getnameinfo() method of getting hostname, when IPv6 is = =20 disabled * Unlink Unix server socket when it is close (thanks to Dominic = Sacr=E9) * Checks size of unix socket path properly * Now accepts unix socket format = osc.unix://localhost/tmp/mysocket.sock * Added lo_server_thread_new_with_proto(), as suggested by Dave =20= Robillard * Applied patch from Aron Stansvik to fix bug with = FreeBSD/NetBSD =20 systems * Removed freeaddrinfo() from resolve_address() error case = (thanks =20 to Anthony Green) * Only call connect() for TCP sessions (thanks to Roger B. = Dannenberg) * Applied lo_address_get_url() patch from Sze'kelyi Szabolcs * Added lo_server_get_protocol() and lo_address_get_protocol() * Added tests for lo_address_get_* tests to test tool A pre-release of version 0.24 is available here: http://www.ecs.soton.ac.uk/~njh/liblo/liblo-0.24pre1.tar.gz I have also released a new version of the perl bindings on CPAN: http://search.cpan.org/~njh/Net-LibLO-0.06/ It would be great if I could get some feedback before I make the 0.24 =20= release. In particular relating to the bug fixes above, and also =20 confirm that I didn't break binary compatibility. Thanks, nick. |