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