Skip to content

Commit c262eb8

Browse files
authored
Merge pull request #2589 from GaloisInc/branch-release-1.4
Branch release 1.4
2 parents 28fc012 + 7fb637c commit c262eb8

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ This release supports [version
44
4](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+
715
The `saw` executable's command-line handling has been changed to
816
permit passing arguments to SAWScript scripts.
917
Words on the command line following the script name are treated as

saw-python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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

saw-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "saw-client"
3-
version = "1.3.0.99"
3+
version = "1.4.0.99"
44
readme = "README.md"
55
description = "SAW client for the SAW RPC server"
66
authors = ["Galois, Inc. <[email protected]>"]

saw-remote-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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

saw.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 3.0
22
Name: saw
3-
Version: 1.3.0.99
3+
Version: 1.4.0.99
44
Author: Galois, Inc.
55
Maintainer: [email protected]
66
Build-type: Simple

0 commit comments

Comments
 (0)