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

Side by Side Diff: doc/devel/release.html

Issue 126070043: code review 126070043: [release-branch.go1.3] doc: document go1.3.1 (Closed)
Patch Set: diff -r 40272ab1339a https://code.google.com/p/go Created 9 years, 7 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 the <co de>runtime</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= 40272ab1339ab2fb9e7160483e5e5d42d6b7e810">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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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