Skip to content

Commit c4772ef

Browse files
committed
SCRAM 0.11.4
1 parent 1482170 commit c4772ef

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif()
1414
project(SCRAM)
1515
set(SCRAM_VERSION_MAJOR 0) # Indicate major API change after 1.0.0
1616
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.
1818

1919
####################### Begin Options ###################
2020

doc/release/v0.11.4.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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(-)

doc/scram.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SCRAM "1" "June 2016" "SCRAM 0.11.3" "SCRAM Manual"
1+
.TH SCRAM "1" "September 2016" "SCRAM 0.11.4" "SCRAM Manual"
22
.SH NAME
33
SCRAM \- Command-line Risk Analysis Multi-tool
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)