From: Russ Cox Date: Thu, 14 Jan 2016 02:13:02 +0000 (-0500) Subject: doc: document archive/tar changes X-Git-Tag: go1.6rc1~117 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=353ee32f8846defc1cea6e08a351efadc1169dc2;p=gostls13.git doc: document archive/tar changes Fixes #13647. Change-Id: I28df7ade9b5abd79ce6b9c3d14ceaa988e86fc01 Reviewed-on: https://go-review.googlesource.com/18642 Run-TryBot: Russ Cox TryBot-Result: Gobot Gobot Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.6.html b/doc/go1.6.html index c88271bdcc..61b2449dad 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -471,6 +471,16 @@ and "page" blocks to reuse the formatting for another page.
    +
  • +The archive/tar package's +implementation corrects many bugs in rare corner cases of the file format. +One visible change is that the +Reader type's +Read method +now presents the content of special file types as being empty, +returning io.EOF immediately. +
  • +
  • In the archive/zip package, the Reader type now has a