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