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