commit 97a875ec3c0afa629405c78e750d27e4e1f851ca Author: Yawning Angel yawning@schwanenlied.me Date: Tue Nov 15 19:21:38 2016 +0000
Bump the version to 0.0.8-dev, signifying development towards 0.0.8. --- ChangeLog | 2 ++ obfs4proxy/obfs4proxy.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 63df565..8c89813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Changes in version 0.0.8 - UNRELEASED: + Changes in version 0.0.7 - 2016-11-15: - Support configuring the obfs4 IAT parameter as the sole ServerTransportOption on bridges, and correctly checkpoint the argument diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 95f19ff..fa8e126 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -51,7 +51,7 @@ import ( )
const ( - obfs4proxyVersion = "0.0.7" + obfs4proxyVersion = "0.0.8-dev" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" )
tor-commits@lists.torproject.org