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