summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-10-15 12:05:05 +1100
committerAndrew Gerrand <adg@golang.org>2010-10-15 12:05:05 +1100
commitce3a4dddc37bfc61ef5b32fd0c4bc584b25797e3 (patch)
treefdf35b18aa67c8a45038d53e523fb142d7f8ec35
parent833a3cc1b3366862c5ba0e67576641ad6c8e0deb (diff)
downloadgo-ce3a4dddc37bfc61ef5b32fd0c4bc584b25797e3.tar.gz
release.2010-10-13.1weekly.2010-10-13.1
R=r, r2 CC=golang-dev http://codereview.appspot.com/2493043
-rw-r--r--doc/devel/release.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index ebce47bdc..ca15ced1c 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -43,14 +43,17 @@ The new tools:
Other changes:
* 6l: Mach-O fixes, and fix to work with OS X nm/otool (thanks Jim McGrath).
* [568]a: correct line numbers for statements.
-* arm: code generation and runtime fixes
+* arm: code generation and runtime fixes,
+ adjust recover for new reflect.call,
+ enable 6 more tests after net fix.
* big: fix panic and round correctly in Rat.FloatString (thanks Anthony Martin).
* build: Make.cmd: remove $(OFILES) (thanks Eric Clark),
Make.pkg: remove .so before installing new one,
add GOHOSTOS and GOHOSTARCH environment variables.
* crypto/tls: better error messages for certificate issues,
make SetReadTimeout work.
-* doc: add Sydney University video to docs page.
+* doc: add Sydney University video,
+ add The Expressiveness of Go talk.
* exp/draw/x11: support X11 vendors other than "The X.Org Foundation".
* expvar: add (*Int).Set (thanks Sam Thorogood).
* fmt: add Errorf helper function,