From: Russ Cox
Date: Wed, 4 May 2011 04:14:07 +0000 (-0400)
Subject: doc: document r57.1
X-Git-Tag: weekly.2011-05-22~148
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f0bcb6dd249721592d3db1ee6f9ea5f4e47af0a9;p=gostls13.git
doc: document r57.1
R=adg
CC=golang-dev
https://golang.org/cl/4471041
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 4799126ffc..8f28945ef7 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 weekly release notes.
+weekly release notes.
For complete information, see the
Mercurial change list.
@@ -159,6 +159,10 @@ documentation.
For other uses, see the runtime/pprof documentation.
+Minor revisions
+
+r57.1 fixes a nil pointer dereference in http.FormFile.
+
r56 (released 2011/03/16)