]> Cypherpunks repositories - gostls13.git/commitdiff
weekly.2011-10-25 weekly.2011-10-25
authorAndrew Gerrand <adg@golang.org>
Wed, 26 Oct 2011 05:09:25 +0000 (14:09 +0900)
committerAndrew Gerrand <adg@golang.org>
Wed, 26 Oct 2011 05:09:25 +0000 (14:09 +0900)
R=rsc
CC=golang-dev
https://golang.org/cl/5321053

.hgtags
doc/devel/weekly.html

diff --git a/.hgtags b/.hgtags
index c2ac5ed6082d532bf2e21a0b29d4c3005091f294..ec1b27d9b11e748918bf83c9bb062494da0062dd 100644 (file)
--- a/.hgtags
+++ b/.hgtags
@@ -88,4 +88,3 @@ c1702f36df0397c19fc333571a771666029aa37e release.r60.3
 c1702f36df0397c19fc333571a771666029aa37e release
 acaddf1cea75c059d19b20dbef35b20fb3f38954 release.r58.2
 6d7136d74b656ba6e1194853a9486375005227ef weekly.2011-10-18
-6d7136d74b656ba6e1194853a9486375005227ef weekly
index 5fd1a36cc7b04dbe7a8a05453a1405aa3c2f3fbd..0b291346f0969738f499d95aefe2d7cb4ef10167 100644 (file)
@@ -14,6 +14,33 @@ hg pull
 hg update weekly.<i>YYYY-MM-DD</i>
 </pre>
 
+<h2 id="2011-10-25">2011-10-25</h2>
+
+<pre>
+* big: make SetString return nil if an error occurs,
+       new Rat.Inv method,
+       usable zero Rat values without need for explicit initialization.
+* codereview: show LGTMs in hg p.
+* crypto/x509: fix names in certificate generation.
+* exp/ssh: add experimental ssh client,
+       introduce Session to replace Cmd for interactive commands,
+       server cleanups (thanks Dave Cheney).
+* exp/types: fix crash in parseBasicType on unknown type.
+* fmt: don't panic formatting nil interfaces (thanks Gustavo Niemeyer).
+* go/ast, go/token: actually run tests; fix go/ast test.
+* gotest: explicit -help flag, use $GCFLAGS like make does.
+* govet: check canonical dynamic method signatures.
+* html: improved parsing (thanks Andrew Balholm),
+       parse <select> tags, parse and render comment nodes,
+       remove the Tokenizer.ReturnComments option.
+* http: Transport: with TLS InsecureSkipVerify, skip hostname check.
+* misc/vim: add highlighting for delete (thanks Dave Cheney).
+* net: do not set SO_REUSEADDR for windows (thanks Alex Brainman).
+* os/inotify: move to exp/inotify (thanks Mikio Hara).
+* runtime: include bootstrap m in mcpu accounting (thanks Hector Chu).
+* syscall: use uintptr for Mount flags.
+</pre>
+
 <h2 id="2011-10-18">2011-10-18</h2>
 
 <pre>