File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ # CBMC 6.1.0
2
+
3
+ ## What's Changed
4
+ * Add support for building with GCC 14 by @tautschnig in https://github.com/diffblue/cbmc/pull/8368
5
+ * Add documentation to loop contracts, __CPROVER_loop_entry by @QinyuanWu in https://github.com/diffblue/cbmc/pull/8377
6
+
7
+ ## Bug Fixes
8
+ * [CONTRACTS] Use unified loop contract config by @qinheping in https://github.com/diffblue/cbmc/pull/8356
9
+ * Replace expired key for signing the MSI Installer by @JohnLBergqvist in https://github.com/diffblue/cbmc/pull/8364
10
+ * [CONTRACTS] Add loop-contract symbols into symbol table during typecheck by @qinheping in https://github.com/diffblue/cbmc/pull/8359
11
+ * C library: __fcntl_time64 for Debian/ARM by @tautschnig in https://github.com/diffblue/cbmc/pull/8371
12
+ * Bump Homebrew/git-user-config version to avoid deprecation warnings by @tautschnig in https://github.com/diffblue/cbmc/pull/8341
13
+ * Refactor Codecov CI job by @tautschnig in https://github.com/diffblue/cbmc/pull/8339
14
+ * Regression cleanup: don't repeatedly remove the same file by @tautschnig in https://github.com/diffblue/cbmc/pull/8369
15
+ * Purge winbug from regression tests by @tautschnig in https://github.com/diffblue/cbmc/pull/7857
16
+ * Make sure free symbols are declared in SMT2_conv after quantifier rewriting by @qinheping in https://github.com/diffblue/cbmc/pull/8361
17
+ * Regression test: support big and little endian by @tautschnig in https://github.com/diffblue/cbmc/pull/8370
18
+ * Fix multiplication and division of complex numbers by @tautschnig in https://github.com/diffblue/cbmc/pull/8376
19
+ * Update Xen integration test Docker image by @tautschnig in https://github.com/diffblue/cbmc/pull/8381
20
+ * SMT2 back-end: detect when solver returns unexpected model by @tautschnig in https://github.com/diffblue/cbmc/pull/8379
21
+ * SMT2 back-end: Bitwuzla does not support lambda expressions by @tautschnig in https://github.com/diffblue/cbmc/pull/8387
22
+ * C front-end: place requires and ensures in designated scope by @tautschnig in https://github.com/diffblue/cbmc/pull/8380
23
+
24
+ **Full Changelog**: https://github.com/diffblue/cbmc/compare/cbmc-6.0.1...cbmc-6.1.0
25
+
1
26
# CBMC 6.0.1
2
27
3
28
## Bug Fixes
Original file line number Diff line number Diff line change 79
79
OSX_IDENTITY = "Developer ID Application: Daniel Kroening"
80
80
81
81
# Detailed version information
82
- CBMC_VERSION = 6.0.1
82
+ CBMC_VERSION = 6.1.0
83
83
84
84
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
85
85
# 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.0.1 "
3
+ version = " 6.1.0 "
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