SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.4-rubygem-thin-1.7.2-3.12.i586.rpm :

* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 1.7.2 see installed CHANGELOG == 1.7.2 Bachmanity
* Add config support for ssl_version and ssl_cipher_list [frameworked]
* Tue Jun 13 2017 cooloAATTsuse.com- updated to version 1.7.1 see installed CHANGELOG == 1.7.1 Muffin Mode
* Ruby 2.4 support (Fixnum deprecation) [nimish-mehta]
* Allow ERB templates in config files [markets]
* Sat May 28 2016 cooloAATTsuse.com- updated to version 1.7.0 see installed CHANGELOG == 1.7.0 Dunder Mifflin
* Rack 2 support
* Ensure Response body.close is called in the same thread Fixes issues with ActiveRecord connection management [#307]
* Fix TCP/IP Backend reports incorrect port when asked to bind to 0 [meschbach]
* Work with ruby 2.3\'s --enable-frozen-string-literal [jeremyevans]
* Sat Sep 19 2015 cooloAATTsuse.com- updated to version 1.6.4 see installed CHANGELOG == 1.6.4 Gob Bluth
* Increase REQUEST_PATH to 2048 symbols [X2rdas]
* Fix warning in logger [tenderlove]
* Add :timeout option for Rack::Server.new [sugitak]
* When restarting, exit on a next tick so we can send response back to a client [rsamoilov]
* Check for empty PID files [z1dane]
* Update Event Machine version to 1.0.4, Ruby 2.2.0 fix [freemanoid]
* Wed Nov 12 2014 cooloAATTsuse.com- updated to version 1.6.3
* Add HTTP 422 status code [rajcybage]
* Add warning about EM reactor still running when stopping.
* Remove version number from \"Server\" HTTP header. [benbasson]
* Adding `--ssl-disable-verify` to allow disabling of client cert requests when SSL enabled [brucek]
* Ensure Tempfiles created by a large request are closed and deleted. [Tonkpils]
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Tue Mar 18 2014 cooloAATTsuse.com- updated to version 1.6.2
* No longer replace response\'s body on HEAD request. Ensuring body.close will be called.
* Remove `---ssl-verify` option as EventMachine doesn\'t verify the certificate.
* Fix env[\'rack.peer_cert\'] to return SSL certifcate.
* Sat Feb 15 2014 kkaempfAATTsuse.com- Adapt gem pathes for Ruby 2.1- add ruby-devel buildrequires
* Fri Nov 01 2013 cooloAATTsuse.com- updated to version 1.6.1
* Regression: Default logger to STDOUT when using outside of CLI.
* Regression: Downgrade Rack required version back to 1.0 to work w/ prior Rails versions.
* Fri Oct 04 2013 cooloAATTsuse.com- updated to version 1.6.0
* Accept absolute URL in request line, eg.: \'GET http://site.com/he/lo HTTP/1.1\'.
* HEAD request no longer return a body in the response.
* No longer stop EventMachine\'s reactor loop unless it was started by Thin.
* Make request env keys upcasing locale-agnostic.
* Use Ruby\'s `Logger` for logging. [Akshay Moghe]. The logger can now be set using `Thin::Logging.logger=`. Tracing of request is handled by a second logger, `Thin::Logging.trace_logger=`.
* Add --threadpool-size option to configure EM\'s thread pool size (default: 20).
* Pipelining is no longer supported.
* Mon Mar 18 2013 cooloAATTsuse.com- updated to version 1.5.1
* Fix issue when running as another user/group without a PID file.
* Allow overriding Connection & Server response headers.
* Update vlad example [Mathieu Lemoine]
* Keep connections in a Hash to speedup deletion [slivu]
* Force kill using already known pid. Prevents \"thin stop\" from leaving a process that removed its
* Sun Sep 23 2012 cooloAATTsuse.com- updated to version 1.5.0
* Fix compilation under Ubuntu 12.04 with -Werror=format-security option.
* Raise an error when no PID file.
* Prevent duplicate response headers.
* Make proper response on exception [MasterLambaster].
* Automatically close idling pipeline connections on server stop [MasterLambaster].
* Wed Jul 04 2012 jatanAATTsuse.de- Explicitly require rubygem-rack-1_1 to fix errors like \"have choice for rubygem-rack >= 1.0.0 needed by rubygem-thin: rubygem-rack-1_1 rubygem-rack rubygem-rack-1_3\"
* Mon Oct 24 2011 aduffeckAATTsuse.com- update to version 1.2.11
* Allow the connection to remain open for 1xx statuses
* Accept IE7 badly encoded URL (eg.: %uEEEE)
* Fix gemspec to work w/ Bundler [smparkes]
* Add SSL support [tmm1]
* Catch Errno::EPERM in Process.running? [Tony Kemp]
* Fix Rails version check that select which Rack adapter to use. Was using CGI adapter in Rails 3.
* Ignore SIGHUP when no restart block is given
* Add SSL options to thin command line tool [goldmann]
* Expose peer SSL certificate in env (rack.peer_cert) [fd]
* Adjusting unix socket permissions to be more open [mbj]
* Wed Jun 09 2010 mrueckertAATTsuse.de- update to version 1.2.7
* Support multiple Ruby version (fat binaries under windows)
* Do not trap unsupported HUP signal on Windows- additional changes from 1.2.6
* Make work with Rails 3 out-of-the-box.
* Auto-detect and load config.ru files on start. Makes Rails 3 work.
* Fix signals being ignored under 1.9 when daemonized.
* Fri Dec 25 2009 prusnakAATTsuse.cz- update to version 1.2.5
* Add rolling restart support (--onebyone option) [sikachu] Force
* external_encoding of request\'s body to ASCII_8BIT [jeremyz]
* Ensure Rack base API is used in Rails adapter only if version >= 2.3.2 [#111 state:resolved]- additional changes from version 1.2.4
* Fix a few issues in thin to make it a better \"gem citizen\" [josh]
* Fix test for rack based Rails in adapter under Ruby >= 1.8.7 [#109 state:resolved]
* Fix Remote address spoofing vulnerability in Connection#remote_address [Alexey Borzenkov]
* Fix uninitialized constant ActionController::Dispatcher error with Rails 1.2.3 [Chris Anderton] [#103 state:resolved]- additional changes from version 1.2.2
* Fix force kill under 1.9 [Alexey Chebotar]
* Fix regression when --only option is used w/ --socket.
* Add process name \'tag\' functionality. Easier to distinguish thin daemons from eachother in process listing [ctcherry]- additional changes from version 1.2.1
* Require Rack 1.0.0
* Require EventMachine 0.12.6
* Use Rails Rack based dispatcher when available
* Allow String for response body
* Require openssl before eventmachine to prevent crash in 1.9- additional changes from version 1.2.0
* Add async response support, see example/async_
*.ru [raggi]- additional changes from version 1.1.1
* Fix bug when running with only options [hasimo]- additional changes from version 1.1.0
* Require EventMachine 0.12.4
* Remove Thin handler, now part of Rack 0.9.1
* Fix Rack protocol version to 0.1 in environment hash.
* Fix error when passing no_epoll option to a cluster.
* Omit parsing #defined strings [Jérémy Zurcher]
* Defaults SERVER_NAME to localhost like webrick does [#87 state:resolved]
* Namespace parser to prevent error when mongrel is required [cliffmoon]
* Set RACK_ENV based on environment option when loading rackup file [Curtis Summers] [#83 state:resolved]
* Fixes a warning RE relative_url_root when using a prefix with Rails 2.1.1 [seriph] [#85 state:resolved]
* --only can work as a sequence number (if < 80) or a port number (if >= 80) [jmay] [#81 state:resolved]
 
ICM