diff options
| author | Andrew Gerrand <adg@golang.org> | 2012-03-28 23:41:03 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2012-03-28 23:41:03 +1100 |
| commit | 3895b5051df256b442d0b0af50debfffd8d75164 (patch) | |
| tree | 238fdf2e985046bd89663462382a9ee59c49a413 /doc/devel/release.html | |
| parent | 18f1a71dc282689f29eeb51e248e6f79a970965b (diff) | |
| download | go-weekly.2012-03-27.tar.xz | |
weekly.2012-03-27weekly.2012-03-27weekly
Diffstat (limited to 'doc/devel/release.html')
| -rw-r--r-- | doc/devel/release.html | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index 984e674935..65946e31f9 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -1,4 +1,6 @@ -<!-- Release History --> +<!--{ + "Title": "Release History" +}--> <p>This page summarizes the changes between official stable releases of Go. Between releases we issue less stable @@ -11,9 +13,28 @@ has full details.</p> <pre> hg pull -hg update release.r<i>NN</i> +hg update <i>tag</i> </pre> +<h2 id="go1">go1 (released 2012/03/28)</h2> + +<p> +Go 1 is a major release of Go that will be stable in the long term. +Read the <a href="/doc/go1.html">Go 1 Release Notes</a> for more information. +</p> + +<p> +It is intended that programs written for Go 1 will continue to compile and run +correctly, unchanged, under future versions of Go 1. +Read the <a href="/doc/go1compat.html">Go 1 compatibility document</a> for more +about the future of Go 1. +</p> + +<p> +The go1 release corresponds to +<code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>. +</p> + <h2 id="r60">r60 (released 2011/09/07)</h2> <p> |
