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

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

Issue 4471041: code review 4471041: doc: document r57.1 (Closed)
Left Patch Set: diff -r 6294ca33c042 https://go.googlecode.com/hg/ Created 12 years, 11 months ago
Right Patch Set: diff -r 6294ca33c042 https://go.googlecode.com/hg/ Created 12 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:
Left: Side by side diff | Download
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
1 <!-- Release History --> 1 <!-- Release History -->
2 2
3 <p>This page summarizes the changes between official stable releases of Go. 3 <p>This page summarizes the changes between official stable releases of Go.
4 Between releases we issue less stable 4 Between releases we issue less stable
5 <a href="http://blog.golang.org/2011/03/go-becomes-more-stable.html">weekly snap shots</a>. 5 <a href="http://blog.golang.org/2011/03/go-becomes-more-stable.html">weekly snap shots</a>.
6 The <a href="weekly.html">weekly snapshot history</a> contains more detail, 6 The <a href="weekly.html">weekly snapshot history</a> contains more detail,
7 and the <a href="http://code.google.com/p/go/source/list">Mercurial change log</ a> 7 and the <a href="http://code.google.com/p/go/source/list">Mercurial change log</ a>
8 has full details.</p> 8 has full details.</p>
9 9
10 <p>To update to a specific release, use:</p> 10 <p>To update to a specific release, use:</p>
11 11
12 <pre> 12 <pre>
13 hg pull 13 hg pull
14 hg update release.r<i>NN</i> 14 hg update release.r<i>NN</i>
15 </pre> 15 </pre>
16 16
17 <h2 id="r57">r57 (released 2011/05/03)</h2> 17 <h2 id="r57">r57 (released 2011/05/03)</h2>
18 18
19 <p> 19 <p>
20 The r57 release corresponds to· 20 The r57 release corresponds to·
21 <code><a href="weekly.html#2011-04-27">weekly.2011-04-27</a></code> 21 <code><a href="weekly.html#2011-04-27">weekly.2011-04-27</a></code>
22 with additional bug fixes. 22 with additional bug fixes.
23 This section highlights the most significant changes in this release. 23 This section highlights the most significant changes in this release.
24 For a more detailed summary, see the 24 For a more detailed summary, see the
25 The <a href="weekly.html#2011-04-27">weekly release notes</a>. 25 <a href="weekly.html#2011-04-27">weekly release notes</a>.
26 For complete information, see the 26 For complete information, see the
27 <a href="http://code.google.com/p/go/source/list?r=release-branch.r57">Mercurial change list</a>. 27 <a href="http://code.google.com/p/go/source/list?r=release-branch.r57">Mercurial change list</a>.
28 </p> 28 </p>
29 29
30 <p>The new <a href="/cmd/gofix">gofix</a> tool finds Go programs that use old AP Is and rewrites them to use 30 <p>The new <a href="/cmd/gofix">gofix</a> tool finds Go programs that use old AP Is and rewrites them to use
31 newer ones. After you update to a new Go release, gofix helps make the 31 newer ones. After you update to a new Go release, gofix helps make the
32 necessary changes to your programs. Gofix will handle the http, os, and syscall 32 necessary changes to your programs. Gofix will handle the http, os, and syscall
33 package changes described below, and we will update the program to keep up with 33 package changes described below, and we will update the program to keep up with
34 future changes to the libraries.· 34 future changes to the libraries.·
35 Gofix can’t 35 Gofix can’t
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 Gotest's new· 153 Gotest's new·
154 <a href="/cmd/gotest/"><code>-test.cpuprofile</code> and 154 <a href="/cmd/gotest/"><code>-test.cpuprofile</code> and
155 <code>-test.memprofile</code> flags</a> make it easy to 155 <code>-test.memprofile</code> flags</a> make it easy to
156 profile tests. 156 profile tests.
157 To add profiling to your web server, see the <a href="/pkg/http/pprof/">http/ppr of</a> 157 To add profiling to your web server, see the <a href="/pkg/http/pprof/">http/ppr of</a>
158 documentation. 158 documentation.
159 For other uses, see the <a href="/pkg/runtime/pprof/">runtime/pprof</a> document ation. 159 For other uses, see the <a href="/pkg/runtime/pprof/">runtime/pprof</a> document ation.
160 </p> 160 </p>
161 161
162 <h3 id="r57.minor">Minor revisions</h3> 162 <h3 id="r57.minor">Minor revisions</h3>
163 <ul> 163
164 <li>r57.1 fixes a <a href="http://code.google.com/p/go/source/detail?r=ff2bc6272 6e7145eb2ecc1e0f076998e4a8f86f0">nil pointer dereference in http.FormFile</a> 164 <p>r57.1 fixes a <a href="http://code.google.com/p/go/source/detail?r=ff2bc62726 e7145eb2ecc1e0f076998e4a8f86f0">nil pointer dereference in http.FormFile</a>.</p >
165 </ul>
166 165
167 <h2 id="r56">r56 (released 2011/03/16)</h2> 166 <h2 id="r56">r56 (released 2011/03/16)</h2>
168 167
169 <p> 168 <p>
170 The r56 release was the first stable release and corresponds to 169 The r56 release was the first stable release and corresponds to
171 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>. 170 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>.
172 The numbering starts at 56 because before this release, 171 The numbering starts at 56 because before this release,
173 what we now consider weekly snapshots were called releases. 172 what we now consider weekly snapshots were called releases.
174 </p> 173 </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