Changelog for
ruby2.4-rubygem-thin-1.6.3-1.1.x86_64.rpm :
Wed Mar 9 13:00:00 2016 kpimenovAATTsuse.com
- Reverted back to 1.6.3 because that\'s what sensu 0.22.1 wants
- Dropped gem2rpm.yml
Sat Sep 19 14:00:00 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 13:00:00 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 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Tue Mar 18 13:00:00 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 13:00:00 2014 kkaempfAATTsuse.com
- Adapt gem pathes for Ruby 2.1
- add ruby-devel buildrequires
Fri Nov 1 13:00:00 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 4 14:00:00 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 13:00:00 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 14:00:00 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 4 14:00:00 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 14:00:00 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 9 14:00:00 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 13:00:00 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]