File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11Change Log / Release Log for mallocMC
22================================================================
33
4+ 2.3.1crp
5+ --------
6+ ** Date:** 2019-02-14
7+
8+ A critical bug was fixed which can result in an illegal memory access.
9+
10+ ### Changes to mallocMC 2.3.0crp
11+
12+ ** Bug fixes**
13+ - fix illegal memory access in ` XMallocSIMD ` #150
14+
15+ ** Misc:**
16+ - CMake: Honor ` <packageName>_ROOT ` Env Hints #154
17+
18+
4192.3.0crp
520--------
621** Date:** 2018-06-11
Original file line number Diff line number Diff line change 3939/* * the mallocMC version: major API changes should be reflected here */
4040#define MALLOCMC_VERSION_MAJOR 2
4141#define MALLOCMC_VERSION_MINOR 3
42- #define MALLOCMC_VERSION_PATCH 0
42+ #define MALLOCMC_VERSION_PATCH 1
4343
4444/* * the mallocMC flavor is used to differentiate the releases of the
4545 * Computational Radiation Physics group (crp) from other releases
You can’t perform that action at this time.
0 commit comments