]> Cypherpunks repositories - gostls13.git/commitdiff
weekly.2011-09-21 weekly.2011-09-21
authorAndrew Gerrand <adg@golang.org>
Thu, 22 Sep 2011 05:06:10 +0000 (15:06 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 22 Sep 2011 05:06:10 +0000 (15:06 +1000)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5075050

.hgtags
doc/devel/weekly.html

diff --git a/.hgtags b/.hgtags
index 691a72941ed0deeef3978262e4848a4f1d1049e3..2138b70ef9eb66b52894eb27ac6c07864358363a 100644 (file)
--- 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
index d5f59cadcdfdd2882e1221c6ff9f898d12cdd452..08e24b958bb318911a1327ce1b6ffedc8df909ef 100644 (file)
@@ -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>