We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897934c commit 25c1d02Copy full SHA for 25c1d02
CHANGES
@@ -1,3 +1,9 @@
1
+4.0.9 2018-03-14
2
+- Fix port occupied issue
3
+- Add xchacha20-ietf-poly1305
4
+- Update cryptographic libraries
5
+- Bug fixes and improvements
6
+
7
4.0.8 2018-02-16
8
- Add OpenSSL 1.1.0g support #1671
9
- Update nuget packages
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -24,7 +24,7 @@ public class UpdateChecker
24
public string LatestVersionLocalName;
25
public event EventHandler CheckUpdateCompleted;
26
27
- public const string Version = "4.0.8";
+ public const string Version = "4.0.9";
28
29
private class CheckUpdateTimer : System.Timers.Timer
30
{
0 commit comments