Skip to content

Commit

Permalink
Merge branch 'release/1.3089_01' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Nov 26, 2011
2 parents 9e98251 + 69537e4 commit 7e19005
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions CHANGES
@@ -1,15 +1,21 @@
[ ENHANCEMENTS ]
* The ability for dancer_response to send file contents for file uploads
as a scalar, instead of reading from file on disk (Squeeks)
1.3089_01 26.11.2011

[ BUG FIXES ]
* Fix bug that made system() fail with -1 under Dancer (felixdo)
* Fix bug that made system() fail with -1 under Dancer (felixdo).
* Support for 'content_type' option on send_file when sending a
system wide file (Emmanuel Rodriguez)
* Support HTTP_X_FORWARDED_HOST in behing proxy (Ipaponov)
* Deserialize PATCH requests (Sam Kington)
system wide file (Emmanuel Rodriguez).
* Support HTTP_X_FORWARDED_HOST in behing proxy (Ipaponov).
* Deserialize PATCH requests (Sam Kington).
* Encode log messages properly if charset UTF-8 is set (David Precious,
thanks to Penfold for the fix & MiklerGM for reporting)
thanks to Penfold for the fix & MiklerGM for reporting).

[ ENHANCEMENTS ]
* Continuations-style exception system! (Damien Krotkine).
* The ability for dancer_response to send file contents for file uploads
as a scalar, instead of reading from file on disk (Squeeks).

[ DOCUMENTATION ]
* Clean up "plack_middlewares" example in docs (Richard Simões).

1.3080 25.10.2011
** Codename: Sawyer's Sugar Stream // Sawyer X **
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp;
use Cwd 'realpath';

our $VERSION = '1.3080';
our $VERSION = '1.3089_01';
our $AUTHORITY = 'SUKRIA';

use Dancer::App;
Expand Down

0 comments on commit 7e19005

Please sign in to comment.