~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to doc/devel/release.html

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-08-20 14:06:23 UTC
  • mfrom: (29.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130820140623-k58q6hviulolwb09
Tags: 2:1.1.2-2ubuntu1
* Merge from Debian unstable (LP: #1211749, #1202027). Remaining changes:
  - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
  - d/control,control.cross: Update Breaks/Replaces for Ubuntu
    versions to ensure smooth upgrades, regenerate control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go1.1&r=43c4a41d24382a56a90e924800c681e435d9e399">change history</a> for details.
29
29
</p>
30
30
 
 
31
<p>
 
32
go1.1.2 (released 2013/08/13) includes fixes to the <code>gc</code> compiler
 
33
and <code>cgo</code>, and the <code>bufio</code>, <code>runtime</code>,
 
34
<code>syscall</code>, and <code>time</code> packages.
 
35
See the <a href="https://code.google.com/p/go/source/list?name=release-branch.go1.1&r=a6a9792f94acd4ff686b2bc57383d163608b91cf">change history</a> for details.
 
36
If you use package syscall's <code>Getrlimit</code> and <code>Setrlimit</code>
 
37
functions under Linux on the ARM or 386 architectures, please note change
 
38
<a href="http://golang.org/change/55ac276af5a7">55ac276af5a7</a>
 
39
that fixes <a href="http://golang.org/issue/5949">issue 5949</a>.
 
40
</p>
 
41
 
31
42
<h2 id="go1">go1 (released 2012/03/28)</h2>
32
43
 
33
44
<p>