diff --git a/README.rst b/README.rst index 79be3a0..4811b64 100644 --- a/README.rst +++ b/README.rst @@ -4,14 +4,14 @@ .. image:: https://ci.appveyor.com/api/projects/status/u4882uj8btuspj9x?svg=true :target: https://ci.appveyor.com/project/jschueller/muparser-9ib44 -muparser - Fast Math Parser 2.3.1 +muparser - Fast Math Parser 2.3.2 =========================== For a detailed description of the parser go to http://beltoforion.de/article.php?a=muparser. See Install.txt for installation -Change Notes for Revision 2.3.1 +Change Notes for Revision 2.3.2 ------------ Changes: ------------ @@ -23,12 +23,6 @@ The following issue was present in all older releases. * https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23410 (Heap-buffer-overflow) - -Change Notes for Revision 2.3.0 ------------- - -Version 2.3.0 will bring fixes for parsing in bulk mode. It will enable OpenMP by default thus allowing the parallelization of expression evaluation. It will also fix a range of issues reported by oss-fuz (https://github.com/google/oss-fuzz). - API and ABI compliance check with version 2.2.6 ------------ @@ -36,9 +30,20 @@ Version 2.3 will extend existing enumerators. New Error codes have been added. I The binary interface should be compatible with versions 2.2.6 unless the parser is used in ways that i did not forsee. I checked the compliance against the sample application compiled for 2.2.6 by exchanging the library with the new version 2.3. I did not see any problems. You can find a complete ABI compliance report here: -https://www.beltoforion.de/en/muparser/compat_reports/2.2.6_to_2.3.0/compat_report.html +https://www.beltoforion.de/en/muparser/compat_reports/2.2.6_to_2.3.2/compat_report.html + +I recommend replacing existing versions of 2.2.6 with version 2.3.2. Please report all incompatibilities that you find (API and ABI). I will try to fix them before the final release (if reasonable) + -I recommend replacing existing versions of 2.2.6 with version 2.3.0. Please report all incompatibilities that you find (API and ABI). I will try to fix them before the final release (if reasonable) +Change Notes for Revision 2.3.1 +------------ +No changes, only prereleases exist. Version 2.3.2 replaced them. + + +Change Notes for Revision 2.3.0 +------------ + +Version 2.3.0 will bring fixes for parsing in bulk mode. It will enable OpenMP by default thus allowing the parallelization of expression evaluation. It will also fix a range of issues reported by oss-fuz (https://github.com/google/oss-fuzz). Changes: ------------