File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ # CBMC 6.2.0
2
+
3
+ ## What's Changed
4
+ * Dynamic frames: do not add trivial properties by @tautschnig in https://github.com/diffblue/cbmc/pull/8413
5
+
6
+ ## Bug Fixes
7
+ * Contracts/dynamic frames: do not attempt to instrument typedefs by @tautschnig in https://github.com/diffblue/cbmc/pull/8403
8
+ * Remove dynamic_cast from bv_dimacst by @tautschnig in https://github.com/diffblue/cbmc/pull/8406
9
+ * Remove uses of `dynamic_cast` from qualifierst hierarchy by @tautschnig in https://github.com/diffblue/cbmc/pull/8405
10
+ * Remove Java's unnecessary languaget::parse peculiarity by @tautschnig in https://github.com/diffblue/cbmc/pull/8407
11
+ * Solver factory: set_decision_procedure_time_limit does not require dynamic_cast by @tautschnig in https://github.com/diffblue/cbmc/pull/8409
12
+ * Solver factory: make_satcheck_prop does not require dynamic_cast by @tautschnig in https://github.com/diffblue/cbmc/pull/8410
13
+ * Solver factory: all solvers are stack_decision_proceduret by @tautschnig in https://github.com/diffblue/cbmc/pull/8408
14
+ * Remove qualifierst by @tautschnig in https://github.com/diffblue/cbmc/pull/8419
15
+ * Contracts (DFCC) regression tests: use CaDiCaL by @tautschnig in https://github.com/diffblue/cbmc/pull/8414
16
+ * Library functions: mark them as compiled by @tautschnig in https://github.com/diffblue/cbmc/pull/8412
17
+ * Maintain loop invariant annotation when converting do .. while by @tautschnig in https://github.com/diffblue/cbmc/pull/8417
18
+ * CONTRACTS: redirect checks to outer write set for loops that get skipped by @remi-delmas-3000 in https://github.com/diffblue/cbmc/pull/8416
19
+ * CONTRACTS: fix do while latch by @remi-delmas-3000 in https://github.com/diffblue/cbmc/pull/8420
20
+ * Remove dynamic_cast from counterexample beautification code path by @tautschnig in https://github.com/diffblue/cbmc/pull/8421
21
+ * Include <cstdint> for int64_t by @ismaell in https://github.com/diffblue/cbmc/pull/8426
22
+ * SMT2 back-end: fix inconsistent array flattening by @tautschnig in https://github.com/diffblue/cbmc/pull/8400
23
+
24
+ **Full Changelog**: https://github.com/diffblue/cbmc/compare/cbmc-6.1.1...cbmc-6.2.0
25
+
1
26
# CBMC 6.1.1
2
27
3
28
## What's Changed
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.1.1
82
+ CBMC_VERSION = 6.2.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.1.1 "
3
+ version = " 6.2.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