doc/devel/release.html | 6 ++++++ doc/install.html | 2 +- diff --git a/doc/devel/release.html b/doc/devel/release.html index d31f7935916109d1080e89cd7e6d5d978408f705..5511db71bcc42b17ffbd55370507e3193916bdba 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 f08c7665f3383d1557b4c0c79a35a28fb20d5ef7..af4c8f3d146e737cbc7984db7f4d841647ddc3d2 100644 --- a/doc/install.html +++ b/doc/install.html @@ -76,7 +76,7 @@ /usr/local/go. For example:

-tar -C /usr/local -xzf go1.1.linux-amd64.tar.gz
+tar -C /usr/local -xzf go1.2.1.linux-amd64.tar.gz