Skip to content

Commit 731338d

Browse files
authored
Merge pull request #7986 from NlightNFotis/new_cbmc_release-5.95.1
Mark CBMC cbmc-5.95.1.
2 parents 70151a9 + 84e3451 commit 731338d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
# CBMC 5.95.0
1+
# CBMC 5.95.1
22

33
## What's Changed
44

5+
* Multiplication encoding: cleanup, Dadda, data by @tautschnig in https://github.com/diffblue/cbmc/pull/7984
6+
7+
## Bug Fixes
8+
9+
* Remove extraneous y parameter from calls to exp and logl by @NlightNFotis in https://github.com/diffblue/cbmc/pull/7985
10+
11+
**Full Changelog**: https://github.com/diffblue/cbmc/compare/cbmc-5.95.0...cbmc-5.95.1
12+
13+
## CBMC 5.95.0
14+
15+
### What's Changed
16+
517
* Add C front-end support for vector expressions as compile-time constants by @tautschnig in https://github.com/diffblue/cbmc/pull/7947
618
* C library: add exp, log, pow models by @tautschnig in https://github.com/diffblue/cbmc/pull/7906
719

8-
## Bug Fixes
20+
### Bug Fixes
921

1022
* Fix bug with std::sort requires strict weak ordering by @tautschnig in https://github.com/diffblue/cbmc/pull/7956
1123
* SYNTHESIZER: Use only symbols from the original goto as terminals by @qinheping in https://github.com/diffblue/cbmc/pull/7970

src/config.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ endif
7676
OSX_IDENTITY="Developer ID Application: Daniel Kroening"
7777

7878
# Detailed version information
79-
CBMC_VERSION = 5.95.0
79+
CBMC_VERSION = 5.95.1
8080

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

src/libcprover-rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcprover_rust"
3-
version = "5.95.0"
3+
version = "5.95.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)