Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Oct 19, 2015
1 parent 1df7870 commit 2b8b5dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# BenchExec Changelog

## BenchExec 1.2

- BenchExec now records whether TurboBoost was enabled during benchmarking.
- Updated SV-COMP scoring scheme to SV-COMP 2016.
- Support new property 'no-overflow' for SV-COMP 2016.
- Several new modules for integration of various software verifiers.
- Some improvements to CPU-core assignment.

## BenchExec 1.1

- HTML tables produced by table-generator now have a header that stays
Expand Down
2 changes: 1 addition & 1 deletion benchexec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
"""

__version__ = '1.2-dev'
__version__ = '1.2'

class BenchExec(object):
"""
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 (1.2-1) unstable; urgency=medium

* New upstream version.

-- Philipp Wendler <[email protected]> Mon, 19 Oct 2015 17:11:54 +0200

benchexec (1.1-1) unstable; urgency=medium

* Initial release.
Expand Down

0 comments on commit 2b8b5dd

Please sign in to comment.