X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Changes;h=f4805fbc88d1986fb1d0cfc2fd080ccd8e9fbc8b;hp=7b5b13793453e0a00b85663e149714f841879ef4;hb=0a52c718c98fdc982056be500c2f83435f6ea245;hpb=bd0700fc8b3983c07d613f26f60ca87f0acac985 diff --git a/Changes b/Changes index 7b5b137..f4805fb 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,46 @@ Revision history for Catalyst-Manual +5.8001 15 Nov 2009 + - Update tutorial to match latest prepacked versions in Debian 5 + - Add FormHandler branch (with thanks to gshank!) + - Misc cleanup/freshing up of tutorial. + - Fix indenting issue (with thanks to Kiffin Gish) + - Integrate tome fix branch (with thanks to tome!) + - Add a "negative" test to confirm that test02 does not have an admin create link + - Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch + - Fix Pod typos in ::Internals (RT#51488) + - Fix Pod typos in the Cookbook (RT#51466) + - Fix a Test::Pod failure and make Debian happier. + - Typo fixes from garu + - Misc minor and/or typo fixes + +5.8001 06 Oct 2009 + - Tutorial + - Fix RT #46760 + - Fix RT #46618 + - Fix cat-install script URL + - Fix typos + - Replace reference to deprecated CatalystX::ListFramework::Builder + with Catalyst::Plugin::AutoCRUD + - Other + - Lots of updates thanks to t0m + - Update development process / core team docs + - Cookbook fixes WRT authorization + - Better description of application setup process + - Fix some links + - Normalise spacing + +5.8000 27 May 2009 - Tutorial: - Update for Catalyst 5.80 - Update to "depluralize" the database names (big thanks to Kiffin Gish!) - Switch back to including numbers in chapter names (for proper sorting) - Add section to Ch 4: "Moving Complicated View Code to the Model" - Add section to Ch 3: "RenderView's 'dump_info' Feature" + - Misc fixes and updates (thanks to Anne Wainwright) - Other: + - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod + (thanks to t0m and Sebastian Willert) 5.7021 8 May 2009 - Tutorial: @@ -14,8 +48,8 @@ Revision history for Catalyst-Manual - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords - Re-write PostgreSQL section in appendix - Remove "create=dynamic" and only cover "create=static" for DBIC helper - - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells) - Other: + - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells) - There is no Catalyst::Config, fix reference to it. (t0m) - Misc minor adjustments