summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-11 11:04:48 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-11-11 11:04:48 -0500
commit36e939d31e8ac8fe2866f996af44ea268447c295 (patch)
tree4f626fb54d0c2fd21a70149cf14f1b125c494bb4 /NEWS
parent3ac85900def24af684565f77fe80589595998ad2 (diff)
Change exit status to be more consistent with other command-line tools: 0 success, nonzero error
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ce85b817..7b63d4b98 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ Changes since 1.2
* New :command-verbosity SMT option to silence success and error messages
on a per-command basis. API changes to Command infrastructure to support.
* A new theory of strings. Currently, only word equations are supported.
+* Exit codes are now more standard for UNIX command-line tools. Exit code
+ zero means no error---but the result could be sat, unsat, or unknown---and
+ nonzero means error.
Changes since 1.1
=================
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback