Skip to content

0.9.2 DrPong

Compare
Choose a tag to compare
@trofi trofi released this 11 Feb 19:30
· 64 commits to master since this release

0.9.2 is a maintenance release without any intended major changes.

Configuration changes:

  • New --disable-valgrind option was added. Sometimes installed system
    valgrind is not capable of tracing binaries. This option disables
    use of valgrind without the need to uninstall it.

  • Updated waf bundle up to 2.0.25 version.

Bug fixes:

  • The flac plugin was fixed to work with flac-1.4.0 decoder library.
    Before the fix some FLAC files were never finished decoding.

  • The libvisual client render loop was extended to handle stopped
    playback thanks to Sebastian Pipping.

  • The visualization client library now correctly detects shared memory
    support on linux. In xmms2-0.9.1 client always fell back to UDP.

  • The visualization server side now opens both IPv4 and IPv6 UDP sockets
    if both are available. Previous versions sometimes opened IPv4-only or
    IPv6-only socket. Sometimes that did not match defaults from client
    side and visualization client did not work at all.