Browse Source

Merge pull request #320 from icylogic/release/2.5.8

bump 2.5.8
tags/2.5.8
icylogic 9 years ago
parent
commit
3895446715
2 changed files with 5 additions and 2 deletions
  1. +4
    -1
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 4
- 1
CHANGES View File

@@ -1,5 +1,8 @@
2.5.8 2015-09-20
- Update GFWList url

2.5.7 2015-09-19
- Fix repeated IV.
- Fix repeated IV

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


+ 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.7";
public const string Version = "2.5.8";
public void CheckUpdate(Configuration config)
{


Loading…
Cancel
Save