Skip to content

Version 3.8.6-17100-hotfix

Latest
Compare
Choose a tag to compare
@scharlton2 scharlton2 released this 11 Feb 20:56
· 9 commits to master since this release
ef14ee6

Version 3.8.6-17100-hotfix

2025-02-11
Increased minimum CMake version to 3.22

  • ENVIRONMENT_MODIFICATION requires 3.22

2025-02-10
This fixes CMake builds that set PHREEQCRM_STATIC_RUNTIME=ON.

  • When PHREEQCRM_STATIC_RUNTIME=ON, the Runtime Library is configured as /MD for Release builds and /MDd for Debug builds

2025-02-05
This fixes a Python crash that occurred when BMIPhreeqcRM::LoadDatabase was called before BMIPhreeqcRM::initialize().

  • Updated to C++14 for autotools and CMake builds
  • BMIPhreeqcRM::LoadDatabase now throws if initialize() hasn't been called

What's Changed

Full Changelog: v3.8.6...v3.8.6-hotfix