Changelog for
rubygem-thin-1.5.0-4.1.x86_64.rpm :
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]
Tue Nov 25 13:00:00 2008 mrueckertAATTsuse.de
- fix path to the ruby interpreter in the dispatch files
Fri Nov 14 13:00:00 2008 mrueckertAATTsuse.de
- update to version 1.0.0
too many changes see /usr/lib
*/ruby/gems/1.8/gems/thin-1.0.0/CHANGELOG
Mon Aug 25 14:00:00 2008 mrueckertAATTsuse.de
- update to version 0.8.2
too many changes see /usr/lib
*/ruby/gems/1.8/gems/thin-0.8.2/CHANGELOG
Thu Feb 21 13:00:00 2008 mrueckertAATTsuse.de
- initial package of version 0.6.4