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