[Pkg-golang-commits] [golang] branch upstream-1.7 updated (0df09c9 -> 21c6d5f)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Oct 19 20:35:03 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  0df09c9   Imported Upstream version 1.7.1
       new  21c6d5f   Imported Upstream version 1.7.3

The 1 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 +-
 doc/devel/release.html                  | 16 +++++++-
 doc/install-source.html                 |  4 +-
 src/cmd/compile/internal/gc/esc.go      | 21 ++++++++++
 src/crypto/aes/cbc_s390x.go             |  4 +-
 src/crypto/cipher/cipher_test.go        | 54 ++++++++++++++++++++++++++
 src/crypto/tls/conn.go                  | 68 +++++++++++++++++++++++++--------
 src/crypto/tls/handshake_client_test.go | 54 ++++++++++++++++++++++++++
 src/net/http/clientserver_test.go       |  2 +-
 src/net/http/h2_bundle.go               | 39 +++++++------------
 src/runtime/asm_s390x.s                 |  1 +
 src/runtime/defs_freebsd.go             |  5 +++
 src/runtime/defs_freebsd_386.go         |  8 ++++
 src/runtime/defs_freebsd_amd64.go       |  8 ++++
 src/runtime/defs_freebsd_arm.go         |  8 ++++
 src/runtime/os_freebsd.go               | 16 ++++----
 src/runtime/sys_freebsd_amd64.s         |  4 +-
 src/runtime/sys_freebsd_arm.s           |  2 +-
 test/fixedbugs/issue17318.go            | 47 +++++++++++++++++++++++
 19 files changed, 305 insertions(+), 58 deletions(-)
 create mode 100644 test/fixedbugs/issue17318.go

-- 
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