From e4ac43b7f07379715cbed7355bc3710e709c34ef Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 22 Sep 2011 15:06:10 +1000 Subject: weekly.2011-09-21 R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5075050 --- .hgtags | 1 - doc/devel/weekly.html | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.hgtags b/.hgtags index 691a72941e..2138b70ef9 100644 --- a/.hgtags +++ b/.hgtags @@ -80,6 +80,5 @@ c934f6f5fe8b30b4b3210ee3f13669e6e4670c32 weekly.2011-09-01 c77997547d546c36c7b969586a36de7ceda74e33 weekly.2011-09-07 b0819469a6df6029a27192fe7b19a73d97404c63 release.r60 8a09ce0cefc64deab4e6d1ed59a08a53e879bbee weekly.2011-09-16 -8a09ce0cefc64deab4e6d1ed59a08a53e879bbee weekly fd30c132d1bdeb79f8f111cb721fb1c78b767b27 release.r60.1 fd30c132d1bdeb79f8f111cb721fb1c78b767b27 release diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html index d5f59cadcd..08e24b958b 100644 --- a/doc/devel/weekly.html +++ b/doc/devel/weekly.html @@ -14,6 +14,45 @@ hg pull hg update weekly.YYYY-MM-DD +

2011-09-21

+ +
+This weekly contains several improvements, bug fixes, and new packages.
+
+* archive/tar: document Header fields and Type flags (thanks Mike Rosset).
+* bytes: fix Replace so it actually copies (thanks Gustavo Niemeyer).
+* cgo: use GOARCH from the environment (thanks Jaroslavas Počepko).
+* codereview: save CL messages in $(hg root)/last-change.
+* crypto/bcrypt: new package (thanks Jeff Hodges).
+* crypto/blowfish: exposing the blowfish key schedule (thanks Jeff Hodges).
+* doc: link to golang-france.
+* doc: when configuring gold for gccgo, use --enable-gold=default.
+* exp/norm: changed trie to produce smaller tables.
+* exp/ssh: new package,
+	refactor halfConnection to transport (thanks Dave Cheney).
+* exp/template/html: more fixes and improvements.
+* filepath: fix Glob to return no error on nonmatching patterns.
+* gc: disallow invalid map keys,
+	handle complex CONVNOP.
+* gob: allocation fixes.
+* godoc: simplify internal FileSystem interface.
+* http/cgi: clean up environment (thanks Yasuhiro Matsumoto).
+* http: always include Content-Length header, even for 0 (thanks Dave Grijalva),
+	check explicit wrong Request.ContentLength values,
+	fix TLS handshake blocking server accept loop,
+	prevent DumpRequest from adding implicit headers.
+* httptest: add NewUnstartedServer.
+* json: clearer Unmarshal doc,
+	skip nil in UnmarshalJSON and (for symmetry) MarshalJSON.
+* net: use /etc/hosts first when looking up IP addresses (thanks Andrey Mirtchovski).
+* reflect: add comment about the doubled semantics of Value.String.
+* runtime: implement pprof support for windows (thanks Hector Chu),
+	increase stack system space on windows/amd64 (thanks Hector Chu).
+* suffixarray: generate less garbage during construction (thanks Eric Eisner),
+	improved serialization code using gob instead of encoding/binary.
+* sync/atomic: replace MFENCE with LOCK XADD.
+
+

2011-09-16

-- 
cgit v1.2.3-54-g00ecf