Skip to content

Commit

Permalink
unicorn 1.0.2
Browse files Browse the repository at this point in the history
This is the latest maintenance release of the 1.0.x series.
All users are encouraged to upgrade to 1.1.x stable series
and report bugs there.

Shortlog of changes since 1.0.1:

Eric Wong (8):
      SIGTTIN works after SIGWINCH
      fix delays in signal handling
      Rakefile: don't post freshmeat on empty changelogs
      Rakefile: capture prerelease tags
      configurator: use "__send__" instead of "send"
      configurator: reloading with unset values restores default
      gemspec: depend on Isolate 3.0.0 for dev
      doc: stop using deprecated rdoc CLI options
  • Loading branch information
Eric Wong committed Oct 27, 2010
1 parent 856959c commit ea975cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.0.1.GIT
DEF_VER=v1.0.2.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Expand Up @@ -169,7 +169,7 @@ NEWS: GIT-VERSION-FILE .manifest
$(RAKE) -s news_rdoc > $@+
mv $@+ $@

SINCE = 0.991.0
SINCE = 1.0.0
ChangeLog: LOG_VERSION = \
$(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
echo $(GIT_VERSION) || git describe)
Expand Down
4 changes: 2 additions & 2 deletions lib/unicorn/const.rb
Expand Up @@ -8,8 +8,8 @@ module Unicorn
# Symbols did not really improve things much compared to constants.
module Const

# The current version of Unicorn, currently 1.0.1
UNICORN_VERSION="1.0.1"
# The current version of Unicorn, currently 1.0.2
UNICORN_VERSION="1.0.2"

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

0 comments on commit ea975cc

Please sign in to comment.