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