[Pkg-golang-commits] [golang] branch upstream-1.7 updated (5a3b97a -> 0df09c9)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Sun Sep 11 22:43:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

mwhudson-guest pushed a change to branch upstream-1.7
in repository golang.

      from  5a3b97a   Imported Upstream version 1.7
      adds  0df09c9   Imported Upstream version 1.7.1

No new revisions were added by this update.

Summary of changes:
 VERSION                                        |   2 +-
 doc/contrib.html                               |   1 +
 doc/devel/release.html                         |  12 ++
 doc/go1.7.html                                 |   2 +-
 doc/gopher/favicon.svg                         | 238 +++++++++++++++++++++++++
 doc/install-source.html                        |   4 +-
 favicon.ico                                    | Bin 1150 -> 5686 bytes
 src/cmd/compile/internal/ssa/deadstore.go      |  17 +-
 src/cmd/compile/internal/ssa/deadstore_test.go |  33 +++-
 src/compress/flate/deflate.go                  |   2 +-
 src/compress/flate/deflate_test.go             |  50 ++++++
 src/compress/flate/huffman_bit_writer.go       |  40 +++--
 src/hash/crc32/crc32_s390x.go                  |  35 +---
 src/hash/crc32/crc32_s390x.s                   |   7 +
 src/io/multi.go                                |   9 +-
 src/io/multi_test.go                           |  38 ++++
 src/net/dnsclient_unix.go                      |  24 +--
 src/net/dnsclient_unix_test.go                 | 105 +++++++++--
 src/net/http/h2_bundle.go                      |  12 +-
 src/net/http/transport.go                      |   9 +-
 src/net/http/transport_test.go                 |  55 ++++++
 src/path/filepath/export_windows_test.go       |   5 +-
 src/path/filepath/path_test.go                 |  32 +++-
 src/path/filepath/path_windows_test.go         | 101 ++++++++++-
 src/path/filepath/symlink_windows.go           |  29 ++-
 src/reflect/all_test.go                        |   2 +
 src/reflect/type.go                            |   2 +
 src/runtime/mheap.go                           |   4 +-
 src/syscall/syscall_bsd_test.go                |  31 +++-
 29 files changed, 795 insertions(+), 106 deletions(-)
 create mode 100644 doc/gopher/favicon.svg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list