Skip to content

Commit

Permalink
Merge pull request #153 from psychocoderHPC/topic-versionIncrease2.3.1
Browse files Browse the repository at this point in the history
version increase to 2.3.1
  • Loading branch information
ax3l authored Feb 14, 2019
2 parents 2723bc1 + 60c467e commit e2533d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log / Release Log for mallocMC
================================================================

2.3.1crp
--------
**Date:** 2019-02-14

A critical bug was fixed which can result in an illegal memory access.

### Changes to mallocMC 2.3.0crp

**Bug fixes**
- fix illegal memory access in `XMallocSIMD` #150

**Misc:**
- CMake: Honor `<packageName>_ROOT` Env Hints #154


2.3.0crp
--------
**Date:** 2018-06-11
Expand Down
2 changes: 1 addition & 1 deletion src/include/mallocMC/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/** the mallocMC version: major API changes should be reflected here */
#define MALLOCMC_VERSION_MAJOR 2
#define MALLOCMC_VERSION_MINOR 3
#define MALLOCMC_VERSION_PATCH 0
#define MALLOCMC_VERSION_PATCH 1

/** the mallocMC flavor is used to differentiate the releases of the
* Computational Radiation Physics group (crp) from other releases
Expand Down

0 comments on commit e2533d1

Please sign in to comment.