[DRE-commits] [rainbows] branch master updated (349a0f6 -> ff64e33)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jun 11 21:38:25 UTC 2016


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

boutil pushed a change to branch master
in repository rainbows.

      from  349a0f6   Run wrap-and-sort on packaging files
      adds  c0586b8   Imported Upstream version 5.0.0
       new  24c6209   Merge tag 'upstream/5.0.0'
       new  b45652a   standards-version to 3.9.8
       new  ff64e33   prepare changelog

The 3 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:
 .document                                   |    1 -
 .gitattributes                              |    5 +
 .gitignore                                  |    4 +-
 .manifest                                   |    8 +-
 .wrongdoc.yml => .olddoc.yml                |    9 +-
 ChangeLog                                   | 3976 ---------------------------
 DEPLOY                                      |   10 +-
 Documentation/comparison.css                |    6 -
 FAQ                                         |   14 +-
 GIT-VERSION-FILE                            |    2 +-
 GIT-VERSION-GEN                             |    2 +-
 GNUmakefile                                 |   13 +-
 HACKING                                     |    8 +-
 LATEST                                      |  107 +-
 NEWS                                        |   98 +
 README                                      |   22 +-
 Rakefile                                    |   71 -
 SIGNALS                                     |    6 +-
 Sandbox                                     |    2 +-
 Static_Files                                |    2 +-
 Summary                                     |    1 +
 Test_Suite                                  |   64 +-
 bin/rainbows                                |    6 +-
 checksums.yaml.gz                           |  Bin 268 -> 0 bytes
 debian/changelog                            |   11 +
 debian/control                              |    2 +-
 lib/rainbows.rb                             |   27 +-
 lib/rainbows/configurator.rb                |   16 +-
 lib/rainbows/const.rb                       |    3 -
 lib/rainbows/coolio.rb                      |    9 +-
 lib/rainbows/coolio/client.rb               |   12 +-
 lib/rainbows/coolio/heartbeat.rb            |    4 +-
 lib/rainbows/coolio/thread_client.rb        |    6 +-
 lib/rainbows/dev_fd_response.rb             |   22 +-
 lib/rainbows/epoll/client.rb                |   19 +-
 lib/rainbows/error.rb                       |    4 +-
 lib/rainbows/ev_core.rb                     |   28 +-
 lib/rainbows/event_machine/client.rb        |   14 +-
 lib/rainbows/event_machine/try_defer.rb     |    5 +-
 lib/rainbows/fiber.rb                       |    2 +-
 lib/rainbows/fiber/base.rb                  |    6 +-
 lib/rainbows/fiber/coolio/heartbeat.rb      |    2 +-
 lib/rainbows/fiber/io.rb                    |    2 +-
 lib/rainbows/http_parser.rb                 |   24 +
 lib/rainbows/http_server.rb                 |    9 +-
 lib/rainbows/join_threads.rb                |    4 +-
 lib/rainbows/max_body.rb                    |   13 +-
 lib/rainbows/process_client.rb              |   23 +-
 lib/rainbows/response.rb                    |   64 +-
 lib/rainbows/revactor.rb                    |    1 -
 lib/rainbows/revactor/client.rb             |    5 +-
 lib/rainbows/revactor/proxy.rb              |    2 +-
 lib/rainbows/reverse_proxy.rb               |   28 +-
 lib/rainbows/reverse_proxy/coolio.rb        |    6 +-
 lib/rainbows/reverse_proxy/ev_client.rb     |    7 +-
 lib/rainbows/reverse_proxy/event_machine.rb |    2 +-
 lib/rainbows/sendfile.rb                    |   12 +-
 lib/rainbows/server_token.rb                |    7 +-
 lib/rainbows/stream_response_epoll.rb       |   17 +-
 lib/rainbows/sync_close.rb                  |    4 +-
 lib/rainbows/thread_timeout.rb              |    8 +-
 lib/rainbows/version.rb                     |    2 +-
 lib/rainbows/writer_thread_pool.rb          |    4 +-
 lib/rainbows/xepoll_thread_pool/client.rb   |    7 +-
 lib/rainbows/xepoll_thread_spawn/client.rb  |    7 +-
 man/man1/rainbows.1                         |  131 +-
 metadata.yml                                |   42 +-
 pkg.mk                                      |   54 +-
 rainbows.gemspec                            |   25 +-
 rainbows_1                                  |    1 +
 t/GNUmakefile                               |   15 +-
 t/close-has-env.ru                          |    1 +
 t/t0044-autopush.sh                         |  121 -
 t/t0105-rack-input-limit-bigger.sh          |   12 +-
 t/test_isolate.rb                           |   32 +-
 vs_Unicorn                                  |   16 +-
 76 files changed, 607 insertions(+), 4730 deletions(-)
 create mode 100644 .gitattributes
 rename .wrongdoc.yml => .olddoc.yml (77%)
 delete mode 100644 ChangeLog
 delete mode 100644 Documentation/comparison.css
 delete mode 100644 Rakefile
 mode change 100644 => 120000 Test_Suite
 delete mode 100644 checksums.yaml.gz
 create mode 100644 rainbows_1
 delete mode 100644 t/t0044-autopush.sh

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



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