Do the release ritual for obfs4proxy-0.0.9

merge-requests/3/head obfs4proxy-0.0.9
Yawning Angel 5 years ago
parent 8abd3aa95f
commit 8a19b4fcb1

@ -1,4 +1,4 @@
Changes in version 0.0.9 - UNRELEASED:
Changes in version 0.0.9 - 2019-02-05:
- Various meek_lite code cleanups and bug fixes.
- Bug 29077: uTLS for ClientHello camouflage (meek_lite).
- More fixes to HTTP Basic auth.

@ -50,7 +50,7 @@ import (
)
const (
obfs4proxyVersion = "0.0.9-dev"
obfs4proxyVersion = "0.0.9"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)

Loading…
Cancel
Save