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.
The last micro releases were made on 2025-02-18 and the next micro releases are scheduled for 2025-08-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.
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 origin $(git branch --show-current)git push --tags origin $(git branch --show-current)autoreconf -i./configuremake txt pdf README disttar xf sox_ng-$V.tar.gzzip -r sox_ng-$V.zip sox_ng-$Vrm -r sox_ng-$Vmd5sum sox_ng-$V.*sha256sum sox_ng-$V.*firefox https://codeberg.org/sox_ng/sox_ng/releasescd ~/mxesrc/sox_ng.mk, update the version and copy in the sha256sumgit pullmake sox_ngzip -j sox_ng-$V-win32-exe.zip usr/i686-w64-*/bin/sox_ng.exe ~/sox_ng/{AUTHORS,ChangeLog,COPYING,README{,.md,.win32},sox*.{txt,pdf}}md5sum sox_ng-$V*.zipsha256sum sox_ng-$V*.zip