From: Russ Cox Date: Wed, 4 May 2011 04:17:17 +0000 (-0400) Subject: [release-branch.r57] doc: document r57.1 X-Git-Tag: release.r57.1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=16b4a007de329b96411be1597ea70f805b6adbe7;p=gostls13.git [release-branch.r57] doc: document r57.1 ««« CL 4471041 / 8339a04966bb doc: document r57.1 R=adg CC=golang-dev https://golang.org/cl/4471041 »»» R=adg CC=golang-dev https://golang.org/cl/4468042 --- 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)