added: passthrough makefile.pl compat for Catalyst and helpers.
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.10  Wed Apr 20 18:00:00 2005
4         - Updated dependencies to require latest module::pluggable::fast
5         - New installer for templates and stuff using Module::Build
6         - scripts are now prefixed, for being installable
7         IMPORTANT: You have to regenerate the script directory,
8         remove Makefile.PL and add Build.PL
9         - Added compat to install Module::Build if required.
10
11 5.03  Tue Apr 19 20:35:00 2005 (Revision 462)
12         - Fixed Test example (Torsten Seeman)
13         - Added Plugins chapter to manual
14         - applied doc patch from Robert Boone <robert@rlb3.com>
15         - Improved Dispatcher error messages.
16         - Refactored so we don't need to include helper from
17           Catalyst.pm - Fixes issues with FindBin
18         - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
19         - added plugin() method for instant plugins
20         - FCGI is no more considered experimental
21
22 5.02  Mon Apr 18 10:00:00 2005
23         - fixed manifest
24
25 5.01  Sun Apr 17 23:00:00 2005
26         - some documentation bugs fixed
27         - added Catalyst::Utils
28         - fixed regexp bug (Matt S Trout)
29         - fixed upload bug with MP19
30         - added $c->req->body
31         - aliased $c->res->output to $c->res->body
32         - Read AUTHOR from passwd or $ENV{AUTHOR} when 
33           generating code.
34         - extended attribute handling
35         - added global config for components
36
37 5.00  Fri Apr 15 18:00:00 2005
38         - new core to support inheritance trees
39         - new syntax for action declaration
40         - new helper system using TT2
41         - problems with mod_perl2 fixed
42         - added Test::Pod support
43         - added new server backend with HTTP/1.1 support
44         - added option to run tests against a remote server
45         - renamed errors() to error()
46         - more better docs
47         - countless minor improvements
48           IMPORTANT: This release is very incompatible to previous ones
49           and you have to regenerate the helper scripts again...
50
51 4.34  Wed Mar 23 07:00:00 2005
52         - added some messages to Makefile.PL
53         - added Catalyst::Engine::Test
54         - added Catalyst::Engine::CGI::NPH
55         - simplified Catalyst::Log to be easier to implement/subclass
56         - added cgi.pl
57         - updated Catalyst::Test to use Catalyst::Engine::Test
58         - updated helper scripts
59           IMPORTANT: this will be the last time you'll have to regenerate
60           the script directory. We promise!
61
62 4.33  Wed Mar 23 01:00:00 2005
63         - documented the log() accessor method in Catalyst (Andrew Ford)
64         - added optional arguments to Catalyst::Log methods (Andrew Ford)
65         - removed cgi-server.pl
66         - added fcgi.pl and Catalyst::Engine::FCGI
67         - fixed an undef durng make test (Dan Sully)
68         - new path test (Christian Hansen)
69           IMPORTANT: you have to regenerate the script directory again
70
71 4.32  Tue Mar 22 02:10:00 2005
72         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
73
74 4.31  Tue Mar 22 02:00:00 2005
75         - fixed inheritance (Christian Hansen)
76         - previous release was borked!
77           fixed that, but you have to regenerate the scripts again :(
78
79 4.30  Mon Mar 21 23:00:00 2005
80         - more documentation (Andrew Ford)
81         - added connection informations (Christian Hansen)
82         - HTTP::Request support in Catalyst::Test (Christian Hansen)
83         - moved cgi.pl to nph-cgi.pl
84         - added Catalyst::Engine::Server (Christian Hansen)
85         - removed Catalyst::Test::server
86         - updated helper scripts
87           IMPORTANT: note that you have to regenerate script/server.pl,
88           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
89
90 4.28  Sat Mar 19 22:00:00 2005
91         - fixed isa tree (Christian Hansen)
92         - added script/cgi-server.pl, so no more server restarting after
93           code changes
94         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
95
96 4.27  Sat Mar 19 01:00:00 2005
97         - debug message for parameters
98         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
99         - some random fixes
100         - new helper api for Catalyst::Helper::* support
101           you have to update script/create.pl to use it
102
103 4.26  Wed Mar 16 10:00:00 2005
104         - fixed the weird bug that caused regex actions to fail on every
105           second request
106         - more debug messages
107         - 100% pod coverage.
108
109 4.25  Sat Mar 12 18:00:00 2005
110         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
111         - improved cgi engine docs (Christoper Hicks)
112
113 4.24  Sat Mar 12 01:00:00 2005
114         - updated cookbook example  
115         - fixed base for apache and https (Andrew Ruthven)
116         
117 4.23  Wed Mar 09 20:00:00 2005
118         - no more regex actions in forward
119         - added support for test directories t/m, t/v and t/c
120
121 4.22  Tue Mar 08 20:00:00 2005
122         - catch errors in application class
123         - handle die properly.
124
125 4.21  Sat Mar 05 17:00:00 2005
126         - fixed docs
127
128 4.20  Fri Mar 04 22:00:00 2005
129         - moved bin to script
130
131 4.13  Thu Mar 03 11:00:00 2005
132         - improved documentation
133         - pod coverage test for helper generated apps
134         - new helper api
135
136 4.12  Wed Mar 02 11:00:00 2005
137         - server_base sucks, removed
138         - added $c->log->dump()
139
140 4.11  Wed Mar 02 11:00:00 2005
141         - removed some warnings
142         - improved docs
143         - private prefixed actions override private non prefixed actions
144         - added server_base
145         - updated Catalyst::Manual::Intro
146
147 4.10  Wed Mar 02 10:00:00 2005
148         - improved documentation
149         - fixed upload bug
150         - fixed prefixed private actions bug
151         - fixed more little bugs
152
153 4.01  Tue Mar 01 10:00:00 2005
154         - improved documentation
155         - documentation fixes (Johan Lindstrom)
156
157 4.00  Sun Feb 27 22:00:00 2005
158         - more verbose debug messages, especially for forward()
159         - implemented prefixed prvate actions, icluding built in
160           !?default, !?begin and !?end
161         - new Catalyst::Manual::Intro
162         - new helpers, bin/catalyst
163         - helper api
164
165 3.11  Wed Feb 23 21:00:00 2005
166         - added dependency to UNIVERSAL::require (Marcus Ramberg)
167         - added a little workaround for a warning in Catalyst::Test
168           (Marcus Ramberg)
169         - improved documentation for actions
170
171 3.10  Thu Feb 19 20:00:00 2005
172         - removed roles management from Catalyst::Engine
173           and added it to Catalyst::Plugin::Authentication::CDBI
174
175 3.04  Thu Feb 17 21:00:00 2005
176         - error reporting for app class
177         - no more engine debug messages
178         - class->method forwards get resolved now
179
180 3.03  Wed Feb 16 23:00:00 2005
181         - friendlier statistics
182
183 3.02  Wed Feb 16 22:00:00 2005
184         - fixed unintialized actions (Marcus Ramberg)
185
186 3.01  Wed Feb 16 20:30:00 2005
187         - better statistics
188
189 3.00  Wed Feb 16 20:00:00 2005
190         - real version number for CPAN.pm
191         - fixed redirect in CGI engine
192         - more statistics in debug logs
193         - ? prefix for forward()
194
195 2.99_15  Wed Feb 02 22:00:00 2005
196         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
197         - Replaced "Catched" with "Caught" in Catalyst::Engine
198           (Gary Ashton Jones)
199         - replaced _ with ! for private actions
200         - added ? for prefixed actions
201         - misc improvememts
202
203 2.99_14  Mon Jan 31 22:00:00 2005
204         - arguments for _default
205         - $c->entrance removed for more flexibility
206         - added $c->req->method
207
208 2.99_13  Sun Jan 30 18:00:00 2005
209         - POD fixes and improvements
210
211 2.99_12  Fri Jan 28 22:00:00 2005
212         - first development release