]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.txt: archive/tar's fixed FileInfo
authorRob Pike <r@golang.org>
Tue, 20 Aug 2013 22:37:32 +0000 (08:37 +1000)
committerRob Pike <r@golang.org>
Tue, 20 Aug 2013 22:37:32 +0000 (08:37 +1000)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/13140043

doc/go1.2.txt

index e23a579d5cbf467a4bee14942763d38e91953571..85dd2e2c568ad0e5f062e9477a9ccfe98b851b2d 100644 (file)
@@ -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).