File rubygem-puma.changes of Package rubygem-puma
-------------------------------------------------------------------
Sun May 18 09:04:44 UTC 2014 - coolo@suse.com
- updated to version 2.8.2
* 4 bug fixes:
* During upgrade, change directory in main process instead of workers.
* Close the client properly on error
* Capistrano: fallback from phased restart to start when not started
* Allow tag option in conf file
* 4 doc fixes:
* Fix Puma daemon service README typo
* `preload_app!` instead of `preload_app`
* add preload_app and prune_bundler to example config
* allow changing of worker_timeout in config file
* 11 PRs merged:
* Merge pull request #487 from ckuttruff/master
* Merge pull request #492 from ckuttruff/master
* Merge pull request #493 from alepore/config_tag
* Merge pull request #503 from mariuz/patch-1
* Merge pull request #505 from sammcj/patch-1
* Merge pull request #506 from FlavourSys/config_worker_timeout
* Merge pull request #510 from momer/rescue-block-handle-servers-fix
* Merge pull request #511 from macool/patch-1
* Merge pull request #514 from edogawaconan/refactor_env
* Merge pull request #517 from misfo/patch-1
* Merge pull request #518 from LongMan/master
-------------------------------------------------------------------
Tue Mar 18 14:57:18 UTC 2014 - coolo@suse.com
- updated to version 2.8.1
* 1 bug fixes:
* Run puma-wild with proper deps for prune_bundler
* 2 doc changes:
* Described the configuration file finding behavior added in 2.8.0 and how to disable it.
* Start the deployment doc
* 6 PRs merged:
* Merge pull request #471 from arthurnn/fix_test
* Merge pull request #485 from joneslee85/patch-9
* Merge pull request #486 from joshwlewis/patch-1
* Merge pull request #490 from tobinibot/patch-1
* Merge pull request #491 from brianknight10/clarify-no-config
=== 2.8.0 / 2014-02-28
* 8 minor features:
* Add ability to autoload a config file. Fixes #438
* Add ability to detect and terminate hung workers. Fixes #333
* Add booted_workers to stats response
* Add config to customize the default error message
* Add prune_bundler option
* Add worker indexes, expose them via on_worker_boot. Fixes #440
* Add pretty process name
* Show the ruby version in use
* 7 bug fixes:
* Added 408 status on timeout.
* Be more hostile with sockets that write block. Fixes #449
* Expect at_exit to exclusively remove the pidfile. Fixes #444
* Expose latency and listen backlog via bind query. Fixes #370
* JRuby raises IOError if the socket is there. Fixes #377
* Process requests fairly. Fixes #406
* Rescue SystemCallError as well. Fixes #425
* 4 doc changes:
* Add 2.1.0 to the matrix
* Add Code Climate badge to README
* Create signals.md
* Set the license to BSD. Fixes #432
* 14 PRs merged:
* Merge pull request #428 from alexeyfrank/capistrano_default_hooks
* Merge pull request #429 from namusyaka/revert-const_defined
* Merge pull request #431 from mrb/master
* Merge pull request #433 from alepore/process-name
* Merge pull request #437 from ibrahima/master
* Merge pull request #446 from sudara/master
* Merge pull request #451 from pwiebe/status_408
* Merge pull request #453 from joevandyk/patch-1
* Merge pull request #470 from arthurnn/fix_458
* Merge pull request #472 from rubencaro/master
* Merge pull request #480 from jjb/docs-on-running-test-suite
* Merge pull request #481 from schneems/master
* Merge pull request #482 from prathamesh-sonpatki/signals-doc-cleanup
* Merge pull request #483 from YotpoLtd/master
-------------------------------------------------------------------
Thu Feb 6 12:46:22 UTC 2014 - coolo@suse.com
- use new macros
-------------------------------------------------------------------
Mon Dec 16 11:57:17 UTC 2013 - cfarrell@suse.com
- license update: Ruby
See data/LICENSE
-------------------------------------------------------------------
Thu Dec 12 10:19:38 UTC 2013 - coolo@suse.com
- updated to version 2.7.1
* 1 bug fix:
* Keep STDOUT/STDERR the right mode. Fixes #422
=== 2.7.0 / 2013-12-03
* 1 minor feature:
* Adding TTIN and TTOU to increment/decrement workers
* N bug fixes:
* Always use our Process.daemon because it's not busted
* Add capistrano restart failback to start.
* Change position of `cd` so that rvm gemset is loaded
* Clarify some platform specifics
* Do not close the pipe sockets when retrying
* Fix String#byteslice for Ruby 1.9.1, 1.9.2
* Fix compatibility with 1.8.7.
* Handle IOError closed stream in IO.select
* Increase the max URI path length to 2048 chars from 1024 chars
* Upstart jungle use config/puma.rb instead
-------------------------------------------------------------------
Mon Sep 23 14:53:06 UTC 2013 - coolo@suse.com
- updated to version 2.6.0
* 2 minor features:
* Add support for event hooks
** Add a hook for state transitions
* Add phased restart to capistrano recipe.
* 4 bug fixes:
* Convince workers to stop by SIGKILL after timeout
* Define RSTRING_NOT_MODIFIED for Rubinius performance
* Handle BrokenPipe, StandardError and IOError in fat_wrote and break out
* Return success status to the invoking environment
-------------------------------------------------------------------
Mon Aug 26 05:05:52 UTC 2013 - coolo@suse.com
- updated to version 2.5.1
* 2 bug fixes:
* Keep jruby daemon mode from retrying on a hot restart
* Extract version from const.rb in gemspec
=== 2.5.0 / 2013-08-08
* 2 minor features:
* Allow configuring pumactl with config.rb
* make `pumactl restart` start puma if not running
* 6 bug fixes:
* Autodetect ruby managers and home directory in upstart script
* Convert header values to string before sending.
* Correctly report phased-restart availability
* Fix pidfile creation/deletion race on jruby daemonization
* Use integers when comparing thread counts
* Fix typo in using lopez express (raw tcp) mode
* 6 misc changes:
* Fix typo in phased-restart response
* Uncomment setuid/setgid by default in upstart
* Use Puma::Const::PUMA_VERSION in gemspec
* Update upstart comments to reflect new commandline
* Remove obsolete pumactl instructions; refer to pumactl for details
* Make Bundler used puma.gemspec version agnostic
=== 2.4.1 / 2013-08-07
* 1 experimental feature:
* Support raw tcp servers (aka Lopez Express mode)
-------------------------------------------------------------------
Wed Jul 31 05:45:57 UTC 2013 - coolo@suse.com
- updated to version 2.4.0
* 5 minor features:
* Add PUMA_JRUBY_DAEMON_OPTS to get around agent starting twice
* Add ability to drain accept socket on shutdown
* Add port to DSL
* Adds support for using puma config file in capistrano deploys.
* Make phased_restart fallback to restart if not available
* 10 bug fixes:
* Be sure to only delete the pid in the master. Fixes #334
* Call out -C/--config flags
* Change parser symbol names to avoid clash. Fixes #179
* Convert thread pool sizes to integers
* Detect when the jruby daemon child doesn't start properly
* Fix typo in CLI help
* Improve the logging output when hijack is used. Fixes #332
* Remove unnecessary thread pool size conversions
* Setup :worker_boot as an Array. Fixes #317
* Use 127.0.0.1 as REMOTE_ADDR of unix client. Fixes #309
=== 2.3.2 / 2013-07-08
* 1 bug fix:
* Move starting control server to after daemonization.
=== 2.3.1 / 2013-07-06
* 2 bug fixes:
* Include the right files in the Manifest.
* Disable inheriting connections on restart on windows. Fixes #166
* 1 doc change:
* Better document some platform constraints
=== 2.3.0 / 2013-07-05
* 1 major bug fix:
* Stabilize control server, add support in cluster mode
-------------------------------------------------------------------
Fri May 24 07:03:23 UTC 2013 - coolo@suse.com
- updated to version 2.0.1, see History.txt
-------------------------------------------------------------------
Wed Dec 19 22:13:35 UTC 2012 - mrueckert@suse.de
- initial package