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