X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Changes;h=2ae2aa91e9dc34dba5b63c66fd3b5d928264c752;hp=ed7e28155b25db93b238cd3f1b9637a7cb8c1198;hb=70101578f37ea270f0dfe170b6bab8373aaf69d9;hpb=3d5fc70d2081c2b3ea4561d5f2ec38264a12a3a9 diff --git a/Changes b/Changes index ed7e281..2ae2aa9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,42 @@ Revision history for Catalyst-Manual + - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn). + - Better docs of :Global inspired by RT 74869 (thanks William Blunn) + - Highlight the importance of uncommenting the template line in the list action + +5.9003 + - Clarified Data::Dumper usage. RT#71410 Thanks to Bill Corr + - Mention Chef deployment in Manual::Deployment (thanks to Alexey Melezhik) + +5.9002 3 Sept 2011 + - Tutorial + - Switch to 'catalyst' vs. 'root' user in VM + - Add notes about X Windows installation + - Misc small adjustments + +5.9001 2 Sept 2011 + - Tutorial: + - Migrate Tutorial to use of a downloadable Virtual Machine + - Switch tutorial to Catalyst::Plugin::StatusMessage (vs. flash + and query parameters) + - Switch to use of local::lib + - Add "next chapter links" (RT #31164) + - Test all the tutorial code and make sure it's all working + - Lots of other Tutorial cleanup + - Update to Catalyst 5.9 and latest versions of all modules + - Clean up RT ticket queue (#68379, 68377, 68376, etc.) + - Other misc fixes/changes + + +5.9000 16 Aug 2011 + - Copy editing to make more sense in deployment documentation. + +5.8901 7 Aug 2011 - TRIAL RELEASE + - Added Catalyst::Manual::Deployment containing the documentation + which used to be in Catalyst::Engine::*, updated for the + new PSGI engine. + +5.8008 2 Aug 2011 - Tutorial chaper 3 - Remove note about hacking tests to require MyApp so that MyApp->path_to works. Application components should compile independently, and