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