Skip to content

Commit 391b1de

Browse files
committed
Merge pull request #316 from icylogic/release/2.5.7
Release/2.5.7
2 parents 86bf0b3 + 8d2574b commit 391b1de

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.5.7 2015-09-19
2+
- Fix repeated IV.
3+
14
2.5.6 2015-08-19
25
- Add portable mode. Create shadowsocks_portable_mode.txt to use it
36
- Support server reorder

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Visual Studio 2015 is required.
7575
GPLv3
7676

7777

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

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class UpdateChecker
1818
public string LatestVersionURL;
1919
public event EventHandler NewVersionFound;
2020

21-
public const string Version = "2.5.6";
21+
public const string Version = "2.5.7";
2222

2323
public void CheckUpdate(Configuration config)
2424
{

0 commit comments

Comments
 (0)