aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-08-13 15:19:16 +1000
committerAndrew Gerrand <adg@golang.org>2013-08-13 15:19:16 +1000
commitf1f37cce1dca2eeb91a0e0d2fc4d1599840d1dcf (patch)
tree5b76837cbc56936fb0695360c498a0f9a59a90a4
parent018854d24aee8615c62c1126af71e2b6cccd0b05 (diff)
downloadgo-f1f37cce1dca2eeb91a0e0d2fc4d1599840d1dcf.tar.gz
go-f1f37cce1dca2eeb91a0e0d2fc4d1599840d1dcf.zip
[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
-rw-r--r--doc/devel/release.html11
1 files changed, 11 insertions, 0 deletions
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 <a href="https://code.google.com/p/go/source/list?name=release-branch.go1.1&r=43c4a41d24382a56a90e924800c681e435d9e399">change history</a> for details.
</p>
+<p>
+go1.1.2 (released 2013/08/13) includes fixes to the <code>gc</code> compiler
+and <code>cgo</code>, and the <code>bufio</code>, <code>runtime</code>,
+<code>syscall</code>, and <code>time</code> packages.
+See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go1.1&r=a6a9792f94acd4ff686b2bc57383d163608b91cf">change history</a> for details.
+If you use package syscall's <code>Getrlimit</code> and <code>Setrlimit</code>
+functions under Linux on the ARM or 386 architectures, please note change
+<a href="http://golang.org/change/55ac276af5a7">55ac276af5a7</a>
+that fixes <a href="http://golang.org/issue/5949">issue 5949</a>.
+</p>
+
<h2 id="go1">go1 (released 2012/03/28)</h2>
<p>