[Module-build-checkins] Module-Build Changes,1.315,1.316
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-15 20:15:53
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16583 Modified Files: Changes Log Message: Integrate from bugfix branch Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.315 retrieving revision 1.316 diff -C2 -d -r1.315 -r1.316 *** Changes 15 Nov 2004 19:58:25 -0000 1.315 --- Changes 15 Nov 2004 20:15:02 -0000 1.316 *************** *** 45,48 **** --- 45,59 ---- warnings. [Suggested by Michael Schwern] + - The expand_test_dir() method will now skip dotfiles (like ._foo.t, + which sometimes gets automatically created on Mac systems) when + 'recursive_test_files' is in effect. [Tom Insam] + + 0.2603 (Bug fix for 0.26) Mon Nov 15 10:28:00 CST 2004 + + - Added documentation for the new_from_context() method. + + - Completely rewrote the split_like_shell() method for the Windows + platform so it works like the command.com shell. [Randy Sims] + 0.2602 (Bug fix for 0.26) Thu Nov 4 11:19:29 CST 2004 |