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