From cdeda5724124ca393c87be6d01c84fe4f906d612 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Wed, 14 Jan 2015 20:43:04 +0000 Subject: 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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e13e753..b2387e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.3