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