github.com/c0deoo1/golang1.5@v0.0.0-20220525150107-c87c805d4593/doc/devel/release.html (about) 1 <!--{ 2 "Title": "Release History" 3 }--> 4 5 <p>This page summarizes the changes between official stable releases of Go. 6 The <a href="//golang.org/change">change log</a> has the full details.</p> 7 8 <p>To update to a specific release, use:</p> 9 10 <pre> 11 git pull 12 git checkout <i>release-branch</i> 13 </pre> 14 15 <h2 id="go1.4">go1.4 (released 2014/12/10)</h2> 16 17 <p> 18 Go 1.4 is a major release of Go. 19 Read the <a href="/doc/go1.4">Go 1.4 Release Notes</a> for more information. 20 </p> 21 22 <h3 id="go1.4.minor">Minor revisions</h3> 23 24 <p> 25 go1.4.1 (released 2015/01/15) includes bug fixes to the linker and the <code>log</code>, <code>syscall</code>, and <code>runtime</code> packages. 26 See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.1">Go 1.4.1 milestone on our issue tracker</a> for details. 27 </p> 28 29 <p> 30 go1.4.2 (released 2015/02/17) includes bug fixes to the <code>go</code> command, the compiler and linker, and the <code>runtime</code>, <code>syscall</code>, <code>reflect</code>, and <code>math/big</code> packages. 31 See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.2">Go 1.4.2 milestone on our issue tracker</a> for details. 32 </p> 33 34 <h2 id="go1.3">go1.3 (released 2014/06/18)</h2> 35 36 <p> 37 Go 1.3 is a major release of Go. 38 Read the <a href="/doc/go1.3">Go 1.3 Release Notes</a> for more information. 39 </p> 40 41 <h3 id="go1.3.minor">Minor revisions</h3> 42 43 <p> 44 go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the <code>runtime</code>, <code>net</code>, and <code>crypto/rsa</code> packages. 45 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.3&r=073fc578434bf3e1e22749b559d273c8da728ebb">change history</a> for details. 46 </p> 47 48 <p> 49 go1.3.2 (released 2014/09/25) includes bug fixes to cgo and the crypto/tls packages. 50 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.3&r=go1.3.2">change history</a> for details. 51 </p> 52 53 <p> 54 go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port. 55 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.3&r=go1.3.3">change history</a> for details. 56 </p> 57 58 <h2 id="go1.2">go1.2 (released 2013/12/01)</h2> 59 60 <p> 61 Go 1.2 is a major release of Go. 62 Read the <a href="/doc/go1.2">Go 1.2 Release Notes</a> for more information. 63 </p> 64 65 <h3 id="go1.2.minor">Minor revisions</h3> 66 67 <p> 68 go1.2.1 (released 2014/03/02) includes bug fixes to the <code>runtime</code>, <code>net</code>, and <code>database/sql</code> packages. 69 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.2&r=7ada9e760ce34e78aee5b476c9621556d0fa5d31">change history</a> for details. 70 </p> 71 72 <p> 73 go1.2.2 (released 2014/05/05) includes a 74 <a href="//code.google.com/p/go/source/detail?r=bda3619e7a2c&repo=tools">security fix</a> 75 that affects the tour binary included in the binary distributions (thanks to Guillaume T). 76 </p> 77 78 <h2 id="go1.1">go1.1 (released 2013/05/13)</h2> 79 80 <p> 81 Go 1.1 is a major release of Go. 82 Read the <a href="/doc/go1.1">Go 1.1 Release Notes</a> for more information. 83 </p> 84 85 <h3 id="go1.1.minor">Minor revisions</h3> 86 87 <p> 88 go1.1.1 (released 2013/06/13) includes several compiler and runtime bug fixes. 89 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.1&r=43c4a41d24382a56a90e924800c681e435d9e399">change history</a> for details. 90 </p> 91 92 <p> 93 go1.1.2 (released 2013/08/13) includes fixes to the <code>gc</code> compiler 94 and <code>cgo</code>, and the <code>bufio</code>, <code>runtime</code>, 95 <code>syscall</code>, and <code>time</code> packages. 96 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.1&r=a6a9792f94acd4ff686b2bc57383d163608b91cf">change history</a> for details. 97 If you use package syscall's <code>Getrlimit</code> and <code>Setrlimit</code> 98 functions under Linux on the ARM or 386 architectures, please note change 99 <a href="//golang.org/change/55ac276af5a7">55ac276af5a7</a> 100 that fixes <a href="//golang.org/issue/5949">issue 5949</a>. 101 </p> 102 103 <h2 id="go1">go1 (released 2012/03/28)</h2> 104 105 <p> 106 Go 1 is a major release of Go that will be stable in the long term. 107 Read the <a href="/doc/go1.html">Go 1 Release Notes</a> for more information. 108 </p> 109 110 <p> 111 It is intended that programs written for Go 1 will continue to compile and run 112 correctly, unchanged, under future versions of Go 1. 113 Read the <a href="/doc/go1compat.html">Go 1 compatibility document</a> for more 114 about the future of Go 1. 115 </p> 116 117 <p> 118 The go1 release corresponds to 119 <code><a href="weekly.html#2012-03-27">weekly.2012-03-27</a></code>. 120 </p> 121 122 <h3 id="go1.minor">Minor revisions</h3> 123 124 <p> 125 go1.0.1 (released 2012/04/25) was issued to 126 <a href="//golang.org/change/a890477d3dfb">fix</a> an 127 <a href="//golang.org/issue/3545">escape analysis bug</a> 128 that can lead to memory corruption. 129 It also includes several minor code and documentation fixes. 130 </p> 131 132 <p> 133 go1.0.2 (released 2012/06/13) was issued to fix two bugs in the implementation 134 of maps using struct or array keys: 135 <a href="//golang.org/issue/3695">issue 3695</a> and 136 <a href="//golang.org/issue/3573">issue 3573</a>. 137 It also includes many minor code and documentation fixes. 138 </p> 139 140 <p> 141 go1.0.3 (released 2012/09/21) includes minor code and documentation fixes. 142 </p> 143 144 <p> 145 See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1">go1 release branch history</a> for the complete list of changes. 146 </p> 147 148 <h2 id="pre.go1">Older releases</h2> 149 150 <p> 151 See the <a href="pre_go1.html">Pre-Go 1 Release History</a> page for notes 152 on earlier releases. 153 </p> 154