Do the release ritual for obfs4proxy 0.0.8.

merge-requests/3/head obfs4proxy-0.0.8
Yawning Angel 5 years ago
parent c0898c2d3b
commit 98730f287c

@ -1,4 +1,4 @@
Changes in version 0.0.8 - UNRELEASED:
Changes in version 0.0.8 - 2019-01-20:
- Bug 24793: Send the correct authorization HTTP header for basic auth.
- (meek_lite) Explicitly set Content-Length to zero when there is no data
to send.

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

Loading…
Cancel
Save