From aed4b723891db1be34eb866a03c62806b58ac148 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Mon, 23 Mar 2015 09:13:19 +0000 Subject: Change the import path for go.net. The Go developers decided to move the go.net repository to golang.org/x/net, and also to transition from hg to git. This wasn't changed when the go.crypto imports were since the 'proxy' component doesn't have imports that break, so the old code still works. 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, and myself for not just doing this along with the go.crypto changes. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b6c0b5..b012ef5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Changes in version 0.0.5 - UNRELEASED: - Go vet/fmt fixes, and misc. code cleanups. Patches by mvdan. + - Changed the go.net import path to the new location (golang.org/x/net). Changes in version 0.0.4 - 2015-02-17 - Improve the runtime performance of the obfs4 handshake tests. -- cgit v1.2.3