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