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