diff --git a/CHANGES b/CHANGES index bd3694083..10abb3f13 100644 --- a/CHANGES +++ b/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) diff --git a/lib/Dancer.pm b/lib/Dancer.pm index 44091ea29..93a7912a1 100644 --- a/lib/Dancer.pm +++ b/lib/Dancer.pm @@ -22,7 +22,7 @@ use Dancer::Handler; use base 'Exporter'; $AUTHORITY = 'SUKRIA'; -$VERSION = '1.121'; +$VERSION = '1.122'; @EXPORT = qw( any before