Skip to content

Commit

Permalink
unicorn 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wong committed May 28, 2009
1 parent a0ac12c commit ad41ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
v0.8.1 - safer timeout handling, more consistent reload behavior
v0.8.0 - enforce Rack dependency, minor performance improvements and fixes v0.8.0 - enforce Rack dependency, minor performance improvements and fixes
v0.7.1 - minor fixes, cleanups and documentation improvements v0.7.1 - minor fixes, cleanups and documentation improvements
v0.7.0 - rack.version is 1.0 v0.7.0 - rack.version is 1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/unicorn/const.rb
Expand Up @@ -5,7 +5,7 @@ module Unicorn
# gave about a 3% to 10% performance improvement over using the strings directly. # gave about a 3% to 10% performance improvement over using the strings directly.
# Symbols did not really improve things much compared to constants. # Symbols did not really improve things much compared to constants.
module Const module Const
UNICORN_VERSION="0.8.0".freeze UNICORN_VERSION="0.8.1".freeze


DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
DEFAULT_PORT = "8080".freeze # default TCP listen port DEFAULT_PORT = "8080".freeze # default TCP listen port
Expand Down

0 comments on commit ad41ed9

Please sign in to comment.