[Pkg-golang-commits] [golang] branch golang-1.7 updated (4514409 -> bfce75f)

Michael Stapelberg michael at stapelberg.de
Tue Jul 25 06:28:25 UTC 2017


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

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

     omits  4514409   Update changelog for 1.7.4-3 release
     omits  76f012d   Rename old style config section [git-dch] to [dch]
     omits  191a359   Add 0001-Fix-FTBFS-with-Perl-526.patch
       new  0f411dc   Imported Upstream version 1.7.5
       new  700e71a   Imported Upstream version 1.7.6
       new  98643d0   Merge tag 'upstream/1.7.6' into golang-1.7
       new  1d39c3d   releasing package golang-1.7 version 1.7.6-1
       new  cf981ed   Add 0001-Fix-FTBFS-with-Perl-526.patch
       new  45d9766   Rename old style config section [git-dch] to [dch]
       new  bfce75f   Update changelog for 1.7.6-2 release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4514409)
            \
             N -- N -- N   refs/heads/golang-1.7 (bfce75f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 7 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                            |  11 +-
 debian/patches/cl-29995--tzdata-2016g.patch |  35 -----
 debian/patches/series                       |   1 -
 doc/conduct.html                            |   1 -
 doc/devel/release.html                      |   7 +
 src/cmd/compile/internal/gc/sinit.go        |   2 +
 src/crypto/elliptic/elliptic_test.go        |  36 +++++
 src/crypto/elliptic/p256_asm_amd64.s        |  10 +-
 src/crypto/x509/root_darwin.go              | 229 +++++++++++++++++++++-------
 src/crypto/x509/root_darwin_test.go         |  11 +-
 src/reflect/makefunc.go                     |   2 +
 src/runtime/mgc.go                          |  12 +-
 src/runtime/mgcmark.go                      |  22 ++-
 src/runtime/select.go                       |  69 ++++++++-
 src/runtime/traceback.go                    |  43 +++++-
 src/time/time_test.go                       |   7 +-
 test/fixedbugs/issue16331.go                |  48 ++++++
 test/fixedbugs/issue18410.go                |  40 +++++
 19 files changed, 460 insertions(+), 128 deletions(-)
 delete mode 100644 debian/patches/cl-29995--tzdata-2016g.patch
 create mode 100644 test/fixedbugs/issue16331.go
 create mode 100644 test/fixedbugs/issue18410.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