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