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