projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bc631d
)
Ready to ship 2.4.
2.4
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 22 Apr 2019 09:08:41 +0000
(
05:08
-0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 22 Apr 2019 09:52:30 +0000
(
05:52
-0400)
NEWS
patch
|
blob
|
history
sst.py
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 2cc013eaa8ed53ca1d6ca8498e50b4faa51bfa53..fc97c75047ebf546af6d3ec8eecb84c64e1f30b1 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,5
+1,8
@@
SST2K project news.
+2.4: 2019-04-22::
+ Fixes for deathray, formatting, double-counting in score logic.
+
2.3: 2018-08-12::
Crash bug fix when docking with no starbase in sector.
diff --git
a/sst.py
b/sst.py
index 3bb83c1a87e9c12b7322722f40fd752c6ffe47a5..f281d12d5230408c91299b9092825ce76246cbc5 100755
(executable)
--- a/
sst.py
+++ b/
sst.py
@@
-29,7
+29,7
@@
try:
except NameError:
my_input = input
-version = "2.
3
"
+version = "2.
4
"
docpath = (".", "doc/", "/usr/share/doc/sst/")