[tor-commits] [obfs4/master] Do the release ritual for obfs4proxy-0.0.9

yawning at torproject.org yawning at torproject.org
Tue Feb 5 14:30:01 UTC 2019


commit 8a19b4fcb16d6e75932a6aa91c414594fdd92562
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Tue Feb 5 14:29:08 2019 +0000

    Do the release ritual for obfs4proxy-0.0.9
---
 ChangeLog                | 2 +-
 obfs4proxy/obfs4proxy.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0df8124..0c3cd51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index be29d74..82dc456 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -50,7 +50,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.9-dev"
+	obfs4proxyVersion = "0.0.9"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list