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