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.5.0
5+ -------------
6+ ** Date:** 2016-10-26
7+
8+ Written attributes do now generate their according group path
9+ recursively if it does not exist and the ` SerialDataCollector `
10+ interface for file names has been changed to be more consistent.
11+
12+ ** Interface Changes**
13+
14+ - ` SerialDataCollector ` file name interface changed #242
15+ - ` writeAttribute() ` now creates missing groups recursively #231 #250
16+
17+ ** Bug Fixes**
18+
19+ - throw more exceptions on wrong usage of ` ParallelDataCollector ` #247
20+
21+ ** Misc**
22+
23+ - compiling via ` -Werror ` is not shipped any more #251
24+ - python tools: indentiation cleanup #249
25+ - ` generateCollectionType ` refactored, docs fixed #243 #246
26+
27+
428Release 1.4.0
529-------------
630** Date:** 2016-04-12
Original file line number Diff line number Diff line change 2525
2626/* * the splash version reflects the changes in API */
2727#define SPLASH_VERSION_MAJOR 1
28- #define SPLASH_VERSION_MINOR 4
28+ #define SPLASH_VERSION_MINOR 5
2929#define SPLASH_VERSION_PATCH 0
3030
3131/* * we can always handle files from the same major release
You can’t perform that action at this time.
0 commit comments