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