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