From: Mikio Hara Date: Wed, 17 Jun 2015 00:03:08 +0000 (+0900) Subject: doc/go1.5.txt: mention sequential and RFC 6555-compliant TCP dialing X-Git-Tag: go1.5beta1~222 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=776829660b7ed1dc0b4581abd637747ae1c7cdc8;p=gostls13.git doc/go1.5.txt: mention sequential and RFC 6555-compliant TCP dialing Change-Id: Ib0b0be901f2ed52e1b432ae62f0b1940eb27ecc3 Reviewed-on: https://go-review.googlesource.com/11137 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 882f2bfc7b..1195454e04 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -58,6 +58,7 @@ math/big: add arbitrary precision Floats (many cl's) math/big: add Jacobi and Int.ModSqrt (https://golang.org/cl/1886) mime: add ExtensionByType (https://golang.org/cl/7444) mime/quotedprintable: new package (https://golang.org/cl/5940 + others) +net: add sequential and RFC 6555-compliant TCP dialing (https://golang.org/cl/8768) net: add Source field to OpError (https://go-review.googlesource.com/9231) net: fix inconsistent errors (https://golang.org/cl/9236) net: add SocketConn, SocketPacketConn (https://golang.org/cl/9275)