aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-06-27 09:20:02 -0700
committerRob Pike <r@golang.org>2013-06-27 09:20:02 -0700
commit4f2278d4db7eaa732ff0bddea7c90e0e6526eb77 (patch)
treec024e1dc0805d01ced35f7f94118508a61d6ffff
parent6fa3c89b77c2b616be41ef9dd250b9f0e3e851f5 (diff)
downloadgo-4f2278d4db7eaa732ff0bddea7c90e0e6526eb77.tar.xz
doc/go1.2.txt: cmd/go and coverage; simple hash Sum functions
R=golang-dev, dave, rsc CC=golang-dev https://golang.org/cl/10631043
-rw-r--r--doc/go1.2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/go1.2.txt b/doc/go1.2.txt
index 37172db0bb..1db0d763bf 100644
--- a/doc/go1.2.txt
+++ b/doc/go1.2.txt
@@ -10,7 +10,12 @@ Please keep the list sorted (as in sort.Strings of the lines).
cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043).
cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
+cmd/go: test coverage (CL 10413044).
+crypto/md5: Sum function to simplify hashing (CL10624044).
+crypto/sha1: Sum function to simplify hashing (CL 10571043).
+crypto/sha256: Sum256 and Sum224 functions to simplify hashing (CL 10629043).
+crypto/sha512: Sum512 and Sum384 functions to simplify hashing (CL 10630043).
crypto/tls: add support for TLS 1.1. (CL 7872043).
fmt: indexed access to arguments in Printf etc. (CL 9680043).
go/build: support including C++ code with cgo (CL 8248043).