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