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