update changes, prepare for release
[catagits/Catalyst-Devel.git] / Changes
1 This file documents the revision history for Perl extension Catalyst-Devel.
2
3
4 1.04    2008-04-06 16:04:00
5         - Update default actions in Root.pm
6         - Patch Helper.pm so Module::Pluggable::Object ignores emacs temp
7           files appropriately for restarting server
8         - Patched Helper.pm so the correct options for mulitple restart
9           directories and symlink resolution will be set in myapp_server.pl
10           (Sebastian Willert)
11         - Change from use Catalyst to use parent and load plugins  in setup call
12         - Remove Catalyst::Manual dependency.
13
14 1.03    2007-08-10 08:10:00
15         - Changed default dependency to Catalyst::Runtime
16         - Added BindLex example to create script
17         - Don't change a manually-specified engine when using the
18           -r switch with server.pl
19         
20 1.02    2006-11-15  16:45:00
21         - Added dep to Catalyst::Manual
22         - added option to send errors to STDOUT in fastcgi script
23
24 1.01    2006-09-17 23:49:00
25        - Upped M::I dependency
26            - fix for warnings
27
28 1.00    2006-07-06 19:23:00
29         - Initial release