[Pkg-golang-commits] [golang] branch debian-experimental updated (f971d23 -> cd4312d)

Tianon Gravi admwiggin at gmail.com
Fri Jan 16 05:14:56 UTC 2015


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

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

      from  f971d23   Update to 1.4
      adds  90ad8a7   Imported Upstream version 1.4.1
       new  f76df0a   Merge tag 'upstream/1.4.1' into debian-experimental
       new  cd4312d   Update changelog to 1.4.1

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:
 .hgignore                           |  58 +++++++++++++++
 .hgtags                             | 138 ++++++++++++++++++++++++++++++++++++
 VERSION                             |   2 +-
 debian/changelog                    |   2 +-
 doc/contribute.html                 |  70 ++++++++----------
 doc/devel/release.html              |   7 ++
 doc/install-source.html             |  61 ++++++----------
 src/cmd/dist/build.c                | 100 +++++++++++++++-----------
 src/cmd/gc/reflect.c                |  30 ++++----
 src/cmd/go/get.go                   |   2 +-
 src/cmd/ld/dwarf.c                  |  15 ++--
 src/cmd/ld/ldelf.c                  |   5 +-
 src/reflect/type.go                 |  31 +++++---
 src/runtime/cgo/gcc_openbsd_386.c   |  40 ++++++++---
 src/runtime/cgo/gcc_openbsd_amd64.c |  40 ++++++++---
 src/runtime/crash_cgo_test.go       |  68 ++++++++++++++++++
 src/runtime/defs_windows.go         |   1 +
 src/runtime/hashmap.go              |  35 +++++----
 src/runtime/hashmap_fast.go         |  12 ++--
 src/runtime/mprof.go                |  14 ++--
 src/runtime/os_plan9.go             |   2 +
 src/runtime/sigqueue.go             |   9 +++
 src/runtime/syscall_windows.go      |   2 +
 src/syscall/route_openbsd.go        |   6 +-
 test/fixedbugs/issue9321.go         |  37 ++++++++++
 25 files changed, 580 insertions(+), 207 deletions(-)
 create mode 100644 .hgignore
 create mode 100644 .hgtags
 create mode 100644 test/fixedbugs/issue9321.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