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