-
Notifications
You must be signed in to change notification settings - Fork 303
ReleaseCheckList
Tom M edited this page Oct 23, 2019
·
19 revisions
- Write up a changelog in the wiki
- Check copyright year in fluidsynth.c
- Update the version in the CMakeLists.txt to reflect the new version
- Also update the library versions in CMakeLists.txt as per the embedded documentation (i.e., if there is any new C API and what not) (
LIB_VERSION_AGE
andLIB_VERSION_REVISION
). - If there are any new API features or settings, they should be documented in the developers reference document.
- Update the android build scripts to use the new version
- Make sure changelog of API doc is up-to-date
- Make sure version of API doc is correct
- Document DLS Support!
- Update man page with any new command line or settings options
- Generate new Doxyfile
-
git merge 2.0.x
(into master) -
find . -type f -exec sed -i 's/@NEXT_RELEASE@/REAL_VERSION/g' {} +
with REAL_VERSION=x.y.z
- Do a clean checkout from git and make a lightweight tag
- Wait for CI to complete
- attach CI artifact to release
- fluidsynth.org
- fluid-dev
- LAA list - http://lists.linuxaudio.org/pipermail/linux-audio-announce
๐น FluidSynth
- ๐งโ๐ฌ About SoundFont
- ๐ฅ๏ธ Applications using FluidSynth
- ๐ผ Music made with FluidSynth
- ๐ LicensingFAQ
๐ฅ Get FluidSynth
๐ Documentation
-
- ๐ GettingStarted
- ๐ป ExampleCommandLines
- ๐ Audio Drivers
- ๐ UserManual
- โ๏ธ FluidSettings
- โจ FluidFeatures
- โฑ๏ธ LowLatency
- ๐๏ธ Fluidsynth configuration files
-
- ๐ ChangeLog
- ๐ ๏ธ Build from source
- ๐ค Build for Android
- ๐ FluidSynth 2.0 API
- ๐ FluidSynth legacy 1.x API
- ๐ LADSPA Interface Documentation
- โ SoundFont3Format
- ๐ฆ NotesForPackagers
- โ ReleaseCheckList
- ๐ฎ Future