Skip to content

Tags: stp/stp

Tags

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: bump the version to 2.4.1 (#703)

Two bug fixes since 2.4.0, both crashes on plain QF_BV and neither
reachable from the API in a new way: #699 guards the multiplication
column bounds against a shrunken column, and #702 stops the ground-path
square root's Newton seed overflowing at UINT64_MAX.

Nothing under include/ changed, so this is a patch bump. The soname
stays libstp.so.2.4 and STPConfigVersion keeps matching
find_package(STP 2.4) -- packagers pick this up without rebuilding
what links STP.

Both files that carry the version by hand, since the release workflow
refuses to build a tag that disagrees with either. The examples in
releasing.rst move with them, as they did for 2.4.0: the "where the
version lives" entries name what master now carries, and the tag
commands name the release after this one.

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: bump the version to 2.4.0 (#701)

232 commits since 2.3.4, and the public API has grown -- c_interface.h
and cpp_interface.h both gained symbols, though none were removed. That
is a minor bump rather than a patch one: the soname becomes libstp.so.2.4
and STPConfigVersion stops matching find_package(STP 2.3), so packagers
have to rebuild what links STP.

Both files that carry the version by hand, since the release workflow
refuses to build a tag that disagrees with either. The examples in
releasing.rst move with them, and the note about the v2.3.4 release
loses its "currently shows as latest", which stops being true as soon
as this ships.

2.3.4_cadical

Toggle 2.3.4_cadical's commit message
If using Cadical, default to Cadical

2.3.4

Toggle 2.3.4's commit message
use simple CNF encoding when simplifications are disabled

smtcomp2020

Toggle smtcomp2020's commit message
initial smtcomp 2020 mergesat.

2.3.3

Toggle 2.3.3's commit message
Bumping version

2.3.2

Toggle 2.3.2's commit message
Tagging 2.3.2

Related to #307

2.3.1

Toggle 2.3.1's commit message
Adding SUSE build files

stp-2.2.0

Toggle stp-2.2.0's commit message
Fixing cryptominisat libraries location

2.1.2

Toggle 2.1.2's commit message
Bumping version and releasing after KLEE build fix