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