diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2013-08-13 13:44:24 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-08-13 13:44:24 +0200 |
commit | b901efe83e212f0c34c769c079e41373da12d723 (patch) | |
tree | ae9d79e0fe6e4972cdd46aa196327cde714dd4f8 /doc | |
parent | 09f84a75bc63a6316d575f531489d69ec8ade2e8 (diff) | |
download | golang-b901efe83e212f0c34c769c079e41373da12d723.tar.gz |
Imported Upstream version 1.1.2upstream/1.1.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devel/release.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index babd6e280..d31f79359 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> |