From: Kennedy Clark Date: Wed, 17 Feb 2010 19:10:51 +0000 (+0000) Subject: Prep for build X-Git-Tag: v5.8005~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=af20a15d7f4089fabd2e4e9bb161f2d2de50f333 Prep for build --- diff --git a/Changes b/Changes index 5dc9d25..699130e 100644 --- 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 diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index f4f49bd..af1d7d6 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -6,7 +6,7 @@ package Catalyst::Manual; use strict; use warnings; -our $VERSION = '5.8003'; +our $VERSION = '5.8004'; =head1 NAME diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index 59bb3a3..5e63269 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -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