aboutsummaryrefslogtreecommitdiff
path: root/doc/devel/release.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devel/release.html')
-rw-r--r--doc/devel/release.html25
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>