diff options
author | Yawning Angel <yawning@torproject.org> | 2015-01-14 20:43:04 +0000 |
---|---|---|
committer | Yawning Angel <yawning@torproject.org> | 2015-01-14 20:43:04 +0000 |
commit | cdeda5724124ca393c87be6d01c84fe4f906d612 (patch) | |
tree | 7c43707904ab749c5056bb770674e9bda83ec7e9 /ChangeLog | |
parent | 6ba5b4921feb66eaa40e1fa4056c7fb81e29f157 (diff) |
Change the import path for go.crypto.
The Go developers decided to move the go.crypto repository to
golang.org/x/crypto, and also to transition from hg to git. The tip of
tree code.google.com copy of the code is broken due to the import paths
pointing at the new repository.
While the change here is simple (just update the import location), this
affects packagers as it now expects the updated package. Sorry for the
inconveneince, I blame the Go people.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ Changes in version 0.0.4 - UNRELEASED - Improve the runtime performance of the obfs4 handshake tests. + - Changed the go.crypto import path to the new location (golang.org/x/crypto). Changes in version 0.0.3 - 2014-10-01 - Change the obfs4 bridge line format to use a "cert" argument instead of the |