OLD | NEW |
1 <!--{ | 1 <!--{ |
2 "Title": "Release History" | 2 "Title": "Release History" |
3 }--> | 3 }--> |
4 | 4 |
5 <p>This page summarizes the changes between official stable releases of Go. | 5 <p>This page summarizes the changes between official stable releases of Go. |
6 The <a href="//code.google.com/p/go/source/list">Mercurial change log</a> | 6 The <a href="//code.google.com/p/go/source/list">Mercurial change log</a> |
7 has the full details.</p> | 7 has the full details.</p> |
8 | 8 |
9 <p>To update to a specific release, use:</p> | 9 <p>To update to a specific release, use:</p> |
10 | 10 |
11 <pre> | 11 <pre> |
12 hg pull | 12 hg pull |
13 hg update <i>tag</i> | 13 hg update <i>tag</i> |
14 </pre> | 14 </pre> |
15 | 15 |
16 <h2 id="go1.3">go1.3 (released 2014/06/18)</h2> | 16 <h2 id="go1.3">go1.3 (released 2014/06/18)</h2> |
17 | 17 |
18 <p> | 18 <p> |
19 Go 1.3 is a major release of Go. | 19 Go 1.3 is a major release of Go. |
20 Read the <a href="/doc/go1.3">Go 1.3 Release Notes</a> for more information. | 20 Read the <a href="/doc/go1.3">Go 1.3 Release Notes</a> for more information. |
21 </p> | 21 </p> |
22 | 22 |
| 23 <h3 id="go1.3.minor">Minor revisions</h3> |
| 24 |
| 25 <p> |
| 26 go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the <code>r
untime</code>, <code>net</code>, and <code>crypto/rsa</code> packages. |
| 27 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.3&r=
073fc578434bf3e1e22749b559d273c8da728ebb">change history</a> for details. |
| 28 </p> |
| 29 |
23 <h2 id="go1.2">go1.2 (released 2013/12/01)</h2> | 30 <h2 id="go1.2">go1.2 (released 2013/12/01)</h2> |
24 | 31 |
25 <p> | 32 <p> |
26 Go 1.2 is a major release of Go. | 33 Go 1.2 is a major release of Go. |
27 Read the <a href="/doc/go1.2">Go 1.2 Release Notes</a> for more information. | 34 Read the <a href="/doc/go1.2">Go 1.2 Release Notes</a> for more information. |
28 </p> | 35 </p> |
29 | 36 |
30 <h3 id="go1.2.minor">Minor revisions</h3> | 37 <h3 id="go1.2.minor">Minor revisions</h3> |
31 | 38 |
32 <p> | 39 <p> |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 <p>r57.2 fixes a <a href="//golang.org/change/063b0ff67d8277df03c956208abc068076
818dae">use of uninitialized memory in programs that misuse <code>goto</code></a
>.</p> | 556 <p>r57.2 fixes a <a href="//golang.org/change/063b0ff67d8277df03c956208abc068076
818dae">use of uninitialized memory in programs that misuse <code>goto</code></a
>.</p> |
550 | 557 |
551 <h2 id="r56">r56 (released 2011/03/16)</h2> | 558 <h2 id="r56">r56 (released 2011/03/16)</h2> |
552 | 559 |
553 <p> | 560 <p> |
554 The r56 release was the first stable release and corresponds to | 561 The r56 release was the first stable release and corresponds to |
555 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>. | 562 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>. |
556 The numbering starts at 56 because before this release, | 563 The numbering starts at 56 because before this release, |
557 what we now consider weekly snapshots were called releases. | 564 what we now consider weekly snapshots were called releases. |
558 </p> | 565 </p> |
OLD | NEW |