commit a564bc3840bc788605e1a8155f4b95ce0d70c6db Author: Yawning Angel yawning@schwanenlied.me Date: Fri Dec 31 02:43:14 2021 +0000
Do the release ritual for obfs4proxy-0.0.12 --- ChangeLog | 2 +- go.mod | 2 +- obfs4proxy/obfs4proxy.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 5253fe6..fca34df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.0.12 - UNRELEASED: +Changes in version 0.0.12 - 2021-12-31: - Fix the long standing distinguishers associated with agl's Elligator2 implementation (Thanks to Loup Vaillant). - Replace the extra25519 import with an internal package. diff --git a/go.mod b/go.mod index 037082a..622ac6f 100644 --- a/go.mod +++ b/go.mod @@ -10,4 +10,4 @@ require ( golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 )
-go 1.13 +go 1.16 diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 1dd00b2..c4982ce 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -50,7 +50,7 @@ import ( )
const ( - obfs4proxyVersion = "0.0.12-dev" + obfs4proxyVersion = "0.0.12" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" )
tor-commits@lists.torproject.org