Releases: 15-466/nest-libs
nest-libs v0.13
nest-libs v0.12
nest-libs v0.12:
- bump SDL to 2.28.2
- bump zlib to 1.2.13
- bump libpng to 1.6.40
- bump opus to 1.4
- remove jam
- bump freetype to 2.13.1
- bump harfbuzz to 8.1.1
nest-libs v0.11
nest-libs v0.10:
- set macos deployment version to 10.9 on x86 (and 11 on arm) via environment variable
nest-libs v0.10
nest-libs v0.10:
- build "fat" binaries (x86+arm) on macOS (including making OS-detecting
SDL_config.h
) - bump SDL version to 2.0.22
- bump zlib version to 1.2.12
- bump freetype version to 2.12.1
- switch to harfbuzz build
- bump msvc version to 2022
nest-libs v0.9
I suppose I should have learned my lesson with the last release -- now debugging symbols for freetype and harfbuzz are also shipped on windows. (No changes on macos or linux.)
nest-libs v0.8
Changes the build parameters for the various audio libraries on windows so that they all use the /MD runtime and don't require link-time code generation. Also includes some missing .pdb files. This removes various linker warnings when building with our default Jamfile on windows.
No changes on MacOS or Linux.
nest-libs v0.7
nest-libs release for f21 with bumped library versions.
(Note: does not yet contain fat universal binaries for macOS; though I may re-release v0.7 at some point once that support is added.)
nest-libs v0.6 (updated for game4-f20)
Turns out the previous version wasn't actually shipping all the headers for the new harfbuzz version it included. Should be fixed in this release.
nest-libs v0.5 (updated for game3-f20)
This release fixes sound (alsa) support on Linux, and updates all libraries to their latest released versions.
nest-libs v0.4 (updated for game0-f20)
Updated for and tested with 15-466-base0-f20; working in Windows, MacOS, Linux.