Skip to content

Commit

Permalink
Bump the minor version, update history.
Browse files Browse the repository at this point in the history
  • Loading branch information
ged committed Feb 2, 2014
1 parent e6d3fa3 commit 8f8da7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
== v0.41.0 [2014-02-02] Michael Granger <ged@FaerieMUD.org>

- Convert back to rbczmq for modern mongrel2s
- Config introspection and cleanup.
- Add Mongrel2::Config.mimetypes for fetching Mongrel2's mime-types
table.
- Add more config introspection to the Mongrel2::Handler class.
- Use LibXML instead of Nokogiri for XML request type


== v0.40.0 [2013-10-31] Michael Granger <ged@FaerieMUD.org>

- Move back to the zmq library, as rbczmq was too unstable.
Expand Down
2 changes: 1 addition & 1 deletion lib/mongrel2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Mongrel2
abort "\n\n>>> Mongrel2 requires Ruby 1.9.2 or later. <<<\n\n" if RUBY_VERSION < '1.9.2'

# Library version constant
VERSION = '0.40.0'
VERSION = '0.41.0'

# Version-control revision constant
REVISION = %q$Revision$
Expand Down

0 comments on commit 8f8da7b

Please sign in to comment.