[DRE-commits] [unicorn] branch master updated (69e1037 -> 898b029)

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Sep 18 18:47:21 UTC 2017


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

srud-guest pushed a change to branch master
in repository unicorn.

      from  69e1037   add myself to uploaders
      adds  ab4901f   New upstream version 5.3.0
       new  ed07c1a   Updated version 5.3.0 from 'upstream/5.3.0'
       new  899e8ef   Update Standards version
       new  fc8c58a   Update changelog
       new  22e72be   Refresh patch
       new  6b3d095   Add lsb-base to deps and enable autopkgtest
       new  898b029   Upload to unstable

The 6 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:
 .manifest                                    |   1 +
 .olddoc.yml                                  |   1 -
 GIT-VERSION-FILE                             |   2 +-
 GIT-VERSION-GEN                              |   2 +-
 HACKING                                      |   1 -
 ISSUES                                       |  18 +++--
 LATEST                                       | 100 +++++++++++++++++-------
 Links                                        |   2 +-
 NEWS                                         | 113 +++++++++++++++++++++++++++
 TUNING                                       |  20 ++++-
 debian/changelog                             |   7 ++
 debian/control                               |   4 +-
 debian/patches/fix-gemspec.patch             |  50 +++---------
 ext/unicorn_http/common_field_optimization.h |   4 +-
 ext/unicorn_http/ext_help.h                  |  20 -----
 ext/unicorn_http/extconf.rb                  |   2 +-
 ext/unicorn_http/global_variables.h          |   4 +-
 ext/unicorn_http/httpdate.c                  |   4 +-
 ext/unicorn_http/unicorn_http.c              |  13 ++-
 ext/unicorn_http/unicorn_http.rl             |  13 ++-
 lib/unicorn.rb                               |   2 +-
 lib/unicorn/configurator.rb                  |  72 +++++++++++++++--
 lib/unicorn/http_request.rb                  |  98 ++++++++++++++++++++---
 lib/unicorn/http_server.rb                   |  82 ++++++++++++++-----
 lib/unicorn/oob_gc.rb                        |   3 +-
 lib/unicorn/socket_helper.rb                 |  23 +++++-
 lib/unicorn/stream_input.rb                  |   9 ++-
 lib/unicorn/tee_input.rb                     |  18 ++---
 lib/unicorn/version.rb                       |   2 +-
 lib/unicorn/worker.rb                        |  23 ++++--
 t/t0011-active-unix-socket.sh                |   2 +-
 t/t0012-reload-empty-config.sh               |   3 +-
 t/test-lib.sh                                |   4 +-
 test/exec/test_exec.rb                       |  11 +--
 test/unit/test_ccc.rb                        |  90 +++++++++++++++++++++
 test/unit/test_http_parser.rb                |  18 -----
 test/unit/test_socket_helper.rb              |  12 ++-
 test/unit/test_util.rb                       |   4 +-
 unicorn.gemspec                              |  22 +++---
 39 files changed, 659 insertions(+), 220 deletions(-)
 create mode 100644 test/unit/test_ccc.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/unicorn.git



More information about the Pkg-ruby-extras-commits mailing list