[Pkg-golang-commits] [golang] branch debian-sid updated (56b66f5 -> bf70bae)

Tianon Gravi tianon at debian.org
Wed Apr 13 05:13:32 UTC 2016


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

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

      from  56b66f5   Remove unstripped-binary-or-object golang-go.lintian-overrides now that the binaries are stripped
       new  a4050be   Update to 1.6.1 upstream release (Closes: #820369)
       new  a65ca2a   Imported Upstream version 1.6.1
       new  bf70bae   Merge tag 'upstream/1.6.1' into debian-sid

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                                   |  9 +-
 doc/contrib.html                                   |  1 +
 doc/devel/release.html                             | 22 +++++
 doc/install-source.html                            |  4 +-
 src/cmd/dist/deps.go                               | 57 ++++++-------
 src/crypto/dsa/dsa.go                              |  4 +
 src/crypto/ecdsa/ecdsa.go                          | 11 ++-
 src/crypto/rsa/rsa.go                              |  5 +-
 src/go/build/deps_test.go                          |  6 +-
 src/internal/syscall/windows/registry/syscall.go   |  2 +-
 .../syscall/windows/registry/zsyscall_windows.go   |  5 +-
 src/internal/syscall/windows/syscall_windows.go    |  2 +-
 src/internal/syscall/windows/sysdll/sysdll.go      | 28 +++++++
 src/internal/syscall/windows/zsyscall_windows.go   |  5 +-
 src/runtime/export_windows_test.go                 |  4 +
 src/runtime/os1_windows.go                         | 30 ++++++-
 src/runtime/syscall_windows.go                     | 35 ++++++++
 src/runtime/syscall_windows_test.go                | 98 ++++++++++++++++++++++
 src/syscall/dll_windows.go                         | 27 +++++-
 src/syscall/mksyscall_windows.go                   | 48 +++++++++--
 src/syscall/syscall_windows.go                     |  2 +-
 src/syscall/zsyscall_windows.go                    | 27 +++---
 23 files changed, 366 insertions(+), 68 deletions(-)
 create mode 100644 src/internal/syscall/windows/sysdll/sysdll.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