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