Skip to content

Commit d148ae6

Browse files
authored
Merge pull request #8677 from tautschnig/release-6.7.1
Release CBMC 6.7.1
2 parents ea7b092 + b9ee6ec commit d148ae6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
# CBMC 6.7.0
216

317
This release adds aarch64 va_list support (via #8572), which makes all tests

src/config.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ endif
4747
OSX_IDENTITY="Developer ID Application: Daniel Kroening"
4848

4949
# Detailed version information
50-
CBMC_VERSION = 6.7.0
50+
CBMC_VERSION = 6.7.1
5151

5252
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
5353
# CUDD = ../../cudd-3.0.0

src/libcprover-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcprover_rust"
3-
version = "6.7.0"
3+
version = "6.7.1"
44
edition = "2021"
55
description = "Rust API for CBMC and assorted CProver tools"
66
repository = "https://github.com/diffblue/cbmc"

0 commit comments

Comments
 (0)