summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-03-03 11:49:00 +1100
committerAndrew Gerrand <adg@golang.org>2014-03-03 11:49:00 +1100
commitb5c7bd29b4d9910e3d8d183c0e544463be0fa40e (patch)
tree5a714e90274c2cbc1338f4286d05f94ef122c75b
parent9786b64364246375276a6f1ed85e9f77dcead4a2 (diff)
downloadgo-b5c7bd29b4d9910e3d8d183c0e544463be0fa40e.tar.gz
[release-branch.go1.2] doc: document Go 1.2.1
Note the installation instructions change doesn't apply here, so I had to patch this in manually instead of using release-apply. R=minux.ma, r CC=golang-codereviews, golang-dev https://codereview.appspot.com/69860047
-rw-r--r--doc/devel/release.html6
-rw-r--r--doc/install.html2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index d31f79359..5511db71b 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -363,6 +363,12 @@ variable to build and install your own code and external libraries outside of
the Go tree (and avoid writing Makefiles).
</p>
+<h3 id="go1.2.minor">Minor revisions</h3>
+
+<p>
+go1.2.1 (released 2014/03/02) includes bug fixes to the <code>runtime</code>, <code>net</code>, and <code>database/sql</code> packages.
+See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go1.2&r=7ada9e760ce34e78aee5b476c9621556d0fa5d31">change history</a> for details.
+</p>
<h3 id="r58.minor">Minor revisions</h3>
diff --git a/doc/install.html b/doc/install.html
index f08c7665f..af4c8f3d1 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -76,7 +76,7 @@ and extract it into <code>/usr/local</code>, creating a Go tree in
</p>
<pre>
-tar -C /usr/local -xzf go1.1.linux-amd64.tar.gz
+tar -C /usr/local -xzf go1.2.1.linux-amd64.tar.gz
</pre>
<p>