Skip to content

Commit

Permalink
Update 2023-07-22-liquidsoap-2.2.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Jul 22, 2023
1 parent b085978 commit 813b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-07-22-liquidsoap-2.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ For a little over a year now, we have switched to _rolling release cycles_ with

When an initial release, for instance `2.2.0`, is being worked on, bugfixes and user issues are addressed for users using the `2.1.x` releases. While we would like to extend support, this is the best that we can do with our limited resources!

At any given time, the `rolling-release-vX.Y.Z` denotes the released being worked on. For stable releases branches, this would be for instance, `rolling-release-v2.2.1` after release `v2.2.0`. For a yet-to-be released initial version, this would be for instance `rolling-release-v2.3.x`. We try our best to make those releases as bug-free as possible. Using one of them to test your production script also guarantees the fastest response to bugs and issues!
`rolling-release-vX.Y.Z` tags denote the release being worked on. For stable releases branches, this would be for instance, `rolling-release-v2.2.1` after release `v2.2.0`. For a yet-to-be released initial version, this would be for instance `rolling-release-v2.3.x`. We try our best to make those releases as bug-free as possible. Using one of them to test your production script also guarantees the fastest response to bugs and issues!

For release assets, we try to maintain two packages for debian and ubuntu distributions, one with the latest LTS or stable and one with a recent release. The new `minimal` assets are, as the name suggests, _minimal_ builds. They contain a limited set of features and standard library operators. Minimal builds are intended for most production run and should limit the risk for issues such as segfault and etc. If your script can run with it, we recommend it over the fully featured builds.

Expand Down

0 comments on commit 813b9af

Please sign in to comment.