From 2c19e64da03e06c56eee90b5a3717b526ae6604e Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
+Go 1.2 is a major release of Go.
+Read the Go 1.2 Release Notes for more information.
+
+go1.2.1 (released 2014/03/02) includes bug fixes to the
+go1.2.2 (released 2014/05/05) includes a
+security fix
+that affects the tour binary included in the binary distributions (thanks to Guillaume T).
+This point release only affects binary distributions; no code in the main repository has changed.
+
Go 1.1 is a major release of Go.
-Read the Go 1.1 Release Notes for
-more information.
+Read the Go 1.1 Release Notes for more information.
go1.2 (released 2013/12/01)
+
+Minor revisions
+
+runtime
, net
, and database/sql
packages.
+See the change history for details.
+go1.1 (released 2013/05/13)
Minor revisions
@@ -363,12 +383,6 @@ variable to build and install your own code and external libraries outside of
the Go tree (and avoid writing Makefiles).
-go1.2.1 (released 2014/03/02) includes bug fixes to the runtime
, net
, and database/sql
packages.
-See the change history for details.
-