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.