Browse Source

Update CHANGES and bump version

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
tags/3.3^0
Syrone Wong 8 years ago
parent
commit
4b6d641d17
2 changed files with 11 additions and 1 deletions
  1. +10
    -0
      CHANGES
  2. +1
    -1
      shadowsocks-csharp/Controller/Service/UpdateChecker.cs

+ 10
- 0
CHANGES View File

@@ -1,3 +1,13 @@
3.3 2016-09-09
- Update Privoxy to 3.0.26
- Change minimum system version explicitly to Windows Vista
since we are using dual-mode socket
- Support running multiple instances of Privoxy for system proxy
- Improve networking
- New traffic chart and icon style
- I18N: Traditional Chinese support
- Bug fixes and improvements

3.2 2016-08-13 3.2 2016-08-13
- Add AES-CTR, blowfish and camellia ciphers support, - Add AES-CTR, blowfish and camellia ciphers support,
including aes-256-ctr, aes-192-ctr, aes-128-ctr, including aes-256-ctr, aes-192-ctr, aes-128-ctr,


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

@@ -23,7 +23,7 @@ namespace Shadowsocks.Controller
public string LatestVersionLocalName; public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted; public event EventHandler CheckUpdateCompleted;
public const string Version = "3.2";
public const string Version = "3.3";
private class CheckUpdateTimer : System.Timers.Timer private class CheckUpdateTimer : System.Timers.Timer
{ {


Loading…
Cancel
Save