Changelog for
liblo-devel-0.26-4.76.i586.rpm :
* Fri Sep 20 2013 kkaempfAATTsuse.com- Update to version 0.26 - Change license to LGPL 2.1 or later. - Change in .so version, rename to liblo7 - Add return codes to all functions that may fail. - Fix memory leaks in lo_address_new_from_url(), dispatch_method(), lo_url_get_path() - Move lo_arg_size(), lo_get_path(), lo_arg_host/network_endian() back to lo_lowlevel.h. - Expose the lo_server_dispatch_data() function as public, making it possible to react to messages contained in an arbitrary block of memory. (i.e., allows use with custom transport protocols) - Get protocol by ID number. - Keep TCP sessions open, and automatically track multiple open sessions in a data structure. - Allow access to bundle timestamp information. - Fix bug in lo_timetag_diff(). - Change the value of LO_TT_IMMEDIATE to correspond with the OSC specification. - Enable SO_REUSEPORT when initializing a multicast server. - Update the \"soname\" describing API/ABI compatibility. - Update documentation and various bug fixes. - Compiles under MSVC, avoiding the use of gcc-isms when not using gcc.
* Wed Aug 07 2013 jengelhAATTinai.de- Implement shlib packaging guidelines: liblo -> liblo0
* Sat Nov 19 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Sun May 01 2011 toddrme2178AATTgmail.com- Added 32bit compatibility libraries- Removed a period at the end of a summary (fix for RPMLINT warning)
* Fri Sep 12 2008 crrodriguezAATTsuse.de- update to version 0.25 , 20+ bugfixes and improvements, see Changelog- remove static libraries and \"la\" files
* Mon Mar 26 2007 tiwaiAATTsuse.de- updated to version 0.24:
* fix compile warnings
* accepts unix socket format osc.unix://localhost/tmp/mysocket.sock
* misc bugfixes
* Mon May 15 2006 tiwaiAATTsuse.de- updated to version 0.23.
* disable ipv6 as default
* fixed pthread resource reaks
* improvement on socket handling
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Tue Oct 04 2005 tiwaiAATTsuse.de- updated to 0.22.
* Thu Feb 24 2005 tiwaiAATTsuse.de- backport fixes from 0.17: fixed resource leaks, made UDP messages resolve back