Skip to content

Commit

Permalink
Update CHANGELOG and bump version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Sep 19, 2015
1 parent a335af0 commit bb3e1cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
== 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]


== 1.6.3 Protein Powder
* Add HTTP 422 status code [rajcybage]
* Add warning about EM reactor still running when stopping.
Expand Down
4 changes: 2 additions & 2 deletions lib/thin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
MAJOR = 1
MINOR = 6
TINY = 3
TINY = 4

STRING = [MAJOR, MINOR, TINY].join('.')

CODENAME = "Protein Powder".freeze
CODENAME = "Gob Bluth".freeze

RACK = [1, 0].freeze # Rack protocol version
end
Expand Down

0 comments on commit bb3e1cd

Please sign in to comment.