Browse Source

Update CHANGES and bump version

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
tags/4.0.4^0
Syrone Wong 8 years ago
parent
commit
bbfc5d332d
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 4
- 0
CHANGES View File

@@ -1,3 +1,7 @@
4.0.4 2017-06-01
- Save user wininet settings as user-wininet.json
- Improve performance of aes-256-gcm

4.0.2 2017-05-19
- Fix legacy key derivation
- Bug fixes and improvements


+ 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.2";
public const string Version = "4.0.4";
private class CheckUpdateTimer : System.Timers.Timer
{


Loading…
Cancel
Save