[Pkg-golang-commits] [golang] branch golang-1.8 updated (9c58dfc -> 1c1fa8d)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Oct 26 10:02:09 UTC 2017


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

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

      from  9c58dfc   releasing package golang-1.8 version 1.8.4-1
      adds  f63ec5c   New upstream version 1.8.5
       new  6354d60   Updated version 1.8.5 from 'upstream/1.8.5'
       new  ec2b897   Use my @debian.org address in Uploaders in d/control.in too
       new  226f158   Work around debhelper bug #879762
       new  5135ffa   Suppress some new lintian errors
       new  1c1fa8d   Update changelog for 1.8.5-1 release

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                                  |   9 ++
 debian/control                                    |   1 -
 debian/control.in                                 |   2 +-
 debian/gbp.conf                                   |   1 -
 debian/golang-X.Y-src.lintian-overrides           |   6 +-
 debian/rules                                      |   1 -
 debian/source/lintian-overrides                   |   1 -
 debian/watch                                      |   1 -
 doc/devel/release.html                            |  17 ++++
 doc/go1.8.txt                                     |  55 -----------
 src/cmd/compile/internal/gc/testdata/loadstore.go | 108 ++++++++++++++++++++++
 src/cmd/compile/internal/ssa/gen/386.rules        |   8 +-
 src/cmd/compile/internal/ssa/gen/AMD64.rules      |  11 ++-
 src/cmd/compile/internal/ssa/gen/ARM.rules        |  11 ++-
 src/cmd/compile/internal/ssa/gen/ARM64.rules      |  14 +--
 src/cmd/compile/internal/ssa/gen/MIPS.rules       |  10 +-
 src/cmd/compile/internal/ssa/gen/S390X.rules      |   6 +-
 src/cmd/compile/internal/ssa/rewrite386.go        |  54 +++++++++--
 src/cmd/compile/internal/ssa/rewriteAMD64.go      |  81 ++++++++++++++--
 src/cmd/compile/internal/ssa/rewriteARM.go        |  36 ++++----
 src/cmd/compile/internal/ssa/rewriteMIPS.go       |  36 ++++----
 src/cmd/compile/internal/ssa/rewriteS390X.go      |  12 +--
 src/cmd/go/go_test.go                             |  11 +--
 src/cmd/go/vcs.go                                 |   2 +-
 src/cmd/internal/obj/x86/obj6.go                  |  13 +--
 src/cmd/link/internal/ld/data.go                  |  38 ++++++--
 src/cmd/link/internal/ppc64/asm.go                |  73 +++++++++++----
 src/crypto/x509/verify.go                         |   8 +-
 src/crypto/x509/verify_test.go                    |  96 +++++++++++++++++++
 src/crypto/x509/x509_test.go                      |  68 --------------
 src/net/dial_test.go                              |   2 +
 src/net/http/fs_test.go                           |   7 +-
 src/net/net_windows_test.go                       |  15 ++-
 src/net/smtp/smtp.go                              |   1 +
 src/net/smtp/smtp_test.go                         |  47 ++++++++++
 src/runtime/sys_linux_386.s                       |   2 +-
 test/fixedbugs/issue20530.go                      |  34 +++++++
 38 files changed, 629 insertions(+), 271 deletions(-)
 delete mode 100644 doc/go1.8.txt
 create mode 100644 test/fixedbugs/issue20530.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