Do the release ritual for obfs4proxy-0.0.4.

merge-requests/3/head obfs4proxy-0.0.4
Yawning Angel 9 years ago
parent 0066cfc393
commit 714581df51

@ -1,4 +1,4 @@
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.
- Changed the go.crypto import path to the new location (golang.org/x/crypto).
- Added client only support for ScrambleSuit.

@ -51,7 +51,7 @@ import (
)
const (
obfs4proxyVersion = "0.0.3"
obfs4proxyVersion = "0.0.4"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
elidedAddr = "[scrubbed]"

Loading…
Cancel
Save