revert PathPrefix from trunk
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.7008  XXXX-XX-XX
4         - Many performance improvements by not using URI.pm:
5           * $c->uri_for (approx. 8x faster)
6           * $c->engine->prepare_path (approx. 27x faster)
7           * $c->engine->prepare_query_parameters (approx. 5x faster)
8         - If libapreq2 is installed, URIs are decoded using a C function that is
9           approx. 12x faster than URI::Escape.
10         - Updated HTTP::Body dependency to 0.9 which fixes the following issues:
11           * Handle when IE sometimes sends an extra CRLF after the POST body.
12           * Empty fields in multipart/form-data POSTs are no longer ignored.
13           * Uploaded files with the name "0" are no longer ignored.
14         - Added $c->request->keywords for getting the keywords (a query string with
15           no parameters).
16         - Sending SIGHUP to the dev server will now cause it to restart.
17         - Allow "0" for a path in uri_for.
18
19 5.7007  2007-03-13 14:18:00
20         - Performance and stability improvements to the built-in HTTP server.
21         - Don't ignore file uploads if form contains a text field with the
22           same name.  (Carl Franks)
23         - Support restart_delay of 0 (for use in the POE engine).
24         - Skip body processing if we don't have a Content-Length header.
25           Results in about a 9% performance increase when handling GET/HEAD
26           requests.
27         - Add a default body to redirect responses.
28         - MyApp->model/view now looks at MyApp->config->{default_view/model}
29           (Bogdan Lucaciu)
30
31 5.7006   2006-11-15 14.18
32         - Updated manifest
33         - Fix Slurp dependency
34         - Updated HTTP::Body dependency to 0.6, 0.5 can break on large POST 
35           requests.
36         - Skip utf8 fix for undef values in uri_with() and uri_for()
37
38 5.7005   2006-11-07 19:37:35
39         - Fixed lighttpd tests to be properly skipped.
40         - Moved IE workarounds to exist only in the HTTP engine.
41         - Added installation instructions (from Catalyst-Manual dist)
42
43 5.7004   2006-11-06 20:48:35
44         - Fix Engine::HTTP crash when using IE. (Jesper Krogh, Peter Edwards)
45         - clean up Catalyst::Utils to handle some edge cases
46         - Properly work around lighttpd PATH_INFO vs. SCRIPT_NAME bug
47           (Mark Blythe)
48         - add _application accessor to Catalyst::Base
49         - Support current_view
50         - Allow use of Catalyst::Test without app name (Ton Voon, Altinity)
51         - Catalyst::Manual moved to its own package
52         - Add option to FastCGI engine to send errors to stdout, not the web server
53         - Use Module::Install's auto_install to install prerequisite modules 
54         - various documentation fixes and improvements
55         
56 5.7003   2006-09-21 16:29:45
57         - Additions and updates to tutorial
58
59 5.7002   2006-09-17 19:35:32
60         - unescape captures to match args
61         - fix for relative Chained under namespace '' (root)
62         - fix for hashrefs in action attributes from config
63         - fix for Chained to require correct number of CaptureArgs
64
65 5.7001   2006-07-19 23:46:54
66         - fix for component loading
67         - uri_for and uri_with now behave as they used to with non-
68           array references
69
70 5.7000   2006-07-07 08:08:08
71         - fix FCGI.pm warning message with FastCGI engine
72         - bumped inc::Module::Install to 0.63 in Makefile.PL
73         - fixes to uri_for_action for DispatchType::Chained
74         - Further doc work.
75         - Minor code cleanups 
76         - Changed catalyst.pl to depend on Catalyst::Devel
77
78 5.70_03  2006-06-28 16:42:00
79         - fixup to registered plugins debug at app startup
80         - refactored Catalyst::Utils::home
81
82 5.70_02  2006-06-27 11:51:00
83         - Updated tutorial.
84
85 5.70_01  2006-06-26 10:49:00
86
87         - fixed a Catalyst::Base bug causing duplicate action registrations
88         - modified DispatchTypes to support multiple registrations
89         - added Catalyst::Runtime module as dist marker
90         - added Catalyst::ActionChain and Chained DispatchType
91         - removed retarded registration requirement in dispatcher
92         - removed Module::Pluggable::Fast hack in favor of
93           Module::Pluggable::Object
94         - extended uri_for, added dispatcher->uri_for_action
95         - added Catalyst::Base->action_for('methodname')
96         - checked and tested :Args multimethod dispatch
97         - added ability to set action attributes from controller config
98         - added merge_config_hashes() as a convenience method
99         - Swapped out CGI::Cookie in favour of CGI::Simple::Cookie
100         - Removed test dependencies on Test::NoWarnings, Test::MockObject
101         - Removed dependency on UNIVERSAL::require
102         - Split out Catalyst::Helper into a new distribution
103         - un-bundled the plugins as they are now pre-reqs for Catalyst::Helper
104         - nuked each() out of core with prejudice (due to lurking buglets)
105         - Added tests from phaylon for dispatcher precedence
106         - Use Class::Inspector->loaded($class) instead of $class->can('can')
107         - Added ActionClass attribute
108         - Removed Test::WWW::Mechanize::Catalyst from Makefile.PL (circular dep)
109         - Updated docs for Catalyst::Component
110         - Separated execute and dispatch on Catalyst::Action
111         - cleaned up logging and debug output
112         - significant documentation revisions
113         - Added warning for setup being called twice
114         - Fix pod to use DBIC::Schema instead of DBIC model
115         - Fix ->config failing to copy _config for subclassing
116         - Updated log format
117         - Updated debug dump
118
119 5.6902  2006-05-04 13:00:00
120         - Remove tarballs and OSX metadata files.
121
122 5.6901  2006-05-03 11.17:00
123         - Module::Install didn't overwrite META.yml. 
124
125 5.6900  2006-05-03 11.17:00
126         - Stupid pause indexer can't count.
127         - Better fix for Catalyst::Test
128         - more tests.
129
130 5.682   2006-04-27 13:51:00
131         - Damn OSX attributes again :( 
132
133 5.681   2006-04-27 08:47:00
134         - Updated manifest.
135         - Add basename to core . (Deprecates Catalyst::Plugin::Basename)
136     
137 5.68    2006-04-26 12:23:00
138         - ConfigLoader: Updated to version 0.06
139         - fixed undef warnings in uri_for() and uri_with()
140         - Fixed Catalyst::Test to report errors on failed Class load
141
142 5.678   2006-04-24 12:30:00
143         - Re-release of 5.67 without OSX metadata files.
144
145 5.67    2006-04-23 08:50:00
146         - Added $c->req->uri_with() helper
147         - ConfigLoader: Updated to version 0.05
148         - Fix up Engine to avoid a new 5.8.8 warning
149         - Added app name with :: support for PAR
150         - Added $c->models/views/controllers
151         - Static::Simple: Unescape the URI path before looking for the file.
152           This fixes issues with files that have spaces.
153         - Looping and recursion tests plus a fix
154         - Added lots of API documentation. Refactored main pod.
155         - Changed default behaviors for $c->model/$c->controller/$c->view
156           to more sane settings.
157         - added the clear_errors method - an alias for error(0)
158         - Added tmpdir option for uploads (woremacx)
159         - Applied patch from GEOFFR to allow normal filehandles.
160         - Refactored Dispatcher internals for better readability and speedup
161           (stress tests run 12% faster)
162         - Allow $c->error to run as a class method
163
164 5.66    2006-03-10 17:48:00
165         - Added Test::WWW::Mechanize::Catalyst support
166         - Cleaned generated tests
167         - Added Root controller concept
168         - Updated ConfigLoader plugin to version 0.04
169
170 5.65    2006-02-21 10:34:00
171         - Added plugin introspection.
172         - Support optional hashref as last param for parameters in uri_for.
173         - Updated tutorial to be more complete.
174         - Applied args patch from antirice (Fixes Ticket #67)
175
176 5.64    2006-02-07 20:29:00
177         - Fixed bug in FastCGI proc manager mode where pm_post_dispatch
178           was not run. (Eric Wong)
179         - Cleaned up generated tests
180         - Updated YAML support to use ConfigLoader
181         - Fixed path dispatch to canonicalise correctly
182             (see http://dev.catalyst.perl.org/ticket/62)
183         - Added Catalyst::Manual::About
184
185 5.63    2006-01-22 00:00:00
186         - Updated prereq versions
187
188 5.62    2006-01-17 16:30:00
189         - Large update to the tutorial (castaway)
190         - Added YAML config support
191         - Added COMPONENT() and ACCEPT_CONTEXT() support
192         - Action list in debug mode is now displayed as a tree in the
193           correct execution order.
194         - Fixed engine detection to allow custom mod_perl engines.
195         - Static::Simple: Fixed bug in ignore_dirs under win32.
196         - Display version numbers of loaded plugins. (Curtis Poe)
197         - Added class and method for caught exception messages.
198         - Updated PAR support to use "make catalyst_par",
199           packages are no longer written by Makefile.PL.
200         - Automatically determine Content-Length when serving a
201           filehandle.
202         - Exceptions now return status 500.
203         - Updated for Module::Install 0.44.
204         - Fixed additional file installation for multi level app names.
205         - Added REDIRECT_URL support for applications running behind
206           a RewriteRule in Apache. (Carl Franks)
207         - Fixed FastCGI engine under win32. (Carl Franks)
208         - FastCGI doc updates (Bill Moseley)
209         - Bugfix for $c->model and friends (defined).
210
211 5.61    2005-12-02 00:00:00
212         - Fixed ExtUtils::AutoInstall Bootstrap Code in Makefile.PL
213
214 5.60    2005-12-01 22:15:00
215         - Fixed Path and index actions in the appclass,
216           including those that attach to /
217         - Index is now weighted higher than Path
218         - Fixed restarter and -d debug switch in server.pl.
219         - Added a warning if you attempt to retrieve a parameter
220           using $c->req->params('foo').
221         - Fixed the Module::Install::Catalyst @ISA bug
222
223 5.59    2005-11-30 13:25:00
224         - Fixed shebang line for generated scripts
225         - Fixed forward to classes ($c->forward(qw/MyApp foo/))
226         - Wrap use block in begin to quelch C:C3 warnings
227         - Removed scrollbar from debug output
228         - Fixed catalyst_par_core() and catalyst_par_multiarch()
229
230 5.58    2005-11-24 10:51:00
231         - Added ExtUtils::AutoInstall support
232         - Allow overriding path in Catalyst::Helper.
233         - Added -makefile to catalyst.pl to generate a new Makefile.PL.
234         - Restored Catalyst::Build with a deprecation notice.
235         - Improved PAR support
236         - Replaced -short with auto-detection
237         - Fixed prereqs, added File::Copy::Recursive
238         - Static::Simple changes:
239             - Made prepare_action play nice with other plugins by not short-
240               circuiting.
241             - Added tmpl to the ignored extensions.
242             - Fixed security problem if req->path contained '..'.
243
244 5.57    2005-11-20 22:45:00
245         - Updated uri_for to accept undef actions
246         - Switched to Module::Install
247         - Renamed tests for easier editing
248         - Reformatted documentation
249         - Renamed -nonew to -force
250         - Added PAR support
251         - Added keep-alive support and bug fixes to HTTP engine.
252           (Sascha Kiefer)
253         - Added daemonize option to FastCGI engine. (Sam Vilain)
254
255 5.56   2005-11-16 10:33:00
256         - Fixed FastCGI engine to not clobber the global %ENV on each
257           request. (Sam Vilain)
258         - Updated benchmarking to work with detach
259         - Fixed dispatcher, so $c->req->action(undef) works again
260         - Updated Catalyst::Test to use HTTP::Request::AsCGI
261         - Added -pidfile to external FastCGI server.
262
263 5.55    2005-11-15 12:55:00
264         - Fixed multiple cookie handling
265
266 5.54    2005-11-14 22:55:00
267         - Fixed a Module::Pluggable::Fast related bug
268
269 5.53    2005-11-14 15:55:00
270         - Removed t/04prereq.t that was testing for non-required
271           modules.
272
273 5.52    2005-11-14 10:57:00
274         - Strip '..'s in static urls to fix security issue.
275
276 5.51    2005-11-14 00:45:00
277         - Changed uri_for to use namespace instead of match.
278
279 5.50    2005-11-13 20:45:00
280         - Fixed minor bugs.
281         - Updated docs.
282
283 5.49_05 2005-11-12 20:45:00
284         - Large update to the documentation. (David Kamholz)
285         - Fixed args handling in forward()
286         - Fixed forwarding to classes
287         - Fixed catalyst.pl-generated Build.PL Makefile section.
288         - Fixed relative forwarding
289         - Fixed forward arrows in debug output
290
291 5.49_04 2005-11-09 23:00:00
292         - Made context, dispatcher, engine, request and response classes
293           configurable.
294         - Added $c->stack.
295         - Fixed dispatcher to ignore unknown attributes.
296         - Improved format of startup debug log.
297         - Updated built in server to restart on win32. (Will Hawes)
298         - Fixed streaming write from a filehandle to stop writing
299           if the browser is closed.
300         - Added $c->controller, $c->model and $c->view shortcuts.
301         - Switched to Text::SimpleTable.
302
303 5.49_03 2005-11-03 12:00:00
304         - Fixed $c->req->{path} for backwards-compatibility.
305         - Allow debug to be disabled via ENV as well as enabled.
306         - Added -scripts option to catalyst.pl for script updating
307         - Changed helpers to default to long types, Controller instead of C
308         - Added Catalyst::Controller, Catalyst::Model and Catalyst::View
309           base classes
310         - Added JavaScript to debug screen to show and hide specific dumps
311         - Added _DISPATCH, _BEGIN, _AUTO, _ACTION and _END actions
312         - Added multi process external FastCGI support
313           (see myapp_fastcgi.pl -help) (Sam Vilain)
314         - Restarter process in HTTP engine now properly exits when the
315           parent app is shut down.  
316         - Improved performance of restarter loop while watching for
317           changed files.
318         - Restarter will now detect new files added to an app on systems
319           that change directory mtimes when new files are created.
320         - Restarter now properly handles modules that are deleted from an
321           application.
322         - Fixed memory leak in TestApp.
323
324 5.49_02 2005-10-26 12:39:00 
325         - Whole new dispatcher!
326         - Added index action
327         - Added path_to method
328         - Added support for passing an IO::Handle object to $c->res->body.
329           (Andrew Bramble)
330         - Added a new welcome screen.
331         - Included Catalyst buttons and icons in helper.
332         - Added Static::Simple plugin to core.
333         - Added self restarting test server
334         - Added filename to debug output for uploaded files.
335         - Fixed forwarding with embedded arguments.
336         - Fixed handling of escaped query strings.
337         - Added upload parameters back into $c->req->params.
338         - Added multiple paths support to dispatcher
339         - Fixed bug in req->path where changing the path added a trailing
340           slash.
341         - Removed req->handle and res->handle
342         - Added prepare_body_chunk method as a hook for upload progress.
343         - Fixed bug in uri_for method when base has no path.
344         - Added automated tests for HTTP, CGI, and FastCGI servers.
345
346 5.49_01 2005-10-10 10:15:00 
347         - Refactored all internals, should be 99% compatible to previous
348           versions.
349         - *IMPORTANT* The Apache engines have been moved to a separate package
350           for this release.  Please install Catalyst::Engine::Apache if you
351           need Apache support.
352
353         - Added support for calling forward with arguments in the path, i.e.
354           $c->forward('/foo/bar/arg1/arg2')
355         - Made $c->req->uri a URI object, added req->path_info for CGI compat.
356           Raw query string is available as $c->req->uri->query.
357         - Made $c->req->base a URI object.
358         - Parameters with multiple values (?a=1&a=2) now display properly
359           in the debug output.
360         - Semi-colon separators in query strings now work properly.
361         - Expanded documentation of catalyst.pl (Andrew Ford)
362         - Added support for running as a backend server behind a frontend
363           proxy so req->base and req->address are set properly.
364         - Added an 'abort' method to the Log api, so that you can
365           kill loggging for a whole request.
366         - Added $c->uri_for method to simplify url handling.
367         - Added more tests and reorganized the t directory.
368         - Reimplemented core engines, all are now CGI based for better test
369           coverage and maintainability.
370         - Added fork support to built in test server.
371         - Fixed all memory leaks.
372         - Thread-related bug fixes and tests.  We now believe the Catalyst
373           core to be thread-safe.
374         - Added streaming IO support through $c->req->read() and
375           $c->res->write()
376         - Added MyApp->config->{parse_on_demand} (streaming input)
377         - Added $c->req->handle and $c->res->handle
378         - Improved documentation
379         - Fixed mkpath in Catalyst::Helper (Autrijus Tang)
380         - Fixed bug in dispatcher where an invalid path could call a valid
381           action. (Andy Grundman)
382         - Fixed Helper so it works with CRLF line-endings. (Andy Grundman)
383
384 5.33  2005-08-10 15:25:00
385         - Now with updated manifest.
386
387 5.32  2005-08-10 15:10:00
388         - Dispatcher might fail if object returns false. (Florian Ragwitz)
389
390 5.31  2005-06-04 12:35:00 (never released to CPAN)
391
392         - helpers now create .new files where files already exist and differ
393         - fixed $Data::Dumper::Terse (Robin Berjon)
394         - added arguments for detach
395         - new credits section in pod
396         - fixed detach to allow relative action names (Matt and Robert)
397         - added the ability to have whitespaces in Path( '' ) and Regex( '' )
398
399 5.30  2005-06-04 12:35:00
400
401         - Fixed a bug where it was not possible to $c->forward to a 
402           component 
403           that was not inheriting from Catalyst::Base.
404         - Fix for inheritance bug.
405         - Allow forward with arguments.
406         - Updated cookbook
407         - Allow overriding home/root in config.
408         - make module build cons README automatically.
409         - prettify home path by resolving '..' (Andy Grundman)
410         - improved helper templates a bit, new naming scheme for tests.
411         - added support for case sensitivity, MyApp->config->{case_sensitive}
412         - added $c->detach for non-returning forwards
413         - added unified error handling, Catalyst::Exception
414         - added section on param handling in Intro.pod
415         - added $c->request->cookie
416         - added Catalyst::Setup
417         - refactored Catalyst::import()
418         - improved rendering of error messages in debug mode
419         - fixed a bug in Catalyst::Helper::mk_dir
420         - further doc changes, esp. to Intro.pod
421
422 5.23  2005-06-03 02:30:00
423         - added support for non Catalyst::Base components to live in namespace
424         - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
425
426 5.22  2005-05-26 14:24:00
427         - improved base locating in MP engines
428         - improved error messages in C::E::HTTP::Daemon
429         - hostnames are now resolved on demand unless provided by engine
430         - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
431
432 5.21  2005-05-24 14:56:00
433         - fixed a bug in https detection
434         - fixed auto chain finally
435         - added MYAPP_HOME and CATALYST_HOME environment variables
436
437 5.20  2005-05-18 19:52:00
438         - improved uploads and parameters
439         - added $c->req->protocol and $c->req->secure
440         - added $c->req->user and $c->req->uri
441         - improved error message when forwarding to unknown module
442         - fixed win32 installer
443         - added deep recursion detection
444         - fixed auto actions
445         - fixed inheritance in dispatcher
446         - allow whitespaces between brackets and quoted string
447           in Path and Regex attributes
448         - new helper templates
449         - installer now supports install_base and destdir
450         - allow multiple Catalyst apps to run on the same mod_perl
451           instance (not the same app!)
452         - fixed MP2 engines
453         - removed apreq dependency from all MP engines
454         - added support for MP registry scripts
455         - added support for LocationMatch and ScriptAliasMatch in MP engines
456         - added SpeedyCGI engine
457
458 5.10  2005-04-23 11:16:00
459         - updated dependencies to require latest module::pluggable::fast
460         - new installer for templates and stuff using Module::Build
461         - scripts are now prefixed, for being installable
462         IMPORTANT: You have to regenerate the script directory,
463         remove Makefile.PL and add Build.PL
464         - Added compat to install Module::Build if required.
465         - Improved: Params handling with MP engines
466         - Fixed: Params handling on POST with CGI engine (Andy Grundman)
467         - Fixed: Helper.pm on Win32 (Matt S Trout)
468
469 5.03  2005-04-19 20:35:00 (Revision 462)
470         - fixed Test example (Torsten Seeman)
471         - added Plugins chapter to manual
472         - applied doc patch from Robert Boone <robert@rlb3.com>
473         - improved Dispatcher error messages.
474         - refactored so we don't need to include helper from
475           Catalyst.pm - Fixes issues with FindBin
476         - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
477         - added plugin() method for instant plugins
478         - FCGI is no more considered experimental
479
480 5.02  2005-04-18 10:00:00 
481         - fixed manifest
482
483 5.01  2005-04-17 23:00:00 
484         - some documentation bugs fixed
485         - added Catalyst::Utils
486         - fixed regexp bug (Matt S Trout)
487         - fixed upload bug with MP19
488         - added $c->req->body
489         - aliased $c->res->output to $c->res->body
490         - Read AUTHOR from passwd or $ENV{AUTHOR} when 
491           generating code.
492         - extended attribute handling
493         - added global config for components
494
495 5.00  2005-04-15 18:00:00
496         - new core to support inheritance trees
497         - new syntax for action declaration
498         - new helper system using TT2
499         - problems with mod_perl2 fixed
500         - added Test::Pod support
501         - added new server backend with HTTP/1.1 support
502         - added option to run tests against a remote server
503         - renamed errors() to error()
504         - more better docs
505         - countless minor improvements
506           IMPORTANT: This release is very incompatible to previous ones
507           and you have to regenerate the helper scripts again...
508
509 4.34  2005-03-23 07:00:00 2005
510         - added some messages to Makefile.PL
511         - added Catalyst::Engine::Test
512         - added Catalyst::Engine::CGI::NPH
513         - simplified Catalyst::Log to be easier to implement/subclass
514         - added cgi.pl
515         - updated Catalyst::Test to use Catalyst::Engine::Test
516         - updated helper scripts
517           IMPORTANT: this will be the last time you'll have to regenerate
518           the script directory. We promise!
519
520 4.33  2005-03-23 01:00:00 2005
521         - documented the log() accessor method in Catalyst (Andrew Ford)
522         - added optional arguments to Catalyst::Log methods (Andrew Ford)
523         - removed cgi-server.pl
524         - added fcgi.pl and Catalyst::Engine::FCGI
525         - fixed an undef durng make test (Dan Sully)
526         - new path test (Christian Hansen)
527           IMPORTANT: you have to regenerate the script directory again
528
529 4.32  2005-03-22 02:10:00 2005
530         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
531
532 4.31  2005-03-22 02:00:00
533         - fixed inheritance (Christian Hansen)
534         - previous release was borked!
535           fixed that, but you have to regenerate the scripts again :(
536
537 4.30  2005-03-21 23:00:00 
538         - more documentation (Andrew Ford)
539         - added connection informations (Christian Hansen)
540         - HTTP::Request support in Catalyst::Test (Christian Hansen)
541         - moved cgi.pl to nph-cgi.pl
542         - added Catalyst::Engine::Server (Christian Hansen)
543         - removed Catalyst::Test::server
544         - updated helper scripts
545           IMPORTANT: note that you have to regenerate script/server.pl,
546           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
547
548 4.28  2005-03-19 22:00:00
549         - fixed isa tree (Christian Hansen)
550         - added script/cgi-server.pl, so no more server restarting after
551           code changes
552         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
553
554 4.27  2005-03-19 01:00:00
555         - debug message for parameters
556         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
557         - some random fixes
558         - new helper api for Catalyst::Helper::* support
559           you have to update script/create.pl to use it
560
561 4.26  2005-03-16 10:00:00
562         - fixed the weird bug that caused regex actions to fail on every
563           second request
564         - more debug messages
565         - 100% pod coverage.
566
567 4.25  2005-03-12 18:00:00
568         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
569         - improved cgi engine docs (Christoper Hicks)
570
571 4.24  2005-03-12 01:00:00
572         - updated cookbook example  
573         - fixed base for apache and https (Andrew Ruthven)
574         
575 4.23  2005-03-09 20:00:00
576         - no more regex actions in forward
577         - added support for test directories t/m, t/v and t/c
578
579 4.22  2005-03-08 20:00:00
580         - catch errors in application class
581         - handle die properly.
582
583 4.21  2005-03-05 17:00:00
584         - fixed docs
585
586 4.20  2005-03-04 22:00:00
587         - moved bin to script
588
589 4.13  2005-03-03 11:00:00
590         - improved documentation
591         - pod coverage test for helper generated apps
592         - new helper api
593
594 4.12  2005-03-02 11:00:00 2005
595         - server_base sucks, removed
596         - added $c->log->dump()
597
598 4.11  2005-03-02 11:00:00 2005
599         - removed some warnings
600         - improved docs
601         - private prefixed actions override private non prefixed actions
602         - added server_base
603         - updated Catalyst::Manual::Intro
604
605 4.10  2005-03-02 10:00:00 2005
606         - improved documentation
607         - fixed upload bug
608         - fixed prefixed private actions bug
609         - fixed more little bugs
610
611 4.01  2005-03-01 10:00:00 2005
612         - improved documentation
613         - documentation fixes (Johan Lindstrom)
614
615 4.00  2005-02-27 22:00:00
616         - more verbose debug messages, especially for forward()
617         - implemented prefixed prvate actions, icluding built in
618           !?default, !?begin and !?end
619         - new Catalyst::Manual::Intro
620         - new helpers, bin/catalyst
621         - helper api
622
623 3.11  2005-02-23 21:00:00
624         - added dependency to UNIVERSAL::require (Marcus Ramberg)
625         - added a little workaround for a warning in Catalyst::Test
626           (Marcus Ramberg)
627         - improved documentation for actions
628
629 3.10  2005-02-19 20:00:00
630         - removed roles management from Catalyst::Engine
631           and added it to Catalyst::Plugin::Authentication::CDBI
632
633 3.04  2005-02-17 21:00:00 
634         - error reporting for app class
635         - no more engine debug messages
636         - class->method forwards get resolved now
637
638 3.03  2005-02-16 23:00:00 
639         - friendlier statistics
640
641 3.02  2005-02-16 22:00:00
642         - fixed unintialized actions (Marcus Ramberg)
643
644 3.01  2005-02-16 20:30:00
645         - better statistics
646
647 3.00  2005-02-16 20:00:00
648         - real version number for CPAN.pm
649         - fixed redirect in CGI engine
650         - more statistics in debug logs
651         - ? prefix for forward()
652
653 2.99_15  2005-02-02 22:00:00
654         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
655         - Replaced "Catched" with "Caught" in Catalyst::Engine
656           (Gary Ashton Jones)
657         - replaced _ with ! for private actions
658         - added ? for prefixed actions
659         - misc improvememts
660
661 2.99_14  2005-01-31 22:00:00 2005
662         - arguments for _default
663         - $c->entrance removed for more flexibility
664         - added $c->req->method
665
666 2.99_13  2005-01-30 18:00:00 2005
667         - POD fixes and improvements
668
669 2.99_12  2005-01-28 22:00:00 2005
670         - first development release