From: Andrew Gerrand
Date: Mon, 3 Mar 2014 00:49:00 +0000 (+1100)
Subject: [release-branch.go1.2] doc: document Go 1.2.1
X-Git-Tag: go1.2.1~1
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f4e8e6d0f8a5d9889a7be11c455f2880d62706c8;p=gostls13.git
[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://golang.org/cl/69860047
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index d31f793591..5511db71bc 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).
+Minor revisions
+
+
+go1.2.1 (released 2014/03/02) includes bug fixes to the runtime
, net
, and database/sql
packages.
+See the change history for details.
+
Minor revisions
diff --git a/doc/install.html b/doc/install.html
index f08c7665f3..af4c8f3d14 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -76,7 +76,7 @@ and extract it into /usr/local
, creating a Go tree in
-tar -C /usr/local -xzf go1.1.linux-amd64.tar.gz
+tar -C /usr/local -xzf go1.2.1.linux-amd64.tar.gz