LEFT | RIGHT |
(Both sides are equal) |
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 |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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> | 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> |
557 | 557 |
558 <h2 id="r56">r56 (released 2011/03/16)</h2> | 558 <h2 id="r56">r56 (released 2011/03/16)</h2> |
559 | 559 |
560 <p> | 560 <p> |
561 The r56 release was the first stable release and corresponds to | 561 The r56 release was the first stable release and corresponds to |
562 <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>. |
563 The numbering starts at 56 because before this release, | 563 The numbering starts at 56 because before this release, |
564 what we now consider weekly snapshots were called releases. | 564 what we now consider weekly snapshots were called releases. |
565 </p> | 565 </p> |
LEFT | RIGHT |