[Pkg-golang-commits] [golang] branch golang-1.7 updated (59de511 -> 91f6019)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Mon Aug 15 23:53:15 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  59de511   UNRELEASED->unstable
       new  5a3b97a   Imported Upstream version 1.7
       new  b4dd112   Merge tag 'upstream/1.7' into golang-1.7
       new  91f6019   Go 1.7

The 3 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                    |   6 ++
 doc/devel/release.html              |   7 +++
 doc/go1.7.html                      |  11 +---
 doc/install-source.html             |   4 +-
 doc/install.html                    |   4 +-
 src/cmd/doc/doc_test.go             |  16 +++++-
 src/cmd/doc/pkg.go                  |  28 +++++++--
 src/cmd/doc/testdata/pkg.go         |   7 +++
 src/net/http/h2_bundle.go           | 112 +++++++++++++++++++++++++-----------
 src/net/http/transport.go           |   9 +++
 src/os/wait_waitid.go               |   6 ++
 src/runtime/alg.go                  |   2 +-
 src/runtime/proc.go                 |   3 +-
 src/runtime/rt0_linux_amd64.s       |   8 ++-
 src/runtime/sys_darwin_386.s        |   7 ++-
 src/runtime/sys_darwin_amd64.s      |   1 +
 src/runtime/sys_darwin_arm.s        |  15 ++++-
 src/runtime/sys_darwin_arm64.s      |  14 ++++-
 src/syscall/syscall_darwin_386.go   |  21 ++++---
 src/syscall/syscall_darwin_amd64.go |  21 ++++---
 src/syscall/syscall_darwin_arm.go   |  13 +++--
 src/syscall/syscall_darwin_arm64.go |  13 +++--
 src/syscall/syscall_darwin_test.go  |  23 ++++++++
 24 files changed, 263 insertions(+), 90 deletions(-)
 create mode 100644 src/syscall/syscall_darwin_test.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