From: Andrew Gerrand Date: Tue, 13 Aug 2013 05:08:10 +0000 (+1000) Subject: doc: release notes for go1.1.2 X-Git-Tag: go1.2rc2~639 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f7ab3917f93b7eabf2d642d5241f225a3207d803;p=gostls13.git doc: release notes for go1.1.2 R=golang-dev, go.peter.90, rsc, r CC=golang-dev https://golang.org/cl/12016043 --- 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)