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
7d557ebc
Commit
7d557ebc
authored
Dec 23, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release.2010-12-22
R=r CC=golang-dev
https://golang.org/cl/3809042
parent
04a231d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
.hgtags
.hgtags
+0
-1
doc/devel/release.html
doc/devel/release.html
+23
-0
No files found.
.hgtags
View file @
7d557ebc
...
...
@@ -43,4 +43,3 @@ f7e692dc29b02fba8e5d59b967880a347b53607c release.2010-12-02
56e39c466cc1c49b587eb56dc2166d61151637df release.2010-12-08
26f4898dc1ca18bb77f9968aca23773637e34f0d release.2010-12-15
61b2c52b0d2246430395f2869d7b34e565333cf5 release.2010-12-15.1
61b2c52b0d2246430395f2869d7b34e565333cf5 release
doc/devel/release.html
View file @
7d557ebc
...
...
@@ -5,6 +5,29 @@
<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=
"2010-12-22"
>
2010-12-22
</h3>
<pre>
A small release this week. The most significant change is that some
outstanding cgo issues were resolved.
* cgo: handle references to symbols in shared libraries.
* crypto/elliptic: add serialisation and key pair generation.
* crypto/hmac: add HMAC-SHA256 (thanks Anthony Martin).
* crypto/tls: add ECDHE support ("Elliptic Curve Diffie Hellman Ephemeral"),
add support code for generating handshake scripts for testing.
* darwin, freebsd: ignore write failure (during print, panic).
* exp/draw: remove Border function.
* expvar: quote StringFunc output, same as String output.
* hash/crc64: fix typo in Sum.
* ld: allow relocations pointing at ELF .bss symbols, ignore stab symbols.
* misc/cgo/life: fix, add to build.
* regexp: add HasMeta, HasOperator, and String methods to Regexp.
* suffixarray: implemented FindAllIndex regexp search.
* test/bench: update numbers for regex-dna after speedup to regexp.
* time: explain the formats a little better.
</pre>
<h3
id=
"2010-12-15"
>
2010-12-15
</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