From f1f37cce1dca2eeb91a0e0d2fc4d1599840d1dcf Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 13 Aug 2013 15:19:16 +1000 Subject: [PATCH] [release-branch.go1.1] doc: release notes for go1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« 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 --- doc/devel/release.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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)

-- 2.48.1