Prep for build (v5.9001)
hkclark [Fri, 2 Sep 2011 21:10:42 +0000 (17:10 -0400)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index 2487cca..d4dc85b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,20 @@
 Revision history for Catalyst-Manual
 
-5.9000 16 Aug 2011
+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
index 36fd880..f3e83bd 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.9000';
+our $VERSION = '5.9001';
 
 =head1 NAME