From f7ab3917f93b7eabf2d642d5241f225a3207d803 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Tue, 13 Aug 2013 15:08:10 +1000
Subject: [PATCH] doc: release notes for go1.1.2
R=golang-dev, go.peter.90, rsc, r
CC=golang-dev
https://golang.org/cl/12016043
---
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