From: Sebastian Riedel Date: Sun, 24 Apr 2005 15:15:53 +0000 (+0000) Subject: Updated changes X-Git-Tag: 5.7099_04~1441 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a783a49ea9a815f1d424331fe95dd73062879c92 Updated changes --- diff --git a/Changes b/Changes index d843152..0700109 100644 --- a/Changes +++ b/Changes @@ -1,19 +1,23 @@ This file documents the revision history for Perl extension Catalyst. +5.11 Sun Apr 24 17:00:00 2005 + - improved uploads and parameters + - added $c->req->protocol and $c->req->secure + 5.10 Wed Apr 20 18:00:00 2005 - - Updated dependencies to require latest module::pluggable::fast - - New installer for templates and stuff using Module::Build + - updated dependencies to require latest module::pluggable::fast + - new installer for templates and stuff using Module::Build - scripts are now prefixed, for being installable IMPORTANT: You have to regenerate the script directory, remove Makefile.PL and add Build.PL - Added compat to install Module::Build if required. 5.03 Tue Apr 19 20:35:00 2005 (Revision 462) - - Fixed Test example (Torsten Seeman) - - Added Plugins chapter to manual + - fixed Test example (Torsten Seeman) + - added Plugins chapter to manual - applied doc patch from Robert Boone - - Improved Dispatcher error messages. - - Refactored so we don't need to include helper from + - improved Dispatcher error messages. + - refactored so we don't need to include helper from Catalyst.pm - Fixes issues with FindBin - applied HTTP.pm patch from Andy Grundman - added plugin() method for instant plugins diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 80394cb..8a864ce 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -10,7 +10,7 @@ our $CATALYST_SCRIPT_GEN = 3; __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/; -our $VERSION = '5.10'; +our $VERSION = '5.11'; our @ISA; =head1 NAME