[Pkg-golang-commits] [golang] branch golang-1.7 updated (46b72b7 -> 43d8c0d)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Sep 8 01:23:36 UTC 2016


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

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

      from  46b72b7   s/UNRELEASED/unstable/
       new  0df09c9   Imported Upstream version 1.7.1
       new  9564412   Merge tag 'upstream/1.7.1' into golang-1.7
       new  cd2d696   start changelog
       new  0600928   Re-enable tests on s390x now that gcc-6 has been fixed in unstable.
       new  43d8c0d   UNRELEASED->unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                                        |   2 +-
 debian/changelog                               |   7 +
 debian/rules                                   |   3 +-
 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 +++-
 31 files changed, 803 insertions(+), 108 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