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