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