[DRE-commits] [unicorn] branch master updated (5c1c2d6 -> 9e0ad63)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Aug 27 15:16:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository unicorn.
from 5c1c2d6 prevent auto-enable of SysV daemon on first install:
adds 2e6f680 Imported Upstream version 4.9.0
new fc91092 Merge tag 'upstream/4.9.0'
new d220c1d update changelog
new d5c123a bump standards
new 9e0ad63 upload to experimental
The 4 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 -
.gitignore | 4 +-
.manifest | 5 +-
.wrongdoc.yml => .olddoc.yml | 6 +-
ChangeLog | 5027 ---------------------------------
Documentation/unicorn.1.txt | 7 +
FAQ | 10 +-
GIT-VERSION-FILE | 2 +-
GIT-VERSION-GEN | 2 +-
GNUmakefile | 71 +-
HACKING | 31 +-
ISSUES | 46 +-
KNOWN_ISSUES | 20 +-
Links | 5 +-
README | 10 +-
Rakefile | 44 -
Sandbox | 2 +-
checksums.yaml.gz | Bin 268 -> 0 bytes
debian/changelog | 8 +
debian/control | 2 +-
examples/unicorn.conf.rb | 11 +
lib/unicorn.rb | 2 +
lib/unicorn/configurator.rb | 2 -
lib/unicorn/http_server.rb | 6 +-
lib/unicorn/tee_input.rb | 9 +-
lib/unicorn/tmpio.rb | 3 +
lib/unicorn/version.rb | 2 +-
local.mk.sample | 59 -
man/man1/unicorn.1 | 8 +
metadata.yml | 36 +-
script/isolate_for_tests | 31 -
t/GNUmakefile | 6 +-
t/README | 2 +-
t/t0002-parser-error.sh | 6 +-
test/exec/test_exec.rb | 2 +-
test/test_helper.rb | 4 +-
test/unit/test_http_parser.rb | 6 +-
test/unit/test_http_parser_ng.rb | 2 +-
test/unit/test_http_parser_xftrust.rb | 2 +-
test/unit/test_request.rb | 2 +-
test/unit/test_response.rb | 6 +-
test/unit/test_server.rb | 6 +-
test/unit/test_signals.rb | 2 +-
test/unit/test_socket_helper.rb | 8 +-
test/unit/test_tee_input.rb | 10 +
test/unit/test_upload.rb | 2 +-
test/unit/test_util.rb | 2 +-
unicorn.gemspec | 13 +-
unicorn_1 | 1 +
unicorn_rails_1 | 1 +
50 files changed, 229 insertions(+), 5326 deletions(-)
rename .wrongdoc.yml => .olddoc.yml (85%)
delete mode 100644 ChangeLog
delete mode 100644 checksums.yaml.gz
delete mode 100644 local.mk.sample
delete mode 100755 script/isolate_for_tests
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