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