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