We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1c219 commit 8d2574bCopy full SHA for 8d2574b
CHANGES
@@ -1,3 +1,6 @@
1
+2.5.7 2015-09-19
2
+- Fix repeated IV.
3
+
4
2.5.6 2015-08-19
5
- Add portable mode. Create shadowsocks_portable_mode.txt to use it
6
- Support server reorder
shadowsocks-csharp/Controller/Service/UpdateChecker.cs
@@ -18,7 +18,7 @@ public class UpdateChecker
18
public string LatestVersionURL;
19
public event EventHandler NewVersionFound;
20
21
- public const string Version = "2.5.6";
+ public const string Version = "2.5.7";
22
23
public void CheckUpdate(Configuration config)
24
{
0 commit comments