Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
41170c91
Commit
41170c91
authored
Jan 07, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release.2011-01-06
R=nigeltao, nigeltao_gnome CC=golang-dev
https://golang.org/cl/3829043
parent
1b2d5b4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
1 deletion
+40
-1
.hgtags
.hgtags
+0
-1
doc/devel/release.html
doc/devel/release.html
+40
-0
No files found.
.hgtags
View file @
41170c91
...
...
@@ -44,4 +44,3 @@ f7e692dc29b02fba8e5d59b967880a347b53607c release.2010-12-02
26f4898dc1ca18bb77f9968aca23773637e34f0d release.2010-12-15
61b2c52b0d2246430395f2869d7b34e565333cf5 release.2010-12-15.1
51c777dbccb9f537ebffb99244f521c05bf65df6 release.2010-12-22
51c777dbccb9f537ebffb99244f521c05bf65df6 release
doc/devel/release.html
View file @
41170c91
...
...
@@ -5,6 +5,46 @@
<p>
This page summarizes the changes between tagged releases of Go.
For full details, see the
<a
href=
"http://code.google.com/p/go/source/list"
>
Mercurial change log
</a>
.
</p>
<h3
id=
"2011-01-06"
>
2011-01-06
</h3>
<pre>
This release includes several fixes and changes:
* build: Make.pkg: use installed runtime.h for cgo.
* cgo: disallow use of C.errno.
* crypto/cipher: fix OCFB,
make NewCBCEncrypter return BlockMode.
* doc: 6l: fix documentation of -L flag,
add golanguage.ru to foreign-language doc list,
effective go: explain the effect of repanicking better,
update Effective Go for template API change,
update contribution guidelines to prefix the change description.
* encoding/binary: reject types with implementation-dependent sizes (thanks Patrick Gavlin).
* exp/evalsimple fix handling of slices like s[:2] (thanks Sebastien Binet).
* fmt: made format string handling more efficient,
normalize processing of format string.
* gc: return constant floats for parts of complex constants (thanks Anthony Martin),
rewrite complex /= to l = l / r (thanks Patrick Gavlin),
fix
&
^=.
* go/ast: provide complete node text range info.
* gob: generate a better error message in one confusing place.
* godoc: fix godoc -src (thanks Icarus Sparry).
* goinstall: add -clean flag (thanks Kyle Lemons),
add checkout concept (thanks Caine Tighe),
fix -u for bzr (thanks Gustavo Niemeyer).
* http: permit empty Reason-Phrase in response Status-Line.
* io: fix Copyn EOF handling.
* net: fix close of Listener (thanks Michael Hoisie).
* regexp: fix performance bug, make anchored searches fail fast,
fix prefix bug.
* runtime/cgo: fix stackguard on FreeBSD/amd64 (thanks Anthony Martin).
* strconv: atof: added 'E' as valid token for exponent (thanks Stefan Nilsson),
update ftoa comment for 'E' and 'G'.
* strings: fix description of FieldsFunc (thanks Roger Peppe).
* syscall: correct Linux Splice definition,
make Access second argument consistently uint32.
</pre>
<h3
id=
"2010-12-22"
>
2010-12-22
</h3>
<pre>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment