Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(545)

Delta Between Two Patch Sets: doc/devel/release.html

Issue 6109062: code review 6109062: [release-branch.go1] doc: go1.0.1 release notes (Closed)
Left Patch Set: Created 11 years, 11 months ago
Right Patch Set: diff -r b0d8e39ec8fb https://code.google.com/p/go Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 Between releases we issue less stable 6 Between releases we issue less stable
7 <a href="http://blog.golang.org/2011/03/go-becomes-more-stable.html">weekly snap shots</a>. 7 <a href="http://blog.golang.org/2011/03/go-becomes-more-stable.html">weekly snap shots</a>.
8 The <a href="weekly.html">weekly snapshot history</a> contains more detail, 8 The <a href="weekly.html">weekly snapshot history</a> contains more detail,
9 and the <a href="http://code.google.com/p/go/source/list">Mercurial change log</ a> 9 and the <a href="http://code.google.com/p/go/source/list">Mercurial change log</ a>
10 has full details.</p> 10 has full details.</p>
(...skipping 15 matching lines...) Expand all
26 <p> 26 <p>
27 It is intended that programs written for Go 1 will continue to compile and run 27 It is intended that programs written for Go 1 will continue to compile and run
28 correctly, unchanged, under future versions of Go 1. 28 correctly, unchanged, under future versions of Go 1.
29 Read the <a href="/doc/go1compat.html">Go 1 compatibility document</a> for more 29 Read the <a href="/doc/go1compat.html">Go 1 compatibility document</a> for more
30 about the future of Go 1. 30 about the future of Go 1.
31 </p> 31 </p>
32 32
33 <p> 33 <p>
34 The go1 release corresponds to· 34 The go1 release corresponds to·
35 <code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>. 35 <code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>.
36 </p>
37
38 <h3 id="go1.minor">Minor revisions</h3>
39
40 <p>
41 go1.0.1 (released 2012/04/25) was issued to
42 <a href="https://code.google.com/p/go/source/detail?r=a890477d3dfb">fix</a> an
43 <a href="https://code.google.com/p/go/issues/detail?id=3545">escape analysis
44 bug</a> that can lead to memory corruption.
45 It also includes several minor code and documentation fixes.
46 </p>
47
48 <p>
49 See the <a href="http://code.google.com/p/go/source/list?name=release-branch.go1 ">go1 release branch history</a> for the complete list of changes.
36 </p> 50 </p>
37 51
38 <h2 id="r60">r60 (released 2011/09/07)</h2> 52 <h2 id="r60">r60 (released 2011/09/07)</h2>
39 53
40 <p> 54 <p>
41 The r60 release corresponds to· 55 The r60 release corresponds to·
42 <code><a href="weekly.html#2011-08-17">weekly.2011-08-17</a></code>. 56 <code><a href="weekly.html#2011-08-17">weekly.2011-08-17</a></code>.
43 This section highlights the most significant changes in this release. 57 This section highlights the most significant changes in this release.
44 For a more detailed summary, see the 58 For a more detailed summary, see the
45 <a href="weekly.html#2011-08-17">weekly release notes</a>. 59 <a href="weekly.html#2011-08-17">weekly release notes</a>.
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 <p>r57.2 fixes a <a href="http://code.google.com/p/go/source/detail?r=063b0ff67d 8277df03c956208abc068076818dae">use of uninitialized memory in programs that mis use <code>goto</code></a>.</p> 488 <p>r57.2 fixes a <a href="http://code.google.com/p/go/source/detail?r=063b0ff67d 8277df03c956208abc068076818dae">use of uninitialized memory in programs that mis use <code>goto</code></a>.</p>
475 489
476 <h2 id="r56">r56 (released 2011/03/16)</h2> 490 <h2 id="r56">r56 (released 2011/03/16)</h2>
477 491
478 <p> 492 <p>
479 The r56 release was the first stable release and corresponds to 493 The r56 release was the first stable release and corresponds to
480 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>. 494 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>.
481 The numbering starts at 56 because before this release, 495 The numbering starts at 56 because before this release,
482 what we now consider weekly snapshots were called releases. 496 what we now consider weekly snapshots were called releases.
483 </p> 497 </p>
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b