Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version++
  • Loading branch information
lestrrat committed Apr 29, 2011
1 parent 4e444a2 commit 69647e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
@@ -1,6 +1,13 @@
Changes
=======

0.01000_04 Apr 29 2011
* Supply SERVER_PORT (hbaragar)
* Use newer ZeroMQ API (hbaragar)
* Fix SCRIPT_NAME (hbaragar)
* Fix some internal hoopla (hbaragar)
* See if we can test for big uploads, too (lestrrat)

0.01000_03 Jan 24 2011
* Tested against mongrel2-1.5
* Adapt to mongrel2 changes
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Handler/Mongrel2.pm
@@ -1,7 +1,7 @@
package Plack::Handler::Mongrel2;
use strict;
use base qw(Plack::Handler);
our $VERSION = '0.01000_03';
our $VERSION = '0.01000_04';
use ZeroMQ::Raw;
use ZeroMQ::Constants qw(
ZMQ_POLLIN
Expand Down

0 comments on commit 69647e1

Please sign in to comment.