diff options
| author | Andrew Gerrand <adg@golang.org> | 2014-03-03 11:26:18 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2014-03-03 11:26:18 +1100 |
| commit | 77edde1a1ead9945a91c17c783cb09908077aeb3 (patch) | |
| tree | fefaf574a3cc0325e0920876434d976b1e239a71 | |
| parent | f706d707b7f36d3465fdb2fb1489eb5ad3709d3d (diff) | |
| download | go-77edde1a1ead9945a91c17c783cb09908077aeb3.tar.xz | |
doc: document Go 1.2.1
LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/69970047
| -rw-r--r-- | doc/devel/release.html | 6 | ||||
| -rw-r--r-- | doc/install.html | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index ec17b5bdd6..31fac1c5f1 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -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> diff --git a/doc/install.html b/doc/install.html index b02324bdd3..c44efc4452 100644 --- a/doc/install.html +++ b/doc/install.html @@ -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> |
