SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rubygem-unicorn-testsuite-4.7.0-4.1.x86_64.rpm :

* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 4.7.0, see Changelog
* unicorn is now GPLv2-or-later and Ruby 1.8-licensed (instead of GPLv2-only, GPLv3-only, and Ruby 1.8-licensed)
* Sun Jul 21 2013 cooloAATTsuse.com- updated to version 4.6.3 - fix --no-default-middleware option
* Thu Mar 14 2013 mrueckertAATTsuse.de- update to version 4.6.2 - This release fixes a bug in Unicorn::HttpParser#filter_body which affected some configurations of Rainbows! There is also a minor size reduction in the DSO. - Unicorn::Const::UNICORN_VERSION is now auto-generated from GIT-VERSION-GEN and always correct. Minor cleanups for hijacking.
* Sat Feb 09 2013 cooloAATTsuse.com- updated to version 4.6.0 This pre-release adds hijacking support for Rack 1.5 users. See Rack documentation for more information about hijacking. There is also a new --no-default-middleware/-N option for the `unicorn\' command to ignore RACK_ENV within unicorn thanks to Lin Jen-Shin. There are only documentation and test-portability updates since 4.6.0pre1, no code changes.
* Wed Dec 19 2012 mrueckertAATTsuse.de- update to version 4.5.0 The new check_client_connection option allows unicorn to detect most disconnected local clients before potentially expensive application processing begins. This feature is useful for applications experiencing spikes of traffic leading to undesirable queue times, as clients will disconnect (and perhaps even retry, compounding the problem) before unicorn can even start processing the request. To enable this feature, add the following line to a unicorn config file: check_client_connection true This feature only works when nginx (or any other HTTP/1.0+ client) is on the same machine as unicorn. A huge thanks to Tom Burns for implementing and testing this change in production with real traffic (including mitigating an unexpected DoS attack). ref: http://mid.gmane.org/CAK4qKG3rkfVYLyeqEqQyuNEh_nZ8yw0X_cwTxJfJ+TOU+y8F+wAATTmail.gmail.com
* Sun Oct 28 2012 cooloAATTsuse.com- updated to version 4.4.0 Non-regular files are no longer reopened on SIGUSR1. This allows users to specify FIFOs as log destinations. TCP_NOPUSH/TCP_CORK is no longer set/unset by default. Use :tcp_nopush explicitly with the \"listen\" directive if you wish to enable TCP_NOPUSH/TCP_CORK. Listen sockets are now bound _after_ loading the application for preload_app(true) users. This prevents load balancers from sending traffic to an application server while the application is still loading. There are also minor test suite cleanups.
* Wed Aug 24 2011 mrueckertAATTsuse.de- update to 4.1.0
* Rack::Chunked and Rack::ContentLength middlewares are loaded by default for RACK_ENV=(development|deployment) users to match Rack::Server behavior. As before, use RACK_ENV=none if you want fine-grained control of your middleware. This should also help users of Rainbows! and Zbatery.
* CTL characters are now rejected from HTTP header values
* Exception messages are now filtered for [:cntrl:] characters since application/middleware authors may forget to do so
* Workers will now terminate properly if a SIGQUIT/SIGTERM/SIGINT is received while during worker process initialization.
* close-on-exec is explicitly disabled to future-proof against Ruby 2.0 changes [ruby-core:38140]
* Sat Jul 02 2011 ammlerAATTopenttdcoop.org- major update to 4.0.1 (too many changes to list here, please see /usr/lib
*/ruby/gems/1.8/gems/unicorn-4.0.1/ChangeLog)
* Tue Jun 15 2010 mrueckertAATTsuse.de- initial package of version 0.991.0
 
ICM