Skip to content

Commit 8c76ac3

Browse files
committed
Update CHANGES and bump version
Signed-off-by: Syrone Wong <[email protected]>
1 parent 8f3994c commit 8c76ac3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.4.2.1 2016-12-30
2+
- Refine Traditional Chinese translation by LNDDYL
3+
- sysproxy: reduce false positives on virus detection
4+
- sysproxy: set LAN proxy settings even if RAS query fails
5+
- privoxy: drop obsolete tray area refreshing code
6+
- Fix auto startup
7+
- Bug fixes and improvements
8+
19
3.4.2 2016-12-16
210
- Fix null ref in TCPRelay. (#940)
311
- Bring Privoxy back. (#948)

shadowsocks-csharp/Controller/Service/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class UpdateChecker
2424
public string LatestVersionLocalName;
2525
public event EventHandler CheckUpdateCompleted;
2626

27-
public const string Version = "3.4.2";
27+
public const string Version = "3.4.2.1";
2828

2929
private class CheckUpdateTimer : System.Timers.Timer
3030
{

0 commit comments

Comments
 (0)