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