Ready to ship 2.2. 2.2
authorEric S. Raymond <esr@thyrsus.com>
Wed, 1 Mar 2017 18:05:36 +0000 (13:05 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 1 Mar 2017 18:05:36 +0000 (13:05 -0500)
NEWS
sst.py

diff --git a/NEWS b/NEWS
index c9c70ecbf0906a25e024e43f634b422e83aeee3e..47458c9e1f207fc5240375e3f59b8aa5f71ab48b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
                        SST2K project news.
 
-2.2 @
-    Enable GNU readline keys. Added color. Added BSD Trek 'CAPTURE'
-    and 'CLOAK' (from Tom Almy's 2013 changes).
+2.2 @ 2017-03-01
+    Added color. Added BSD Trek 'CAPTURE' and 'CLOAK' (from Tom Almy's
+    2013 changes).  Many bug fixes.
 
 2.1 @ 2012-02-16
     Packaging fixes, pychecker cleanup, cope with Freshmeat name changes.
diff --git a/sst.py b/sst.py
index 0a7bd3e4762d1cb5343a4f5f6572cd5644470685..945017fed97d9a0c15ebc5e864c1b9ba92a8fbde 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -27,8 +27,7 @@ try:
 except NameError:
     my_input = input
 
-
-version = "2.1"
+version = "2.2"
 
 docpath        = (".", "doc/", "/usr/share/doc/sst/")