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

yawning at torproject.org yawning at torproject.org
Tue Feb 17 11:49:44 UTC 2015


commit 714581df514c74199c47451a2bc3a51cb34ccabd
Author: Yawning Angel <yawning at torproject.org>
Date:   Tue Feb 17 11:45:41 2015 +0000

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

diff --git a/ChangeLog b/ChangeLog
index 85fc60f..c0c57e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.0.4 - UNRELEASED
+Changes in version 0.0.4 - 2015-02-17
  - Improve the runtime performance of the obfs4 handshake tests.
  - Changed the go.crypto import path to the new location (golang.org/x/crypto).
  - Added client only support for ScrambleSuit.
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 5c93053..da8f011 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.3"
+	obfs4proxyVersion = "0.0.4"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 	elidedAddr        = "[scrubbed]"



More information about the tor-commits mailing list