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