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