summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-05-16 11:45:25 +0200
committerOndřej Surý <ondrej@sury.org>2011-05-16 11:45:25 +0200
commitda195b66d4d4df70e6884c8743382a244757cd20 (patch)
tree242e303ae6e8bfdaa9f26ea47159d45a55061217 /doc
parent14cda8f405d55947c0a3fae0852b04af8405eae0 (diff)
downloadgolang-da195b66d4d4df70e6884c8743382a244757cd20.tar.gz
Imported Upstream version 57.1upstream/57.1
Diffstat (limited to 'doc')
-rw-r--r--doc/devel/release.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 4799126ff..8f28945ef 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -22,7 +22,7 @@ The r57 release corresponds to
with additional bug fixes.
This section highlights the most significant changes in this release.
For a more detailed summary, see the
-The <a href="weekly.html#2011-04-27">weekly release notes</a>.
+<a href="weekly.html#2011-04-27">weekly release notes</a>.
For complete information, see the
<a href="http://code.google.com/p/go/source/list?r=release-branch.r57">Mercurial change list</a>.
</p>
@@ -159,6 +159,10 @@ documentation.
For other uses, see the <a href="/pkg/runtime/pprof/">runtime/pprof</a> documentation.
</p>
+<h3 id="r57.minor">Minor revisions</h3>
+
+<p>r57.1 fixes a <a href="http://code.google.com/p/go/source/detail?r=ff2bc62726e7145eb2ecc1e0f076998e4a8f86f0">nil pointer dereference in http.FormFile</a>.</p>
+
<h2 id="r56">r56 (released 2011/03/16)</h2>
<p>