[Pkg-golang-commits] [golang] branch debian-experimental updated (daef55b -> 364cb6c)

Tianon Gravi tianon at debian.org
Fri Sep 25 20:38:05 UTC 2015


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

tianon pushed a change to branch debian-experimental
in repository golang.

      from  daef55b   Remove unused test.bash script
      adds  908ef34   Imported Upstream version 1.4.3
       new  e37de33   Imported Upstream version 1.5.1
       new  364cb6c   Merge tag 'upstream/1.5.1' into debian-experimental

The 2 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:
 AUTHORS                                        |   1 +
 VERSION                                        |   2 +-
 doc/contrib.html                               |   4 +-
 doc/devel/release.html                         |  10 ++
 doc/go1.5.html                                 |   7 +
 doc/root.html                                  |   5 +-
 doc/security.html                              | 174 +++++++++++++++++++++++++
 src/bootstrap.bash                             |   6 +-
 src/cmd/asm/internal/arch/arm.go               |   9 ++
 src/cmd/asm/internal/asm/asm.go                |   5 +
 src/cmd/asm/internal/asm/operand_test.go       |   3 +-
 src/cmd/asm/internal/asm/parse.go              |   9 +-
 src/cmd/asm/internal/asm/testdata/arm.out      |   4 +-
 src/cmd/asm/internal/asm/testdata/arm.s        |   4 +
 src/cmd/compile/internal/gc/cgen.go            |   2 +-
 src/cmd/compile/internal/gc/walk.go            |   5 +
 src/cmd/go/alldocs.go                          |   1 -
 src/cmd/go/build.go                            |   1 -
 src/cmd/go/pkg.go                              |   3 +-
 src/cmd/link/internal/ld/pe.go                 |   5 +
 src/fmt/scan.go                                |  13 +-
 src/fmt/scan_test.go                           |  11 +-
 src/internal/syscall/windows/registry/value.go |   1 -
 src/net/cgo_solaris.go                         |   2 +-
 src/net/http/httputil/reverseproxy.go          |   5 +-
 src/net/http/httputil/reverseproxy_test.go     |  39 ++++++
 src/net/lookup.go                              |   3 +
 src/net/port_test.go                           |   2 +
 src/runtime/asm_amd64p32.s                     |   6 +
 src/runtime/export_test.go                     |   1 +
 src/runtime/extern.go                          |   3 +
 src/runtime/gc_test.go                         |  17 +++
 src/runtime/iface.go                           |   5 +
 src/runtime/mgc.go                             |  25 ++--
 src/runtime/mgcmark.go                         |  27 +++-
 src/runtime/runtime1.go                        |   6 +
 src/runtime/traceback.go                       |   2 +
 test/fixedbugs/{issue9738.go => issue12226.go} |  13 +-
 38 files changed, 390 insertions(+), 51 deletions(-)
 create mode 100644 doc/security.html
 copy test/fixedbugs/{issue9738.go => issue12226.go} (60%)

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