[Pkg-golang-commits] [golang] 02/02: Merge tag 'upstream/1.4.3' into debian-sid

Tianon Gravi tianon at debian.org
Fri Sep 25 05:36:04 UTC 2015


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

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

commit 1d0671a2b296dbbaa723bec52ea803c72558d3fa
Merge: 87635c7 908ef34
Author: Tianon Gravi <tianon at debian.org>
Date:   Thu Sep 24 22:33:59 2015 -0700

    Merge tag 'upstream/1.4.3' into debian-sid
    
    Upstream version 1.4.3
    
    * tag 'upstream/1.4.3':
      Imported Upstream version 1.4.3

 .hgignore                                        |   58 -
 .hgtags                                          |  138 -
 VERSION                                          |    2 +-
 doc/devel/release.html                           |    5 +
 lib/codereview/codereview.cfg                    |    1 +
 lib/codereview/codereview.py                     | 3692 ++++++++++++++++++++++
 lib/codereview/test.sh                           |  199 ++
 misc/dashboard/codereview/app.yaml               |   24 -
 misc/dashboard/codereview/cron.yaml              |    4 -
 misc/dashboard/codereview/dashboard/cl.go        |  493 ---
 misc/dashboard/codereview/dashboard/front.go     |  299 --
 misc/dashboard/codereview/dashboard/gc.go        |   47 -
 misc/dashboard/codereview/dashboard/mail.go      |   68 -
 misc/dashboard/codereview/dashboard/people.go    |   65 -
 misc/dashboard/codereview/index.yaml             |   25 -
 misc/dashboard/codereview/queue.yaml             |    4 -
 misc/dashboard/codereview/static/gopherstamp.jpg |  Bin 16996 -> 0 bytes
 misc/dashboard/codereview/static/icon.png        |  Bin 412 -> 0 bytes
 misc/makerelease/darwin/Distribution             |   32 -
 misc/makerelease/darwin/Resources/bg.png         |  Bin 11466 -> 0 bytes
 misc/makerelease/darwin/etc/paths.d/go           |    1 -
 misc/makerelease/darwin/scripts/postinstall      |   10 -
 misc/makerelease/darwin/scripts/preinstall       |    8 -
 misc/makerelease/makerelease.go                  | 1075 -------
 misc/makerelease/windows/LICENSE.rtf             |  Bin 1687 -> 0 bytes
 misc/makerelease/windows/README.txt              |   25 -
 misc/makerelease/windows/images/Banner.jpg       |  Bin 6643 -> 0 bytes
 misc/makerelease/windows/images/Dialog.jpg       |  Bin 16428 -> 0 bytes
 misc/makerelease/windows/images/DialogLeft.jpg   |  Bin 12961 -> 0 bytes
 misc/makerelease/windows/images/gopher.ico       |  Bin 30166 -> 0 bytes
 misc/makerelease/windows/installer.wxs           |  163 -
 src/cmd/dist/build.c                             |    1 -
 src/net/http/header.go                           |    2 +
 src/net/http/readrequest_test.go                 |   63 +
 src/net/http/serve_test.go                       |  201 ++
 src/net/http/server.go                           |    4 +-
 src/net/http/transfer.go                         |   51 +-
 src/net/textproto/reader.go                      |   36 +-
 src/net/textproto/reader_test.go                 |   11 +-
 src/runtime/slice.go                             |    4 +-
 test/fixedbugs/issue10135.go                     |   25 +
 41 files changed, 4274 insertions(+), 2562 deletions(-)

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