File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change 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+
428Release 1.3.0
529-------------
630** Date:** 2015-11-12
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments