Browse Source

Update CHANGES and bump version

tags/4.0.9
celeron533 6 years ago
parent
commit
25c1d02395
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 6
- 0
CHANGES View File

@@ -1,3 +1,9 @@
4.0.9 2018-03-14
- Fix port occupied issue
- Add xchacha20-ietf-poly1305
- Update cryptographic libraries
- Bug fixes and improvements

4.0.8 2018-02-16
- Add OpenSSL 1.1.0g support #1671
- Update nuget packages


+ 1
- 1
shadowsocks-csharp/Controller/Service/UpdateChecker.cs View File

@@ -24,7 +24,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;
public const string Version = "4.0.8";
public const string Version = "4.0.9";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save