From: Andrew Gerrand Date: Fri, 27 May 2011 06:07:30 +0000 (+1000) Subject: doc: put Release History link on 'Documentation' page X-Git-Tag: weekly.2011-06-02~90 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2386808ee9075fd10dd16f6f282779562bf6cef0;p=gostls13.git doc: put Release History link on 'Documentation' page Also put Weekly Snapshot History link on 'Contributing' page Fixes #1885. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4559049 --- diff --git a/doc/contrib.html b/doc/contrib.html index 0efe8147ca..84d2cda6a4 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -49,7 +49,10 @@ systems and architectures.

Features and ideas being developed or discussed by the Go team.

Release History

-

A summary of the changes between tagged releases of Go.

+

A summary of the changes between Go releases.

+ +

Weekly Snapshot History

+

A summary of the changes between weekly snapshots of Go.

Developer Mailing List

The golang-dev diff --git a/doc/docs.html b/doc/docs.html index 50df2213b3..e8f2fa5017 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -113,6 +113,9 @@ The built-in documentation for the Go tools. The official Go Language specification.

+

Release History

+

A summary of the changes between Go releases.

+

The Go Memory Model

A document that specifies the conditions under which reads of a variable in