aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-09-22 15:06:10 +1000
committerAndrew Gerrand <adg@golang.org>2011-09-22 15:06:10 +1000
commite4ac43b7f07379715cbed7355bc3710e709c34ef (patch)
tree394655dc3d8de67d3d33edc63d09ffdcb7b451e0
parent35819729b83b8521e9ae1bddca5c368672777de5 (diff)
downloadgo-weekly.2011-09-21.tar.gz
go-weekly.2011-09-21.zip
weekly.2011-09-21weekly.2011-09-21
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5075050
-rw-r--r--.hgtags1
-rw-r--r--doc/devel/weekly.html39
2 files changed, 39 insertions, 1 deletions
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.<i>YYYY-MM-DD</i>
</pre>
+<h2 id="2011-09-21">2011-09-21</h2>
+
+<pre>
+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.
+</pre>
+
<h2 id="2011-09-16">2011-09-16</h2>
<pre>