summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-03-20 18:16:26 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-01 16:11:24 -0400
commitb6ad34343d0a09de37dc4e5ff57cd8625dca3fc4 (patch)
treed4aa8da10c6ad99c46d7f8c1fd824f2d7566ef4e /NEWS
parentcba10a096d97e82bd112b4d99a6ebe399d1369d6 (diff)
Merging some cleanup work:
* Comment cleanup * Spelling fixes * Fix warnings * Documentation updates * References in docs to cryptominisat removed * Unneeded scope resolutions removed * Old, unused regression removed
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 9d4b5452d..e792564ba 100644
--- a/NEWS
+++ b/NEWS
@@ -6,15 +6,16 @@ Changes since 1.0
* tuple and record support in the compatibility library
* user patterns are now supported in the SMT-LIBv1.2 parser
* SMT-LIB get-model output now is easier to machine-parse: contains (model...)
-* Win32 support via mingw
+* Win32-building support via mingw
* for printing commands as they're invoked from the driver, you now need
verbosity of 3 or higher (e.g. -vvv) instead of verbosity 1 or higher (-v).
This allows tracing the solver's activities without having too much output.
-* multiline support in interactive mode
+* multiline input support in interactive mode
* To make CVC4 quieter in abnormal (e.g., "warning" conditions), you can
use -q. Previously, this would silence all output (including "sat" or
"unsat") as well. Now, single -q silences messages and warnings, and
double -qq silences all output (except on exception or signal).
* Boolean term support in datatypes
+* numerous bug fixes, usability improvements, and build system improvements
--- Morgan Deters <mdeters@cs.nyu.edu> Wed, 20 Mar 2013 20:03:50 -0400
+-- Morgan Deters <mdeters@cs.nyu.edu> Tue, 26 Mar 2013 15:17:52 -0400
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback