[Module-build-checkins] Module-Build Changes,1.426,1.427
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-02-25 21:14:25
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8689 Modified Files: Changes Log Message: Fix docs on dynamic_config Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.426 retrieving revision 1.427 diff -u -d -r1.426 -r1.427 --- Changes 25 Feb 2006 15:27:26 -0000 1.426 +++ Changes 25 Feb 2006 21:14:21 -0000 1.427 @@ -10,6 +10,11 @@ for testing purposes, it doesn't get installed) to help with this. [Craig Berry and Yitzchak Scott-Thoennes] + - We incorrectly documented the 'dynamic_config' flag in the META.yml + file as having a default value of false, but according to the + META.yml spec (which, for heaven's sake, we wrote) its default + value is true. Fixed. [Spotted by Adam Kennedy] + - Fix detection of $VERSION expressions that are not assignments. [Spotted by Chris Dolan] |