Browse Source

bump 2.5.7

tags/2.5.7^2
icylogic 9 years ago
parent
commit
8d2574b003
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 3
- 0
CHANGES View File

@@ -1,3 +1,6 @@
2.5.7 2015-09-19
- Fix repeated IV.

2.5.6 2015-08-19
- Add portable mode. Create shadowsocks_portable_mode.txt to use it
- Support server reorder


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

@@ -18,7 +18,7 @@ namespace Shadowsocks.Controller
public string LatestVersionURL;
public event EventHandler NewVersionFound;
public const string Version = "2.5.6";
public const string Version = "2.5.7";
public void CheckUpdate(Configuration config)
{


Loading…
Cancel
Save