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