Browse Source

Merge pull request #316 from icylogic/release/2.5.7

Release/2.5.7
tags/2.5.7
icylogic 9 years ago
parent
commit
391b1de2cf
3 changed files with 6 additions and 3 deletions
  1. +3
    -0
      CHANGES
  2. +2
    -2
      README.md
  3. +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 2.5.6 2015-08-19
- Add portable mode. Create shadowsocks_portable_mode.txt to use it - Add portable mode. Create shadowsocks_portable_mode.txt to use it
- Support server reorder - Support server reorder


+ 2
- 2
README.md View File

@@ -75,8 +75,8 @@ Visual Studio 2015 is required.
GPLv3 GPLv3




[Appveyor]: https://ci.appveyor.com/project/clowwindy/shadowsocks-csharp
[Build Status]: https://ci.appveyor.com/api/projects/status/gknc8l1lxy423ehv/branch/master
[Appveyor]: https://ci.appveyor.com/project/icylogic/shadowsocks-windows-l9mwe
[Build Status]: https://ci.appveyor.com/api/projects/status/ytllr9yjkbpc2tu2/branch/master
[latest release]: https://github.com/shadowsocks/shadowsocks-csharp/releases [latest release]: https://github.com/shadowsocks/shadowsocks-csharp/releases
[GFWList]: https://github.com/gfwlist/gfwlist [GFWList]: https://github.com/gfwlist/gfwlist
[Servers]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side [Servers]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#linux--server-side


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

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


Loading…
Cancel
Save