Skip to content

Liquidsoap 2.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 17:13
· 2354 commits to main since this release

This is the seventh bugfix release of the 2.0.x release branch of liquidsoap. We promised to only release new versions for this branch for important bug fixes and found two:

  • A memory leak with the opus headers. Technically this is a bug in ocaml-opus but we also had to release new binary assets.
  • An inefficient initialization of decoding buffer and samplerate converters

This release addresses those issues as well as a minor one with initial shoutcast/icecast metadata. It is intended as the last versioned released with potential follow-up being pushed as rolling releases on a best-effort basis.

The initial 2.1.0 liquidsoap release was also produced as a companion release to this one. All users are now advise to start exploring the 2.1.x release branch as we expect most if not all bug fixes to be only applied on this branch.

Happy liquidsoap hacking!

2.0.7 (2022-07-15)

Fixed:

  • Fixed memory leaks with opus bindings.
  • Make sure decoding buffer and samplerate converter are only created once. (#2475)
  • Make sure first metadata is always sent in icecast/shoutcast output (#2506)