server_base sucks
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 4.12  Wed Mar 02 11:00:00 2005
4         - server_base sucks, removed
5
6 4.11  Wed Mar 02 11:00:00 2005
7         - removed some warnings
8         - improved docs
9         - private prefixed actions override private non prefixed actions
10         - added server_base
11         - updated Catalyst::Manual::Intro
12
13 4.10  Wed Mar 02 10:00:00 2005
14         - improved documentation
15         - fixed upload bug
16         - fixed prefixed private actions bug
17         - fixed more little bugs
18
19 4.01  Tue Mar 01 10:00:00 2005
20         - improved documentation
21         - documentation fixes (Johan Lindstrom)
22
23 4.00  Sun Feb 27 22:00:00 2005
24         - more verbose debug messages, especially for forward()
25         - implemented prefixed prvate actions, icluding built in
26           !?default, !?begin and !?end
27         - new Catalyst::Manual::Intro
28         - new helpers, bin/catalyst
29         - helper api
30
31 3.11  Wed Feb 23 21:00:00 2005
32         - added dependency to UNIVERSAL::require (Marcus Ramberg)
33         - added a little workaround for a warning in Catalyst::Test
34           (Marcus Ramberg)
35         - improved documentation for actions
36
37 3.10  Thu Feb 19 20:00:00 2005
38         - removed roles management from Catalyst::Engine
39           and added it to Catalyst::Plugin::Authentication::CDBI
40
41 3.04  Thu Feb 17 21:00:00 2005
42         - error reporting for app class
43         - no more engine debug messages
44         - class->method forwards get resolved now
45
46 3.03  Wed Feb 16 23:00:00 2005
47         - friendlier statistics
48
49 3.02  Wed Feb 16 22:00:00 2005
50         - fixed unintialized actions (Marcus Ramberg)
51
52 3.01  Wed Feb 16 20:30:00 2005
53         - better statistics
54
55 3.00  Wed Feb 16 20:00:00 2005
56         - real version number for CPAN.pm
57         - fixed redirect in CGI engine
58         - more statistics in debug logs
59         - ? prefix for forward()
60
61 2.99_15  Wed Feb 02 22:00:00 2005
62         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
63         - Replaced "Catched" with "Caught" in Catalyst::Engine
64           (Gary Ashton Jones)
65         - replaced _ with ! for private actions
66         - added ? for prefixed actions
67         - misc improvememts
68
69 2.99_14  Mon Jan 31 22:00:00 2005
70         - arguments for _default
71         - $c->entrance removed for more flexibility
72         - added $c->req->method
73
74 2.99_13  Sun Jan 30 18:00:00 2005
75         - POD fixes and improvements
76
77 2.99_12  Fri Jan 28 22:00:00 2005
78         - first development release