From: Rob Pike Date: Tue, 20 Aug 2013 22:37:32 +0000 (+1000) Subject: doc/go1.2.txt: archive/tar's fixed FileInfo X-Git-Tag: go1.2rc2~472 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=478c871f02f3b1b9b5c768a5d19fe7450b760dfd;p=gostls13.git doc/go1.2.txt: archive/tar's fixed FileInfo R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/13140043 --- diff --git a/doc/go1.2.txt b/doc/go1.2.txt index e23a579d5c..85dd2e2c56 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -14,6 +14,9 @@ crypto/des: 5x faster encoding/decoding (CL 11874043, 12072045). encoding/json: faster encoding (CL 9129044). net: improve windows performance by up to 30% (CL 8670044). +Breaking change: +archive/tar,archive/zip: fix os.FileInfo implementation to provide base name only (CL 13118043). + cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043). cmd/5l: add MOVBS, MOVHS etc for sub-word moves (CL 12682043). cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).