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