summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-17 17:14:45 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-17 17:14:45 -0500
commitf411ca8ce97f488fd0db0a79abe8b4e61521ae69 (patch)
tree4112cd96e30928f4b57787eabe98a0aaa178540e /NEWS
parent5186ca79710fe935d1f7ed27c4a34e913ab547e8 (diff)
parent464bbe3b057bde32b9e0e1aa1f989818dba585db (diff)
Merge branch '1.3.x'
Conflicts: COPYING NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f17bfaa4..dd1de35a4 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ Changes since 1.3
* Timed statistics are now properly updated even on process abort.
* The LFSC proof checker has been incorporated into CVC4 sources.
+* By default, CVC4 builds in "production" mode (optimized, with fewer
+ internal checks on). The common alternative is a "debug" build, which
+ is much slower. CVC4 also builds with GPL dependences by default now
+ (if those libraries are available), as this is the best-performing
+ version of CVC4. However, the new configure option "--bsd" disables
+ these GPL dependences and builds the best-performing BSD-licenced version
+ of CVC4.
Changes since 1.2
=================
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback