Skip to content

Commit

Permalink
Update CHANGES and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Dec 16, 2016
1 parent 5741133 commit 03c087d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.4.2 2016-12-16
- Fix null ref in TCPRelay. (#940)
- Bring Privoxy back. (#948)
- Bug fixes and improvements.

3.4.1 (pre-release) 2016-12-13
- Fix crash if user input an invaild server address. (#933)
- Fix ERR_TOO_MANY_REDIRECTS with http proxy. (#937)
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-csharp/Controller/Service/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class UpdateChecker
public string LatestVersionLocalName;
public event EventHandler CheckUpdateCompleted;

public const string Version = "3.4.1";
public const string Version = "3.4.2";

private class CheckUpdateTimer : System.Timers.Timer
{
Expand Down

0 comments on commit 03c087d

Please sign in to comment.