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