Skip to content

Commit 7d190dd

Browse files
author
f-schmitt-zih
committed
Merge pull request #227 from ax3l/doc-changelog131
ChangeLog for Release 1.3.1
2 parents 2cc93e1 + 7100c01 commit 7d190dd

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Change Log for libSplash
22
================================================================
33

4+
Release 1.3.1
5+
-------------
6+
**Date:** 2016-04-12
7+
8+
This release contains bug fixes and serveral internal code
9+
clean-ups.
10+
11+
**Bug Fixes**
12+
13+
- `readMeta` now returns the correct `CollectionType` if more then
14+
one entry was used per iteration #224
15+
- exception parameters are now catched consequently by const
16+
reference #213
17+
18+
19+
**Misc**
20+
21+
- remove tabs and EOL white spaces #216 #217 #218
22+
- remove `_` prefixes from a few include guards #214
23+
- add example for the `ParallelDataCollector` class #14
24+
- remove beta notice for parallel HDF5 support #209
25+
- update travis-ci script #212
26+
27+
428
Release 1.3.0
529
-------------
630
**Date:** 2015-11-12

src/include/splash/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/** the splash version reflects the changes in API */
2727
#define SPLASH_VERSION_MAJOR 1
2828
#define SPLASH_VERSION_MINOR 3
29-
#define SPLASH_VERSION_PATCH 0
29+
#define SPLASH_VERSION_PATCH 1
3030

3131
/** we can always handle files from the same major release
3232
* changes in the minor number have to be backwards compatible

0 commit comments

Comments
 (0)