doc/devel/release.html | 11 +++++++++++ diff --git a/doc/devel/release.html b/doc/devel/release.html index babd6e280fb73f8fc1ba02f18c1848aa92aa1b11..d31f7935916109d1080e89cd7e6d5d978408f705 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.
+