[Pkg-golang-commits] [golang] branch golang-1.7 updated (0597c09 -> f376795)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Oct 19 20:35:26 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  0597c09   s/UNRELEASED/unstable/
      adds  21c6d5f   Imported Upstream version 1.7.3
       new  41f177c   Merge tag 'upstream/1.7.3' into golang-1.7
       new  f49f7b0   start changelog for 1.7.3-1
       new  4a682ce   Delete d/patches/cl-28850.patch, applied upstream.
       new  f376795   UNRELEASED->unstable

The 4 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/patches/cl-28850.patch               | 34 ---------------
 debian/patches/cl-29995--tzdata-2016g.patch |  4 +-
 debian/patches/series                       |  1 -
 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 +-
 src/time/time_test.go                       |  7 ++-
 test/fixedbugs/issue17318.go                | 47 ++++++++++++++++++++
 24 files changed, 318 insertions(+), 98 deletions(-)
 delete mode 100644 debian/patches/cl-28850.patch
 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