Skip to content

Commit 81470f4

Browse files
committed
Initial version of release notes for 5.7
1 parent 83874c3 commit 81470f4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
5.7
2+
===
3+
4+
* General: All tools now support the same set of --*-check options.
5+
* General: Added --conversion-check to catch type casts that cause loss of
6+
information. Previously --(un)signed-overflow-check would report these.
7+
* CBMC: New option --symex-coverage-report to produce a Cobertura-compatible
8+
statement- and branch coverage report.
9+
* CBMC/Java: New options --java-max-vla-length, --java-unwind-enum-static,
10+
--java-cp-include-files, --lazy-methods.
11+
* GOTO-INSTRUMENT: Static loop unwinding via --unwind or via new options
12+
--unwindset, --unwindset-file, --unwinding-assertions, --partial-loops,
13+
--continue-as-loops, --log
14+
* GOTO-INSTRUMENT: New option --slice-global-inits
15+
* GOTO-INSTRUMENT: Inlining via --inline, --partial-inline, --function-inline,
16+
--no-caching
17+
* GOTO-INSTRUMENT: New options --remove-function-pointers, --model-argc-argv,
18+
--show-threaded
19+
* GOTO-CC: Additional drop-in replacement support for bcc, as, as86
20+
* GOTO-CC: GCC-style error/warning messages
21+
* GOTO-CC: New options --native-compiler and --native-linker to select the
22+
compiler/linker to be used when building combined native/goto object files.
23+
24+
125
5.6
226
===
327

0 commit comments

Comments
 (0)