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

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

Issue 98960043: code review 98960043: [release-branch.go1.2] doc: document go1.2.2 (Closed)
Left Patch Set: Created 9 years, 11 months ago
Right Patch Set: diff -r 0ddbdc3c7ce2 https://code.google.com/p/go Created 9 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 The <a href="http://code.google.com/p/go/source/list">Mercurial change log</a> 6 The <a href="http://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.2">go1.2 (released 2013/12/01)</h2>
17
18 <p>
19 Go 1.2 is a major release of Go.
20 Read the <a href="/doc/go1.2">Go 1.2 Release Notes</a> for more information.
21 </p>
22
23 <h3 id="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>, <c ode>net</code>, and <code>database/sql</code> packages.
27 See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go 1.2&r=7ada9e760ce34e78aee5b476c9621556d0fa5d31">change history</a> for details.
28 </p>
29
30 <p>
31 go1.2.2 (released 2014/05/05) includes a
32 <a href="https://code.google.com/p/go/source/detail?r=bda3619e7a2c&repo=tools">s ecurity fix</a>
33 that affects the tour binary included in the binary distributions (thanks to Gui llaume T).
34 This point release only affects binary distributions; no code in the main reposi tory has changed.·
35 </p>
36
16 <h2 id="go1.1">go1.1 (released 2013/05/13)</h2> 37 <h2 id="go1.1">go1.1 (released 2013/05/13)</h2>
17 38
18 <p> 39 <p>
19 Go 1.1 is a major release of Go. 40 Go 1.1 is a major release of Go.
20 Read the <a href="/doc/go1.1.html">Go 1.1 Release Notes</a> for 41 Read the <a href="/doc/go1.1">Go 1.1 Release Notes</a> for more information.
21 more information.
22 </p> 42 </p>
23 43
24 <h3 id="go1.1.minor">Minor revisions</h3> 44 <h3 id="go1.1.minor">Minor revisions</h3>
25 45
26 <p> 46 <p>
27 go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes. 47 go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes.
28 See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go 1.1&r=43c4a41d24382a56a90e924800c681e435d9e399">change history</a> for details. 48 See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go 1.1&r=43c4a41d24382a56a90e924800c681e435d9e399">change history</a> for details.
29 </p> 49 </p>
30 50
31 <p> 51 <p>
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 </p> 376 </p>
357 377
358 <h3 id="r58.cmd">Tools</h3> 378 <h3 id="r58.cmd">Tools</h3>
359 379
360 <p> 380 <p>
361 <a href="/cmd/goinstall/">Goinstall</a> now observes the GOPATH environment 381 <a href="/cmd/goinstall/">Goinstall</a> now observes the GOPATH environment
362 variable to build and install your own code and external libraries outside of 382 variable to build and install your own code and external libraries outside of
363 the Go tree (and avoid writing Makefiles). 383 the Go tree (and avoid writing Makefiles).
364 </p> 384 </p>
365 385
366 <h3 id="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>, <c ode>net</code>, and <code>database/sql</code> packages.
370 See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go 1.2&r=7ada9e760ce34e78aee5b476c9621556d0fa5d31">change history</a> for details.
371 </p>
372 386
373 <h3 id="r58.minor">Minor revisions</h3> 387 <h3 id="r58.minor">Minor revisions</h3>
374 388
375 <p>r58.1 adds· 389 <p>r58.1 adds·
376 <a href="http://code.google.com/p/go/source/detail?r=293c25943586">build</a> and 390 <a href="http://code.google.com/p/go/source/detail?r=293c25943586">build</a> and
377 <a href="http://code.google.com/p/go/source/detail?r=bf17e96b6582">runtime</a> 391 <a href="http://code.google.com/p/go/source/detail?r=bf17e96b6582">runtime</a>
378 changes to make Go run on OS X 10.7 Lion. 392 changes to make Go run on OS X 10.7 Lion.
379 </p> 393 </p>
380 394
381 <h2 id="r57">r57 (released 2011/05/03)</h2> 395 <h2 id="r57">r57 (released 2011/05/03)</h2>
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 <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> 543 <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>
530 544
531 <h2 id="r56">r56 (released 2011/03/16)</h2> 545 <h2 id="r56">r56 (released 2011/03/16)</h2>
532 546
533 <p> 547 <p>
534 The r56 release was the first stable release and corresponds to 548 The r56 release was the first stable release and corresponds to
535 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>. 549 <code><a href="weekly.html#2011-03-07">weekly.2011-03-07.1</a></code>.
536 The numbering starts at 56 because before this release, 550 The numbering starts at 56 because before this release,
537 what we now consider weekly snapshots were called releases. 551 what we now consider weekly snapshots were called releases.
538 </p> 552 </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