Skip to content
Snippets Groups Projects
Commit 714581df authored by Yawning Angel's avatar Yawning Angel
Browse files

Do the release ritual for obfs4proxy-0.0.4.

parent 0066cfc3
No related branches found
No related tags found
No related merge requests found
Changes in version 0.0.4 - UNRELEASED Changes in version 0.0.4 - 2015-02-17
- Improve the runtime performance of the obfs4 handshake tests. - Improve the runtime performance of the obfs4 handshake tests.
- Changed the go.crypto import path to the new location (golang.org/x/crypto). - Changed the go.crypto import path to the new location (golang.org/x/crypto).
- Added client only support for ScrambleSuit. - Added client only support for ScrambleSuit.
......
...@@ -51,7 +51,7 @@ import ( ...@@ -51,7 +51,7 @@ import (
) )
const ( const (
obfs4proxyVersion = "0.0.3" obfs4proxyVersion = "0.0.4"
obfs4proxyLogFile = "obfs4proxy.log" obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0" socksAddr = "127.0.0.1:0"
elidedAddr = "[scrubbed]" elidedAddr = "[scrubbed]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment