File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ endif()
14
14
project (SCRAM )
15
15
set (SCRAM_VERSION_MAJOR 0 ) # Indicate major API change after 1.0.0
16
16
set (SCRAM_VERSION_MINOR 11 ) # New features and improvements.
17
- set (SCRAM_VERSION_MICRO 3 ) # Bug fixes.
17
+ set (SCRAM_VERSION_MICRO 4 ) # Bug fixes.
18
18
19
19
####################### Begin Options ###################
20
20
Original file line number Diff line number Diff line change
1
+ # Release Notes v0.11.4 : Transition to C++14
2
+
3
+ With this release, the codebase transitions to C++14,
4
+ requiring more modern compilers and tools.
5
+ The target development platform is upgraded from Ubuntu 14.04 to Ubuntu 16.04.
6
+ Boost and LibXML++ dependency versions are upgraded to reflect the new target platform.
7
+ The codebase is refactored, taking advantage of C++14 and upgraded libraries.
8
+
9
+
10
+ ## Minor Changes
11
+
12
+ - Transition to C++14 (#142 )
13
+ - GUI development setup with Qt5 and CMake (#48 )
14
+ - Compilation with Intel C++ compiler
15
+ - Coding style update with the updated GCSG
16
+
17
+
18
+ ## Bug Fixes
19
+
20
+ - mef::Initializer is not exception safe (#144 )
21
+ - Memory leaks with invalid cyclic MEF constructs (#145 )
22
+
23
+
24
+ ## Since v0.11.3
25
+
26
+ 120 commits resulted in 130 files changed, 3596 insertions(+), 3046 deletions(-)
27
+
28
+ - Core : 56 files changed, 2369 insertions(+), 2172 deletions(-)
29
+ - Scripts : No Changes
30
+ - GUI : 15 files changed, 484 insertions(+), 55 deletions(-)
31
+ - Tests : 29 files changed, 288 insertions(+), 476 deletions(-)
32
+ - Documentation : 12 files changed, 138 insertions(+), 63 deletions(-)
Original file line number Diff line number Diff line change 1
- .TH SCRAM "1" "June 2016" "SCRAM 0.11.3 " "SCRAM Manual"
1
+ .TH SCRAM "1" "September 2016" "SCRAM 0.11.4 " "SCRAM Manual"
2
2
.SH NAME
3
3
SCRAM \- Command-line Risk Analysis Multi-tool
4
4
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments