Skip to content

Commit 3895446

Browse files
committed
Merge pull request #320 from icylogic/release/2.5.8
bump 2.5.8
2 parents 13ae846 + c682834 commit 3895446

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
2.5.8 2015-09-20
2+
- Update GFWList url
3+
14
2.5.7 2015-09-19
2-
- Fix repeated IV.
5+
- Fix repeated IV
36

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

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+1-1
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.7";
21+
public const string Version = "2.5.8";
2222

2323
public void CheckUpdate(Configuration config)
2424
{

0 commit comments

Comments
 (0)