sox_ng wiki - Releases
sox_ng has a time-based release cycle using Semantic Versioning.
Each of the versions has a new release every six months.
Numbered X.Y.Z+1, micro releases include bug fixes, spelling errors and very small enhancements to existing features but no new features. Changes, apart from the bug fixes, are both forward- and backward-compatible.
Each six months, all the release series (currently 14.4.X, 14.5.X and 14.6.X) get all the bug fixes applied in the main development branch since the last micro release (well, the ones that apply to them).
So, there have been 173 commits to the main branch since the last micro release.
The last micro releases were made on 2025-08-18 and the next micro releases are scheduled for 2026-02-18.
Numbered X.Y+1.0, minor releases add new features and functionality in a backward-compatible manner but "not too many at once".
The next minor release, 14.7.0, is scheduled for 2025-11-18.
Major releases, numbered X+1.0.0 include changes that are not backward-compatible and major new feature sets.
A major release is not planned.
On the Releases page they will be ordered in reverse chronological order of the commit that the tag points to so, if you are making several at once and want the most recent minor release first, make the "Release 14.whatever" commits in order from the oldest to the newest.
V=14.4.3-rc1 # or whatevergit checkout maingit status # There should be nothing to doREADME.md and wiki/Releases.md to change the next release dategit clone https://codeberg.org/sox_ng/sox_ng.wiki wiki(cd wiki && git push && sh makehtml.sh)AC_INIT in configure.ac to the new versionsrc/sox_ng.h's SOX_LIB_VERSION_CODE to the new versiongit commit -m "Release $V" -agit tag -f sox_ng-$Vgit push --tags origin $(git branch --show-current)autoreconf -i./configuremake disttar xf sox_ng-$V.tar.gzzip -rq sox_ng-$V.zip sox_ng-$Vrm -r sox_ng-$Vrm -f win32.exe win64.exemake win32.exe win64.exezip -jq sox_ng-$V-win32-exe.zip mxe/usr/i686-w64-*/bin/sox_ng.exe AUTHORS ChangeLog COPYING README{,.md,.win32} sox*.{txt,pdf}zip -jq sox_ng-$V-win64-exe.zip mxe/usr/x86_64-w64-*/bin/sox_ng.exe AUTHORS ChangeLog COPYING README{,.md,.win32} sox*.{txt,pdf}md5sum sox_ng-$V.* sox_ng-$V-*.zipsha256sum sox_ng-$V.* sox_ng-$V-*.zipfirefox https://codeberg.org/sox_ng/sox_ng/releases