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