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