- Fix CMake overlinking for examples (#146)
- Switch to GCC's visibility for hiding more implementation details
- Check GNU ld instead of gcc for exported symbols control logic in configure.ac
- Disable static builds using Autotools by default. If you want static libraries, pass --enable-static to ./configure
- ABI version incompatibility between Autotools and CMake build on Apple platforms.
- Fixes and improvements for CMake build system.
- Fixes and improvements for Autotools build system.
- Switch to .xz over .bz2 for release tarballs.
- Minor bug fixes and updates.
Note for Autotools users: Please note that the "Source code (zip)" or "Source code (tar.gz)" downloads require you to have the autotools toolchain (autoconf
, automake
and libtool
) installed. If you don't want to install it (or don't know what this means), you should probably download the libsamplerate-*.tar.xz
asset instead.