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