From: Chris Broadfoot
Date: Thu, 24 Aug 2017 18:52:35 +0000 (-0700)
Subject: doc: document go1.9
X-Git-Tag: go1.10beta1~1386
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d77dfba96bf305504ed57f557bb4d1f3bd19a2ba;p=gostls13.git
doc: document go1.9
Change-Id: I97075f24319a4b96cbeb9e3ff2e7b2056ff59e32
Reviewed-on: https://go-review.googlesource.com/58651
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index e4821ff61c..8304522449 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -20,7 +20,14 @@ For example, Go 1.8 is supported until Go 1.10 is released,
and Go 1.9 is supported until Go 1.11 is released.
We fix critical problems, including critical security problems,
in supported releases as needed by issuing minor revisions
-(for example, Go 1.8.1, Go 1.8.2, and so on).
+(for example, Go 1.9.1, Go 1.9.2, and so on).
+
+
+go1.9 (released 2017/08/24)
+
+
+Go 1.9 is a major release of Go.
+Read the Go 1.9 Release Notes for more information.
go1.8 (released 2017/02/16)
diff --git a/doc/go1.9.html b/doc/go1.9.html
index c7836add5e..90bf442f70 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -15,12 +15,7 @@ Do not send CLs removing the interior tags from such phrases.
ul li { margin: 0.5em 0; }
-DRAFT RELEASE NOTES - Introduction to Go 1.9
-
-
- Go 1.9 is not yet released. These are work-in-progress
- release notes. Go 1.9 is expected to be released in August 2017.
-
+Introduction to Go 1.9
The latest Go release, version 1.9, arrives six months
diff --git a/doc/install-source.html b/doc/install-source.html
index 5d732b053e..d120f7d6f2 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -221,7 +221,7 @@ To build without cgo
, set the environment variable
Change to the directory that will be its parent
and make sure the go
directory does not exist.
Then clone the repository and check out the latest release tag
-(go1.8.1
, for example):
+(go1.9
, for example):
$ git clone https://go.googlesource.com/go
@@ -409,7 +409,7 @@ New releases are announced on the
golang-announce
mailing list.
Each announcement mentions the latest release tag, for instance,
-go1.8.1
.
+go1.9
.