]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document Go 1.2.1
authorAndrew Gerrand <adg@golang.org>
Mon, 3 Mar 2014 00:26:18 +0000 (11:26 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 3 Mar 2014 00:26:18 +0000 (11:26 +1100)
LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/69970047

doc/devel/release.html
doc/install.html

index ec17b5bdd69fe75f481f30d3358114e2505b855d..31fac1c5f137c0a5505e5ffe4d2d5f74b9b50319 100644 (file)
@@ -20,6 +20,12 @@ Go 1.2 is a major release of Go.
 Read the <a href="/doc/go1.2">Go 1.2 Release Notes</a> for more information.
 </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>
 
 <h2 id="go1.1">go1.1 (released 2013/05/13)</h2>
 
index b02324bdd3174d31827991302408be87e8bdd969..c44efc44520299317184e283534b19cc079ad27b 100644 (file)
@@ -81,8 +81,8 @@ tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
 
 <p>
 Choose the archive file appropriate for your installation.
-For instance, if you are installing Go version 1.2 for 64-bit x86 on Linux,
-the archive you want is called <code>go1.2.linux-amd64.tar.gz</code>.
+For instance, if you are installing Go version 1.2.1 for 64-bit x86 on Linux,
+the archive you want is called <code>go1.2.1.linux-amd64.tar.gz</code>.
 </p>
 
 <p>