*** Release 1.13
Thu 06 Jun 2002, Merijn
- make _test needs $PERL set to ./perl
- $Config{ldlibpthname} might not be defined (Abigail)
- Renamed file handles to prevent confusion
- Some more filtering of noise
- skip officially unsupported combo's (e.g. patch #17000)
*** 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!)