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