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