Skip to content

Commit

Permalink
VERSION 1.122, CHANGES notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jan 16, 2010
1 parent beb0acb commit 2c991c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
@@ -1,3 +1,12 @@
Dancer 1.122

* Security Fix: protection from CRLF injection in
response headers (thanks to Mark Stosberg for the report).
* Support for multi-valued params in GET/POST data (thanks to
Mark Stosberg for the report).
* Backward compatibility with old app.psgi files, don't die
when a request is initialized with a CGI::PSGI object.

Dancer 1.121

* Fix for POST data parsing (was broken in 1.120)
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Expand Up @@ -22,7 +22,7 @@ use Dancer::Handler;
use base 'Exporter';

$AUTHORITY = 'SUKRIA';
$VERSION = '1.121';
$VERSION = '1.122';
@EXPORT = qw(
any
before
Expand Down

0 comments on commit 2c991c5

Please sign in to comment.