|
13 | 13 | hg update<i>tag</i>
|
14 | 14 | </pre>
|
15 | 15 |
|
| 16 | +<h2id="go1.2">go1.2 (released 2013/12/01)</h2> |
| 17 | + |
| 18 | +<p> |
| 19 | +Go 1.2 is a major release of Go. |
| 20 | +Read the<ahref="/doc/go1.2">Go 1.2 Release Notes</a> for more information. |
| 21 | +</p> |
| 22 | + |
| 23 | +<h3id="go1.2.minor">Minor revisions</h3> |
| 24 | + |
| 25 | +<p> |
| 26 | +go1.2.1 (released 2014/03/02) includes bug fixes to the<code>runtime</code>,<code>net</code>, and<code>database/sql</code> packages. |
| 27 | +See the<ahref="https://code.google.com/p/go/source/list?name=release-branch.go1.2&r=7ada9e760ce34e78aee5b476c9621556d0fa5d31">change history</a> for details. |
| 28 | +</p> |
| 29 | + |
| 30 | +<p> |
| 31 | +go1.2.2 (released 2014/05/05) includes a |
| 32 | +<ahref="https://code.google.com/p/go/source/detail?r=bda3619e7a2c&repo=tools">security fix</a> |
| 33 | +that affects the tour binary included in the binary distributions (thanks to Guillaume T). |
| 34 | +This point release only affects binary distributions; no code in the main repository has changed. |
| 35 | +</p> |
| 36 | + |
16 | 37 | <h2id="go1.1">go1.1 (released 2013/05/13)</h2>
|
17 | 38 |
|
18 | 39 | <p>
|
19 | 40 | Go 1.1 is a major release of Go.
|
20 |
| -Read the<ahref="/doc/go1.1.html">Go 1.1 Release Notes</a> for |
21 |
| -more information. |
| 41 | +Read the<ahref="/doc/go1.1">Go 1.1 Release Notes</a> for more information. |
22 | 42 | </p>
|
23 | 43 |
|
24 | 44 | <h3id="go1.1.minor">Minor revisions</h3>
|
@@ -363,12 +383,6 @@ <h3 id="r58.cmd">Tools</h3>
|
363 | 383 | the Go tree (and avoid writing Makefiles).
|
364 | 384 | </p>
|
365 | 385 |
|
366 |
| -<h3id="go1.2.minor">Minor revisions</h3> |
367 |
| - |
368 |
| -<p> |
369 |
| -go1.2.1 (released 2014/03/02) includes bug fixes to the<code>runtime</code>,<code>net</code>, and<code>database/sql</code> packages. |
370 |
| -See the<ahref="https://code.google.com/p/go/source/list?name=release-branch.go1.2&r=7ada9e760ce34e78aee5b476c9621556d0fa5d31">change history</a> for details. |
371 |
| -</p> |
372 | 386 |
|
373 | 387 | <h3id="r58.minor">Minor revisions</h3>
|
374 | 388 |
|
|