File tree Expand file tree Collapse file tree 5 files changed +18
-2
lines changed
Expand file tree Collapse file tree 5 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ This release supports [version
444] ( https://github.com/GaloisInc/mir-json/blob/master/SCHEMA_CHANGELOG.md#4 ) of
55` mir-json ` 's schema.
66
7+ Nothing yet.
8+
9+ # Version 1.4 -- date still TBD
10+
11+ This release supports [ version
12+ 4] ( https://github.com/GaloisInc/mir-json/blob/master/SCHEMA_CHANGELOG.md#4 ) of
13+ ` mir-json ` 's schema.
14+
715The ` saw ` executable's command-line handling has been changed to
816permit passing arguments to SAWScript scripts.
917Words on the command line following the script name are treated as
Original file line number Diff line number Diff line change 22
33## next -- TBA
44
5+ Nothing yet
6+
7+ ## 1.4 - release date still TBD
8+
59* Require urllib 2.5.0 or later to avoid a security alert.
610 This in turn requires Python 3.9, so Python 3.8 is no longer supported.
711
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " saw-client"
3- version = " 1.3 .0.99"
3+ version = " 1.4 .0.99"
44readme = " README.md"
55description = " SAW client for the SAW RPC server"
66authors = [
" Galois, Inc. <[email protected] >" ]
Original file line number Diff line number Diff line change 22
33## next -- TBA
44
5+ Nothing yet.
6+
7+ ## 1.4 -- release date still TBD
8+
59* Add a ` "mutable globals" ` field to specification objects, which contains a
610 list of strings representing the names of mutable global variables that
711 should be allocated. This field can only be used with LLVM, and attempting to
Original file line number Diff line number Diff line change 11Cabal-version : 3.0
22Name : saw
3- Version : 1.3 .0.99
3+ Version : 1.4 .0.99
44Author : Galois, Inc.
5566Build-type : Simple
You can’t perform that action at this time.
0 commit comments