[Pkg-golang-commits] [golang] branch debian-sid updated (8907f7b -> f8ced77)

Michael Stapelberg michael at stapelberg.de
Fri Sep 26 21:39:26 UTC 2014


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

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

      from  8907f7b   update changelog
       new  f4fa1ef   Imported Upstream version 1.3.2
       new  40fff9d   Merge tag 'upstream/1.3.2' into debian-sid
       new  f8ced77   update changelog

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                             |   9 +-
 misc/cgo/test/cgo_test.go                          |   1 +
 misc/cgo/test/issue7978.go                         | 103 +++++++++++++++++++++
 src/pkg/crypto/tls/handshake_server.go             |   4 +
 src/pkg/crypto/tls/handshake_server_test.go        |  26 ++++++
 ...eTicket => Server-TLSv12-IssueTicketPreDisable} |  56 +++++------
 ...TLSv12-RSA-RC4 => Server-TLSv12-ResumeDisabled} |  60 ++++++------
 src/pkg/crypto/tls/ticket.go                       |   3 +-
 src/pkg/net/http/httptest/server_test.go           |   1 +
 src/pkg/runtime/cgocall.c                          |   6 +-
 src/pkg/runtime/proc.c                             |  20 +++-
 src/pkg/runtime/runtime.h                          |   1 +
 src/run.bash                                       |   2 +
 src/run.bat                                        |   7 ++
 16 files changed, 243 insertions(+), 64 deletions(-)
 create mode 100644 misc/cgo/test/issue7978.go
 copy src/pkg/crypto/tls/testdata/{Server-TLSv12-IssueTicket => Server-TLSv12-IssueTicketPreDisable} (67%)
 copy src/pkg/crypto/tls/testdata/{Server-TLSv12-RSA-RC4 => Server-TLSv12-ResumeDisabled} (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