Dear all ! Thanks to all your feedbacks, we have prepared a bugfix release fixing several issues from 0.3.7.
Most of them are minor, except a race conditions issue that happened in the playlist operator, and very probably in other request operators, though it has not been reported. This release is available here: http://www.rastageeks.org/~toots/liq/ It is a standalone liquidsoap tarball for now. It should need the latest released ocaml-duppy, 0.1.2. You can also use the latest SVN trunk, or daily package[0], they contain exactly the same code. I plan to release this for this week-end[1] if everything goes fine. Untill then, feel free to test, dissecate and torturate this release as much as possible so that we can beat the most of bugs out of it ! :-) I'll be interested in particular by tests from thos who had the previous playlist issue and also by tests from BSD users, to be sure that the changes in Mutex and Conditions usage in liquidsoap and ocaml-duppy are correct on their systems, although I'm pretty confident :) Changelog is: 0.3.8 () Bugs fixed: - Vorbis mono output is now working - Fixed parameter parameter description in the documentation - Propagate new delay in add_timeout - Fixed inter-thread mutex lock/unlock in playlist.ml - Fixed "next" playlist command - Fixed race conditions in request_source.ml feeding task New: - Added a hook to execute a function when playlist.once ends - Enhanced smart_crossfade - Added string.case and string.capitalize - New "exec_at" operator, to execute a function depending on a given predicate - Added script example in the documentation to listen to radio Nova and get the metadata from a web page. - Changed parameters name in fallback.skip to reflect who are the fallback and input source. Internal: - Enhanced liqi documentation parser to build the website. Cheers, Romain [0]: Daily packages generation seem to be broken at the moment, I'll fix it shortly... [1]: This, of course, can be delayed if needed/requested.. Perhaps, we could release 0.3.8 in conjonction with the beer next week ? :-) ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Savonet-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-devl
