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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Nov 3 15:46:25 UTC 2016


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

praveen pushed a change to branch master
in repository unicorn.

      from  f1ca6ba   upload to unstable
      adds  f80b814   New upstream version 5.2.0
       new  c0440c2   Merge tag 'upstream/5.2.0'
       new  b71fd93   update changelog
       new  105faff   fix gemspec
       new  52b4a72   run quilt push in clean
       new  69e1037   add myself to uploaders

The 5 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:
 .olddoc.yml                                        |   6 +-
 Documentation/unicorn.1.txt                        |   4 +-
 Documentation/unicorn_rails.1.txt                  |   4 +-
 FAQ                                                |   2 +-
 GIT-VERSION-FILE                                   |   2 +-
 GIT-VERSION-GEN                                    |   2 +-
 GNUmakefile                                        |   6 +-
 HACKING                                            |   2 +-
 ISSUES                                             |  12 +-
 KNOWN_ISSUES                                       |   4 +-
 Links                                              |   4 +-
 README                                             |   4 +-
 SIGNALS                                            |   2 +-
 Sandbox                                            |   5 +-
 TODO                                               |   2 -
 debian/changelog                                   |   8 +-
 debian/control                                     |   6 +-
 ...explicitly-use-escaped-minus-in-man-pages.patch | 180 ----
 debian/patches/fix-gemspec.patch                   |  43 +
 debian/patches/series                              |   2 +-
 debian/rules                                       |   5 +
 examples/big_app_gc.rb                             |   2 +-
 examples/init.sh                                   |  44 +-
 examples/logrotate.conf                            |  17 +-
 examples/nginx.conf                                |   2 +-
 examples/unicorn.conf.minimal.rb                   |   4 +-
 examples/unicorn.conf.rb                           |   4 +-
 examples/unicorn at .service                          |   5 +
 ext/unicorn_http/unicorn_http.c                    | 983 ++++++++++++++-------
 ext/unicorn_http/unicorn_http_common.rl            |   2 +-
 lib/unicorn/configurator.rb                        |   6 +-
 lib/unicorn/http_server.rb                         |   2 +-
 lib/unicorn/oob_gc.rb                              |   5 +-
 lib/unicorn/version.rb                             |   2 +-
 man/man1/unicorn.1                                 | 107 +--
 man/man1/unicorn_rails.1                           |  92 +-
 test/unit/test_http_parser.rb                      |  18 +
 unicorn_1                                          |   1 +
 unicorn_rails_1                                    |   1 +
 39 files changed, 923 insertions(+), 679 deletions(-)
 delete mode 100644 debian/patches/0001-explicitly-use-escaped-minus-in-man-pages.patch
 create mode 100644 debian/patches/fix-gemspec.patch
 create mode 100644 unicorn_1
 create mode 100644 unicorn_rails_1

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