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