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