2002-09-11 Abe Timmerman <abeltje@local>
* MANIFEST: (abeltje):
* rename smoke.bat to smokew32.bat
* rename smokewin32.cfg to smokew32.cfg
* mkdist.PL: (abeltje):
* Help to build the distribution
* smokewin32.cfg: Renamed to 'smokew32.cfg'
* smokew32.cfg: (abeltje):
* An attempt to make life easier for MSWin32 smokers
* smokew32.bat: 1.01 (abeltje):
* An attempt to make life easier for MSWin32 smokers
* smoke.sh: (abeltje):
* Changed the "URI" type call to rsync
* All other output (not caught by mktest.pl) now goes to 'mktest.log'
* smoke.bat: renamed to smokew32.bat
* mktest.pl: 1.15 (abeltje):
* Configure() renamed to Configure_win32()
* Extended Configure_win32() to take more makefile vars
+ More filtering of 'make test' output
* mkovz.pl: 1.15 (abeltje):
* Merge 1.13 with my own developments
* Changed the reports to use formats
* Config.pm has changed, so get_smoke_Config() had to change
* README: (abeltje):
+ Added more information for MSWin32 users
* Please don't bug Merijn about Test::Smoke
* Makefile.PL: (abeltje):
+ Add 'Abe Timmerman' to authors
* Change VERSION to VERSION_FROM
2002-09-05 Abe Timmerman <abeltje@local>
* mkdist.sh: Just a simple helper thingy
2002-09-03 Abe Timmerman <abeltje@local>
* ChangeLog, MANIFEST, Makefile.PL, README, mkovz.pl, mktest.pl, smoke.bat, smoke.cfg, smoke.sh, smokewin32.cfg:
New file.
* ChangeLog, MANIFEST, Makefile.PL, README, mkovz.pl, mktest.pl, smoke.bat, smoke.cfg, smoke.sh, smokewin32.cfg:
Put 1.13_10 into CVS
*** version 1.13_09
2002-05-31 Abe Timmerman <abeltje@local>
* mkovz.pl: Commit to CVS
* Configure.pl:
Minor stuff, but it still does not make cygwin smoke from ActivePerl :(
* mktest.pl: Committed to CVS
* smokeperl.pl: Version 1.13_09
- bugfix: patch takes --verbose (not -v)
- major cleanup of hash-key quoting
- another cvs attempt?
2002-05-25 Abe Timmerman <abeltje@local>
* Configure.pl: Remove dos line-endings
* ChangeLog, Configure.pl, MANIFEST, Makefile.PL, Policy.sh, README, Test-Smoke-1.13_08.tar.gz, mkovz.pl, mktest.out, mktest.pl, mysmoke.sh, smoke.bat, smoke.cfg, smoke.sh, smokeperl.pl, smokewin32.cfg:
Initial import
* ChangeLog, Configure.pl, MANIFEST, Makefile.PL, Policy.sh, README, Test-Smoke-1.13_08.tar.gz, mkovz.pl, mktest.out, mktest.pl, mysmoke.sh, smoke.bat, smoke.cfg, smoke.sh, smokeperl.pl, smokewin32.cfg:
New file.
*** Release 1.12
Thu 07 Mar 2002, Merijn
- Adjusted the count calulation in smoke.cfg (Abigail)
- Added some cygwin filtering
- 'make _test' aot 'make test' will accallerate a bit
- Extend $ENV{$Config{ldlibpthname}} with build dir (Schwern)
- Fallback to patchlevel.h if .patch is missing (John)
- Some win32 enhancements (Abe)
- Use $testd/lib/Config.pm to create internal %Config (Abe, thanks!)
- Win32::LoginName () instead of getpwuid () for poor Win32 users (Abe)
- Default $testd is Cwd::cwd () (Abe)
- Better portability using File::Spec (Abe)
- More polite way to skip mail (Abe)
- Starting POD for mkovz.pl (Abe)
- Removed the Parrot parts
- Actualize README
*** Release 1.11
Mon 19 Nov 2001, Merijn
- Both smoke- and target path may contain blanks
- Default config in mktest.pl had one level of -Duselongdouble too many
- Absolutify config script path
- Now there are more `pwd`'s in smoke.sh, change them all
- Took out the blank entry in the second part of smoke.cfg
- Safeguarded the mkovz.pl against empty confs
*** Release 1.10
Wed 05 Nov 2001, Merijn
- cron sometimes runs as crond, possibly with options (Abigail)
- Included $Config{osvers} in the report
*** Release 1.09
Wed 26 Sep 2001, Merijn
- Removed depricated perl.ok and perl.nok file stuff
harness log now printed to LOG :)
- added the missing is_win32 () function
- smoke.cfg less default than previous default (Blair)
- ask for umask, also enable 'none'
- log harness to the log, not to out
- actually *write* the cron we've prepared (Schwern)
- use crontab to (re)submit the new crontab instead of cron (Schwern)
- 'ps -f' doesn't work on Mac (Schwern)
*** Release 1.08
Tue 18 Sep 2001, Merijn
- MANIFEST check
- missed harness tests (Nick)
- Added changes for MSVC5 / dmake (Mattia)
- Several README changes
- Auto sensing mailer (mailx, sendmail, mail) in that order
from Makefile.PL
- Changed subject in mkovz.pl (easier sorting and perusal in
smokers-reports)
*** Release 1.07
Mon 10 Sep 2001, Merijn
- Matrix entries could be initialized with scalars ?-( (Nick)
- References to the webresources in README
- fail on non cd-able $PC in smoke.sh (Will)
*** Release 1.06
Mon 03 Sep 2001, Merijn
- Makefile.PL's thoughts of smoking dir now more safe and robust
- Added warning in README for --delete effects
- VERSION now only in Makefile.PL and mkovz.pl (and ChangeLog :)
- mkovz.pl changed to use mail if mailx not found in PATH
*** Release 1.05
Thu 30 Aug 2001, Merijn
- safeguard for "=" with clipping cfg lines (Nick)
- still more backward compatibility (Will)
- report shows smoke version
- Makefile.PL should be doing the right stuff now
*** Release 1.04
Tue 28 Aug 2001, Merijn
- harness only started if real failures (improved noise filter)
- added "make regen_headers" as of Arthur's request
- removed 2>&1 in commends, cause it's redirected anyway
- removed unneeded (undef) in local declaration
*** Release 1.03
Mon 27 Aug 2001, Merijn, Nick
- exits from smoke.sh more verbose (Nick)
- several typo's, some harmless
- removed -Dusereentrant as of my own request
- optimized away longdoubles for freebsd
- freebsd has mailx not in default path
- removed a multi-OS leftover from mkovz.pl
- removed 5.6 requirements (reluctantly)
- Nick's external configuration system
- docs for optional smoke.cfg to mktest.pl
- safer config parsing
- syntax now still OK for 5.005_03
*** Release 1.02
Thu 23 Aug 2001, Merijn
- mkovz.pl accepts smoke folder as second argument
- Michael's changes from Aug 22
- smoke.sh expands $PATH with folder of smoke.sh
- smoke.sh accepts test tree folder as argument
- entered README
- entered MANIFEST
- entered ChangeLog
- entered Makefile.PL (don't use that yet!)