summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-12-23 13:32:20 +1100
committerAndrew Gerrand <adg@golang.org>2010-12-23 13:32:20 +1100
commitbc727c3f10c03e0f8697ee5ae364aeca37459d70 (patch)
treefaeb286cdf5ced390db16847d0af1e16f92ed0a1
parenta47237795856b0e9053ab3415d5df872714c8881 (diff)
downloadgo-bc727c3f10c03e0f8697ee5ae364aeca37459d70.tar.gz
release.2010-12-22weekly.2010-12-22
R=r CC=golang-dev http://codereview.appspot.com/3809042
-rw-r--r--doc/devel/release.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 6225305b8..bbc62585e 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -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>