[Pkg-golang-commits] [golang] branch golang-1.10 updated (4b2dfed -> 5c994ae)

Michael Stapelberg michael at stapelberg.de
Sat Feb 17 12:02:25 UTC 2018


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

stapelberg pushed a change to branch golang-1.10
in repository golang.

      from  4b2dfed   releasing package golang-1.10 version 1.10~rc2-1
      adds  07e075c   New upstream version 1.10
      adds  8328f66   Update upstream source from tag 'upstream/1.10'
      adds  5c994ae   Update changelog for 1.10-1 release

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                              |  5 ---
 README.md                                    |  7 ++--
 VERSION                                      |  2 +-
 debian/changelog                             |  6 ++++
 doc/devel/release.html                       | 13 ++++++++
 doc/diagnostics.html                         |  2 +-
 doc/go1.10.html                              | 30 +++++++++++++----
 src/cmd/compile/internal/gc/noder.go         | 28 +++++++++++++++-
 src/cmd/compile/internal/ssa/gen/AMD64.rules |  6 ++--
 src/cmd/compile/internal/ssa/gen/AMD64Ops.go | 24 ++++++-------
 src/cmd/compile/internal/ssa/gen/S390X.rules |  2 +-
 src/cmd/compile/internal/ssa/gen/S390XOps.go |  8 ++---
 src/cmd/compile/internal/ssa/rewriteAMD64.go | 12 +++----
 src/cmd/compile/internal/ssa/rewriteS390X.go |  4 +--
 src/cmd/fix/cftype.go                        |  2 +-
 src/cmd/go/internal/load/pkg.go              |  1 +
 src/cmd/go/internal/work/exec.go             | 15 ++++++---
 src/cmd/go/internal/work/security.go         | 50 +++++++++++++++++++++++++---
 src/cmd/go/internal/work/security_test.go    |  7 ++++
 test/fixedbugs/issue23812.go                 | 34 +++++++++++++++++++
 20 files changed, 201 insertions(+), 57 deletions(-)
 create mode 100644 test/fixedbugs/issue23812.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