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

yawning at torproject.org yawning at torproject.org
Sun Jan 20 09:38:27 UTC 2019


commit 98730f287c285a1d5f375122b8740fee68834abf
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Sun Jan 20 09:20:37 2019 +0000

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

diff --git a/ChangeLog b/ChangeLog
index fceb283..4d06eca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 6de361b..7b7f58f 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -50,7 +50,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.8-dev"
+	obfs4proxyVersion = "0.0.8"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list