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