Prep for build
Kennedy Clark [Wed, 17 Feb 2010 19:10:51 +0000 (19:10 +0000)]
Changes
lib/Catalyst/Manual.pm
lib/Catalyst/Manual/Tutorial.pod

diff --git a/Changes b/Changes
index 5dc9d25..699130e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 Revision history for Catalyst-Manual
 
+5.8004 17 Feb 2010
+    - Tutorial:
+        - Add foreign key support for SQLite 
+            (huge thanks to Caelum for that and other good edits!)
+        - Add "Quick Start" to Intro (Chapter 1)
+        - Switch to use of "-r" to auto-restart the dev svr
+        - Update for latest available Debian package versions
+        - Switch to individual files for example code vs. tarballs
+        - Switch to 'done_testing' and shorter 'prove' args for testing chapter
+        - Misc typo fixes
+    - Other:
+        - Minor Cookbook edits
+
 5.8003 28 Dec 2009
     - Variety of typo fixes
     - Fix incorrectness re :Global and :Local
index f4f49bd..af1d7d6 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.8003';
+our $VERSION = '5.8004';
 
 =head1 NAME
 
index 59bb3a3..5e63269 100644 (file)
@@ -712,11 +712,13 @@ tutorial.  As of the most recent release, this include: Florian
 Ragwitz, Mauro Andreolini, Jim Howard, Giovanni Gigante, William 
 Moreno,  Bryan Roach, Ashley Berlin, David Kamholz, Kevin Old, Henning 
 Sprang, Jeremy Jones, David Kurtz, Ingo Wichmann, Shlomi Fish, Murray 
-Walker and Adam Witney.  Thanks to Devin Austin for coming up with an 
-initial version of a non-TTSite wrapper page.  Also, a huge thank you 
-to Kiffin Gish for all the hard work on the "database depluralization" 
-effort!  I'm sure I am missing some names here... apologies for that 
-(please let me know if you name should be here).
+Walker, Adam Witney and xenoterracide.  Thanks to Devin Austin for 
+coming up with an initial version of a non-TTSite wrapper page.  
+Also, a huge thank you to Kiffin Gish for all the hard work on the 
+"database depluralization" effort and Rafael Kitover for the work on 
+updating the tutorial to include foreign key support for SQLite.  
+I'm sure I am missing some names here... apologies for that (please 
+let me know if you name should be here).
 
 =back