From f0bcb6dd249721592d3db1ee6f9ea5f4e47af0a9 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Wed, 4 May 2011 00:14:07 -0400
Subject: [PATCH] doc: document r57.1
R=adg
CC=golang-dev
https://golang.org/cl/4471041
---
doc/devel/release.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 4799126ffce..8f28945ef73 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)