diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b97ee58..6140ddc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,16 @@ +version 0.8.3 +------------- + +Minor tweaks to session logs: + +- sessions output now shows flags. All sessions are listed. The + session type column is gone, instead the first letter of RPC, SSL or + TCP is the first flag letter. A 'C' flag indicates the session is closing. + An 'L' that it's being logged. +- don't attempt to forcefully stale sockets; they remain in C state until + Python closes them (which can be a long time for some SSL sockets) +- don't consider all seeing eye connections as stale + version 0.8.2 ------------- diff --git a/server/version.py b/server/version.py index 2b39ce5..5e72ebe 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.8.2" +VERSION = "ElectrumX 0.8.3"