diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cmd.html | 8 | ||||
-rw-r--r-- | doc/devel/release.html | 21 |
2 files changed, 21 insertions, 8 deletions
diff --git a/doc/cmd.html b/doc/cmd.html index 992f176014..4d6ac01dc4 100644 --- a/doc/cmd.html +++ b/doc/cmd.html @@ -22,8 +22,6 @@ using the go <code>tool</code> subcommand, such as <code>go tool vet</code>. This style of invocation allows, for instance, checking a single source file rather than an entire package: <code>go tool vet myprogram.go</code> as compared to <code>go vet mypackage</code>. -Some of the commands, such as <code>yacc</code>, are accessible only through -the go <code>tool</code> subcommand. </p> <p> @@ -95,12 +93,6 @@ gofmt</a> command with more general options.</td> calls whose arguments do not align with the format string.</td> </tr> -<tr> -<td><a href="/cmd/yacc/">yacc</a></td> -<td> </td> -<td>Yacc is a version of yacc that generates parsers implemented in Go.</td> -</tr> - </table> <p> diff --git a/doc/devel/release.html b/doc/devel/release.html index c4ca6a625f..8999a8f4fd 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -49,6 +49,20 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.1">Go 1.8.1 milestone</a> on our issue tracker for details. </p> +<p> +go1.8.2 (released 2017/05/23) includes a security fix to the +<code>crypto/elliptic</code> package. +See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.2">Go +1.8.2 milestone</a> on our issue tracker for details. +</p> + +<p> +go1.8.3 (released 2017/05/24) includes fixes to the compiler, runtime, +documentation, and the <code>database/sql</code> package. +See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.3">Go +1.8.3 milestone</a> on our issue tracker for details. +</p> + <h2 id="go1.7">go1.7 (released 2016/08/15)</h2> <p> @@ -95,6 +109,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.7.5">Go 1.7.5 milestone</a> on our issue tracker for details. </p> +<p> +go1.7.6 (released 2017/05/23) includes the same security fix as Go 1.8.2 and +was released at the same time. +See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.2">Go +1.8.2 milestone</a> on our issue tracker for details. +</p> + <h2 id="go1.6">go1.6 (released 2016/02/17)</h2> <p> |