commit f58291912a66c2e76007175401f552ec4576f255 Author: Yawning Angel yawning@schwanenlied.me Date: Fri Apr 12 05:19:00 2019 +0000
Do the release ritual for obfs4proxy-0.0.10 --- ChangeLog | 4 +++- obfs4proxy/obfs4proxy.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9b5ee5c..068055a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Changes in version 0.0.10 - UNRELEASED: +Changes in version 0.0.10 - 2019-04-12: + - Disable behavior distinctive to crypto/tls when using utls. + - Bump the version of the utls fork.
Changes in version 0.0.9 - 2019-02-05: - Various meek_lite code cleanups and bug fixes. diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 014f873..484955b 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -50,7 +50,7 @@ import ( )
const ( - obfs4proxyVersion = "0.0.10-dev" + obfs4proxyVersion = "0.0.10" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" )
tor-commits@lists.torproject.org