You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: phreeqc3-doc/RELEASE.TXT
+26-3
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
Version @PHREEQC_VER@: @PHREEQC_DATE@
2
+
-----------------
3
+
February 20, 2025
4
+
-----------------
5
+
PhreeqcRM: Downgraded compiler standard from C++14 to C++11 for compatibility.
6
+
2
7
-----------------
3
8
February 12, 2025
4
9
-----------------
@@ -22,15 +27,33 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@
22
27
# - modified values for element_gfw according to Abridged Standard Atomic Weights from TSAW 2013 (CIAAW/IUPAC) (https://www.ciaaw.org/abridged-atomic-weights.htm)
23
28
# end of list of modifications
24
29
25
-
26
30
-----------------
27
31
February 12, 2025
28
32
-----------------
29
33
PHREEQC: Fixed bug in GasComp.cxx. The order of the options
30
34
was incorrect, which caused -p (pressure) to be misinterpreted
31
35
when reading GAS_PHASE_RAW.
32
-
33
-
36
+
37
+
-----------------
38
+
February 11, 2025
39
+
-----------------
40
+
PhreeqcRM: Increased minimum CMake version to 3.22
41
+
ENVIRONMENT_MODIFICATION requires 3.22
42
+
43
+
-----------------
44
+
February 10, 2025
45
+
-----------------
46
+
PhreeqcRM: Fixed CMake builds that set PHREEQCRM_STATIC_RUNTIME=ON.
47
+
When PHREEQCRM_STATIC_RUNTIME=ON, the Runtime Library is configured as /MD for Release builds and /MDd for Debug builds
48
+
49
+
-----------------
50
+
February 05, 2025
51
+
-----------------
52
+
PhreeqcRM: Fixed a Python crash that occurred when BMIPhreeqcRM::LoadDatabase was called before BMIPhreeqcRM::initialize().
53
+
Updated to C++14 for autotools and CMake builds
54
+
BMIPhreeqcRM::LoadDatabase now throws if initialize() hasn't been called
0 commit comments