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