Skip to content

Commit

Permalink
Release 0.90.4: Update version number, ChangeLog and AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 2, 2024
1 parent 1d0b39b commit b7b9aad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Markus Schmidt <[email protected]>
Tom Szilagyi <[email protected]>
Damien Zammit <[email protected]>
Christian Holschuh
Johannes Lorenz

Additional bugfixes/enhancement patches:
David Täht <[email protected]>
Expand Down
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 0.90.4.0
+ Add CMake (deprecating, but still maintaining automake) (#353)
+ Add Githug Actions CI (#353)

This comment has been minimized.

Copy link
@heit0r

heit0r Nov 30, 2024

It says "Githug" Actions, not Github Actions.

+ Add psychoacoustic clipper (#299)
+ Allow overriding system inputs & outputs from env (#237)
+ Allow placing calfrc under $XDG_CONFIG_HOME (#334)
+ Fix reading from/writing to unconnected ports (#341, fixes #278)
+ Fix looping issues with Vinyl simulation samples (#291)
+ Fix pitch bend of Fluidsynth LV2 to be usable for all channels (#277)
+ Fix left/right bug in equalizer30band_audio_module (#238)
+ Fix FluidSynth's minimum number of midi channels to be 16 (#281)
+ Fix MSVC buffer overflow (#336)
+ Fix various issues with gcc, clang, LLVM's lld and MacOS compiler
+ Fix minor documentation and typos
+ Various minor automake fixes (especially, fixing #293). Note: automake is deprecated!

Version 0.90.3.0
+ Bugfix release

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.63)
AC_INIT([calf],[0.90.3],[[email protected]])
AC_INIT([calf],[0.90.4],[[email protected]])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
LT_INIT([dlopen])
Expand Down

0 comments on commit b7b9aad

Please sign in to comment.