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

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Mon Mar 9 00:17:49 GMT 2009


Author: hkclark
Date: 2009-03-09 00:17:49 +0000 (Mon, 09 Mar 2009)
New Revision: 9470

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-03-08 23:55:40 UTC (rev 9469)
+++ Catalyst-Manual/5.70/trunk/Changes	2009-03-09 00:17:49 UTC (rev 9470)
@@ -1,6 +1,6 @@
 Revision history for Catalyst-Manual
 
-5.7XXX  XXXXXX
+5.7018  8 Mar 2009
         - Add a new section to BasicCRUD covering more advanced features of 
             DBIC ("EXPLORING THE POWER OF DBIC")
         - Convert from Ubuntu to Debian 5 live CD as the recommended way to do
@@ -8,14 +8,11 @@
         - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
             in favor of a "chained and model-based" approach
         - More conversion to Chained dispatch
-        - Lots of other small adjustments
-
-5.7018  2 Mar 2009
         - Suggestions and fixes with thanks to mintywalker at gmail.com
         - DBIC-related updates in MoreCatalystBasics
         - Fix misplaced "=over 4" in previous release
         - Reword warning about not using GET for delete based on input from kd
-        - A few minor updates and fixes
+        - Lots of other small adjustments
 
 5.7017  28 Feb 2009
         - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)

Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm	2009-03-08 23:55:40 UTC (rev 9469)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual.pm	2009-03-09 00:17:49 UTC (rev 9470)
@@ -67,6 +67,6 @@
 
 =cut
 
-our $VERSION = '5.7017';
+our $VERSION = '5.7018';
 
 1;




More information about the Catalyst-commits mailing list