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