Skip to content

Commit

Permalink
Merge branch 'v3.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Feb 16, 2024
2 parents 852b312 + 9e5bf7d commit a0718af
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ SPDX-License-Identifier: Apache-2.0

# BenchExec Changelog

## BenchExec 3.21

- `table-generator` computes scores according to SV-COMP'24 scoring scheme.
This changes only the scoring for witness-validation results.
- Support for property files at HTTP(S) URLs in `table-generator`.
Tables can already be produced not only from local result files,
but also from files that are downloaded on the fly.
Now this also works for results with property files.
- Fix for tool-info module `witnesslint`.

## BenchExec 3.20

- Two tool-info modules improved.
Expand Down
2 changes: 1 addition & 1 deletion benchexec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
"""

__version__ = "3.21-dev"
__version__ = "3.22-dev"


class BenchExecException(Exception): # noqa: N818 backwards compatibility
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
benchexec (3.21-1) jammy; urgency=medium

* New upstream version.

-- Philipp Wendler <[email protected]> Fri, 16 Feb 2024 13:33:26 +0100

benchexec (3.20-1) jammy; urgency=medium

* New upstream version.
Expand Down

0 comments on commit a0718af

Please sign in to comment.