File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ # CBMC 6.7.1
2
+
3
+ This release addresses bugs in our handling of array-update ("with")
4
+ expressions (via #8674) and gaps in our C17/C23 support (via #8673).
5
+
6
+ ## Bug Fixes
7
+ * Remove deprecated make_with_expr by @tautschnig in https://github.com/diffblue/cbmc/pull/8666
8
+ * Remove deprecated is_null_pointer by @tautschnig in https://github.com/diffblue/cbmc/pull/8665
9
+ * Stop using GNU parallel on windows-2022 runner by @tautschnig in https://github.com/diffblue/cbmc/pull/8669
10
+ * Support C17, C23 standards with goto-cc by @tautschnig in https://github.com/diffblue/cbmc/pull/8673
11
+ * Restrict with_exprt to exactly three operands by @tautschnig in https://github.com/diffblue/cbmc/pull/8674
12
+
13
+ **Full Changelog**: https://github.com/diffblue/cbmc/compare/cbmc-6.7.0...cbmc-6.7.1
14
+
1
15
# CBMC 6.7.0
2
16
3
17
This release adds aarch64 va_list support (via #8572), which makes all tests
Original file line number Diff line number Diff line change 47
47
OSX_IDENTITY = "Developer ID Application: Daniel Kroening"
48
48
49
49
# Detailed version information
50
- CBMC_VERSION = 6.7.0
50
+ CBMC_VERSION = 6.7.1
51
51
52
52
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
53
53
# CUDD = ../../cudd-3.0.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libcprover_rust"
3
- version = " 6.7.0 "
3
+ version = " 6.7.1 "
4
4
edition = " 2021"
5
5
description = " Rust API for CBMC and assorted CProver tools"
6
6
repository = " https://github.com/diffblue/cbmc"
You can’t perform that action at this time.
0 commit comments