Skip to content

Commit

Permalink
unicorn 3.6.2 - fix Unicorn::OobGC module
Browse files Browse the repository at this point in the history
The optional Unicorn::OobGC module is reimplemented to fix
breakage that appeared in v3.3.1.  There are also minor
documentation updates, but no code changes as of 3.6.1 for
non-OobGC users.

There is also a v1.1.7 release to fix the same OobGC breakage
that appeared for 1.1.x users in the v1.1.6 release.
  • Loading branch information
Eric Wong committed Apr 30, 2011
1 parent 1588c29 commit f848f63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v3.6.1.GIT
DEF_VER=v3.6.2.GIT

LF='
'
Expand Down
4 changes: 2 additions & 2 deletions lib/unicorn/const.rb
Expand Up @@ -8,8 +8,8 @@
# improve things much compared to constants.
module Unicorn::Const

# The current version of Unicorn, currently 3.4.0
UNICORN_VERSION = "3.4.0"
# The current version of Unicorn, currently 3.6.2
UNICORN_VERSION = "3.6.2"

# default TCP listen host address (0.0.0.0, all interfaces)
DEFAULT_HOST = "0.0.0.0"
Expand Down

0 comments on commit f848f63

Please sign in to comment.