[Catalyst-commits] r9403 - in Catalyst-Manual/5.70/trunk: . lib/Catalyst

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Sat Feb 28 16:38:17 GMT 2009


Author: hkclark
Date: 2009-02-28 16:38:17 +0000 (Sat, 28 Feb 2009)
New Revision: 9403

Modified:
   Catalyst-Manual/5.70/trunk/Changes
   Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm
Log:
Prep for release

Modified: Catalyst-Manual/5.70/trunk/Changes
===================================================================
--- Catalyst-Manual/5.70/trunk/Changes	2009-02-28 16:25:50 UTC (rev 9402)
+++ Catalyst-Manual/5.70/trunk/Changes	2009-02-28 16:38:17 UTC (rev 9403)
@@ -1,7 +1,7 @@
 Revision history for Catalyst-Manual
 
-5.7XXX  XXX
-        - Add Chained dispatch starting in BasicCRUD (Part 4)
+5.7017  28 Feb 2009
+        - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
         - Add some "getting started" links to the Catalyst::Manual page
         - Change FormFu tutorial to not use deprecated methods (Del Merritt)
         - MoreCatalystBasics - Additional clarification about TTSite
@@ -9,9 +9,8 @@
         - Tutorial::Authorization - Corrects the ACL for "/books/delete"
                                   - Additional comments 
           (Del Merritt)
-        - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid
-          user might now proceed, having completed the Tutorial.
-          (Del Merritt)
+        - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user 
+          might now proceed, having completed the Tutorial. (Del Merritt)
         - Fix typo in Authorization section (RT #42091)
         - Fix typo in BasicCRUD (RT #42034)
         - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)

Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm	2009-02-28 16:25:50 UTC (rev 9402)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm	2009-02-28 16:38:17 UTC (rev 9403)
@@ -67,6 +67,6 @@
 
 =cut
 
-our $VERSION = '5.7016';
+our $VERSION = '5.7017';
 
 1;




More information about the Catalyst-commits mailing list