Skip to content

Commit

Permalink
Bump to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Sep 5, 2014
1 parent 3cbe521 commit 4332f86
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.txt
@@ -1,3 +1,15 @@
=== 2.9.1 / 2014-09-05

* 4 bug fixes:
* Cleanup the SSL related structures properly, fixes memory leak
* Fix thread spawning edge case.
* Force a worker check after a worker boots, don't wait 5sec. Fixes #574
* Implement SIGHUP for logs reopening

* 2 PRs merged:
* Merge pull request #561 from theoldreader/sighup
* Merge pull request #570 from havenwood/spawn-thread-edge-case

=== 2.9.0 / 2014-07-12

* 1 minor feature:
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Expand Up @@ -28,7 +28,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "2.9.0".freeze
PUMA_VERSION = VERSION = "2.9.1".freeze
CODE_NAME = "Team High Five".freeze

FAST_TRACK_KA_TIMEOUT = 0.2
Expand Down

0 comments on commit 4332f86

Please sign in to comment.