From: Andrew Gerrand Date: Tue, 13 Aug 2013 05:19:16 +0000 (+1000) Subject: [release-branch.go1.1] doc: release notes for go1.1.2 X-Git-Tag: go1.1.2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f1f37cce1dca2eeb91a0e0d2fc4d1599840d1dcf;p=gostls13.git [release-branch.go1.1] doc: release notes for go1.1.2 ««« CL 12016043 / 897a42d03643 doc: release notes for go1.1.2 R=golang-dev, go.peter.90, rsc, r CC=golang-dev https://golang.org/cl/12016043 »»» Fixes #5928. R=golang-dev, r, dsymonds CC=golang-dev https://golang.org/cl/12835043 --- diff --git a/doc/devel/release.html b/doc/devel/release.html index babd6e280f..d31f793591 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -28,6 +28,17 @@ go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes. See the change history for details.

+

+go1.1.2 (released 2013/08/13) includes fixes to the gc compiler +and cgo, and the bufio, runtime, +syscall, and time packages. +See the change history for details. +If you use package syscall's Getrlimit and Setrlimit +functions under Linux on the ARM or 386 architectures, please note change +55ac276af5a7 +that fixes issue 5949. +

+

go1 (released 2012/03/28)