From 97e2a01c493eea4a433fefe6287b19955b0b8ac2 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Wed, 29 Feb 2012 16:16:53 +0200 Subject: [PATCH 1/4] version bump --- lib/Dancer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dancer.pm b/lib/Dancer.pm index e2c959ab8..445e557ae 100644 --- a/lib/Dancer.pm +++ b/lib/Dancer.pm @@ -5,7 +5,7 @@ use warnings; use Carp; use Cwd 'realpath'; -our $VERSION = '1.3092'; +our $VERSION = '1.3093'; our $AUTHORITY = 'SUKRIA'; use Dancer::App; From b25765c04bd805768946d7eaeab4d859f6baa100 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Wed, 29 Feb 2012 16:29:05 +0200 Subject: [PATCH 2/4] updating changelog --- CHANGES | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 211279849..2e126c095 100644 --- a/CHANGES +++ b/CHANGES @@ -1,13 +1,29 @@ {{$NEXT}} +1.3093 29.02.2012 + + [ ENHANCEMENTS ] + * Add exception type ::Core::Request. (David Precious) + * JSON decode from UTF8. (Sam Kington) + * Provide the method when a route crashes to help debug. (Sam Kington) + * More helpful log messages. (David Precious) + [ BUG FIXES ] - * GH-738: Define exception type ::Core::Request, to avoid things blowing + * GH #738: Define exception type ::Core::Request, to avoid things blowing up when Dancer::Request raises exceptions of that type (David Precious, thanks to damog for reporting) + * GH #671: Fix Dancer::Plugin::Ajax with Plack::Builders. + (Activeg, Sawyer X) + * Auto-page feature cleanup and fixup. (David Precious) + * Remove uninitialized warnings. (Sawyer X, David Precious) [ DOCUMENTATION ] - * Fix examples for multi-app deployment under Plack::Builder in deployment - * docs (c0bra) + * Fix examples for multi-app deployment under Plack::Builder in deployment. + * Deployment docs. (c0bra) + * Update tutorial. (David Precious) + * Clean up EXPORTS. (David Precious) + * Keyword documentation fixups. (Kirk Kimmel) + * Clarify forward docs with better examples. (David Precious) 1.3092 27.01.2012 From ed060b443081cf50408d7a62c0bec0614476da2f Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Wed, 29 Feb 2012 16:32:06 +0200 Subject: [PATCH 3/4] put ENHANCEMENTS after BUG FIXES --- CHANGES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 2e126c095..98eeaa052 100644 --- a/CHANGES +++ b/CHANGES @@ -2,12 +2,6 @@ 1.3093 29.02.2012 - [ ENHANCEMENTS ] - * Add exception type ::Core::Request. (David Precious) - * JSON decode from UTF8. (Sam Kington) - * Provide the method when a route crashes to help debug. (Sam Kington) - * More helpful log messages. (David Precious) - [ BUG FIXES ] * GH #738: Define exception type ::Core::Request, to avoid things blowing up when Dancer::Request raises exceptions of that type @@ -17,6 +11,12 @@ * Auto-page feature cleanup and fixup. (David Precious) * Remove uninitialized warnings. (Sawyer X, David Precious) + [ ENHANCEMENTS ] + * Add exception type ::Core::Request. (David Precious) + * JSON decode from UTF8. (Sam Kington) + * Provide the method when a route crashes to help debug. (Sam Kington) + * More helpful log messages. (David Precious) + [ DOCUMENTATION ] * Fix examples for multi-app deployment under Plack::Builder in deployment. * Deployment docs. (c0bra) From 4ec2ef818c08b9ce524e5942e223e832aca08a26 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Wed, 29 Feb 2012 16:32:37 +0200 Subject: [PATCH 4/4] WE WON --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 98eeaa052..ed88a1af3 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ * Remove uninitialized warnings. (Sawyer X, David Precious) [ ENHANCEMENTS ] + * Winning release race to Catalyst (nice try rafl++!) * Add exception type ::Core::Request. (David Precious) * JSON decode from UTF8. (Sam Kington) * Provide the method when a route crashes to help debug. (Sam Kington)