summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-04-26 12:02:06 -0700
committerAndrew Gerrand <adg@golang.org>2012-04-26 12:02:06 -0700
commit02a71e2745ba3e2b24c1d8389c28169f93d44300 (patch)
treed0fdc3d140420bfa66b70a1898de03dbceeb5b48
parent923d0a63c38cf0faaa10c62d80dfe559e2f669d3 (diff)
downloadgo-02a71e2745ba3e2b24c1d8389c28169f93d44300.tar.gz
doc: go1.0.1 release notes
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/6123055
-rw-r--r--doc/devel/release.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 65946e31f..dda8239a6 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -35,6 +35,20 @@ The go1 release corresponds to
<code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>.
</p>
+<h3 id="go1.minor">Minor revisions</h3>
+
+<p>
+go1.0.1 (released 2012/04/25) was issued to
+<a href="https://code.google.com/p/go/source/detail?r=a890477d3dfb">fix</a> an
+<a href="https://code.google.com/p/go/issues/detail?id=3545">escape analysis
+bug</a> that can lead to memory corruption.
+It also includes several minor code and documentation fixes.
+</p>
+
+<p>
+See the <a href="http://code.google.com/p/go/source/list?name=release-branch.go1">go1 release branch history</a> for the complete list of changes.
+</p>
+
<h2 id="r60">r60 (released 2011/09/07)</h2>
<p>