.hgtags | 2 -- doc/devel/release.html | 7 +++++-- diff --git a/.hgtags b/.hgtags index aa5c62acbc3d61d3636119a1a268078bc0a8e55b..02f5d69654179c8a579165f668ae41ad46da6c56 100644 --- a/.hgtags +++ b/.hgtags @@ -32,5 +32,3 @@ 92fcf05736e8565a485adc52da1894270e06ed09 release.2010-09-06 9329773e204fed50ec686ee78cc715b624bf1b1d release.2010-09-15 1eec33c03bceef5d7607ea4636185f7bf773e0e4 release.2010-09-22 c2b8c9f13fb8ad2b56920d9da2928c5314ebf725 release.2010-09-29 -7c2e97710bf49cdbe388260958a6674afefb6c0f release.2010-10-13 -7c2e97710bf49cdbe388260958a6674afefb6c0f release diff --git a/doc/devel/release.html b/doc/devel/release.html index ebce47bdc56aedd37ff0bd6aa0ee5207612d7b43..ca15ced1c413a1be4531aa2c0ff7206070e9b620 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -43,14 +43,17 @@ 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,