From 77edde1a1ead9945a91c17c783cb09908077aeb3 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Mon, 3 Mar 2014 11:26:18 +1100
Subject: [PATCH] doc: document Go 1.2.1
LGTM=minux.ma
R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/69970047
---
doc/devel/release.html | 6 ++++++
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 Go 1.2 Release Notes for more information.
+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.
+
go1.1 (released 2013/05/13)
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
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 go1.2.linux-amd64.tar.gz
.
+For instance, if you are installing Go version 1.2.1 for 64-bit x86 on Linux,
+the archive you want is called go1.2.1.linux-amd64.tar.gz
.
--
2.48.1