Author: dom Date: 2008-10-22 13:39:36 +0100 (Wed, 22 Oct 2008) New Revision: 1244
Modified: trunk/Build.PL trunk/Changes Log: Fix clean target to remove everything it should (fixes #242)
Modified: trunk/Build.PL =================================================================== --- trunk/Build.PL 2008-10-22 12:35:20 UTC (rev 1243) +++ trunk/Build.PL 2008-10-22 12:39:36 UTC (rev 1244) @@ -338,6 +338,7 @@
$build->add_to_cleanup( "t/indexes/" ); $build->add_to_cleanup( "t/node.db" ); +$build->add_to_cleanup( "t/prefs.db" ); $build->add_to_cleanup( "t/templates/tmp/" );
# Tell OpenGuides::Build which additional scripts and templates to install.
Modified: trunk/Changes =================================================================== --- trunk/Changes 2008-10-22 12:35:20 UTC (rev 1243) +++ trunk/Changes 2008-10-22 12:39:36 UTC (rev 1244) @@ -19,6 +19,7 @@ Add the ability to whitelist hosts who can change moderated nodes without explicit moderation (#203) Don't add delete links unless the user requests (#159) + Fix clean target to remove everything it should (#242)
0.63 16 August 2008 Major overhaul of RDF output.
openguides-commits@lists.openguides.org