File Release Notes and Changelog
Release Name: 1.2.8
Notes:
Bug fixes & added the CheckValidEmail option.
Improvements on the SortOrder option from release 1.2.7.
Changes:
1.2.8 --- Fixed so that if the attached filename exist, the script
will rename the attached file to "attachXXXXXX" to avoid
collisions. The script will now also report an error if
the file attachment fail for any reason.
Made the filename for the error report randomized to avoid
collision during heavy load.
Rewritten SortOrder algorithm, so now there is no need to
pay any extra attention to the order of the hidden tags.
Fixed the iRedirectMissing-missing bug.
Removed the malloc() in the template handling as it caused
some very strange behaviour.
Added support for mailnotification.
Fixed sorting-bug in SortOrder algorithm.
Fixed the ALLOW_FILE_UPLOADS & FILE_SIZE_LIMIT-defines bug,
where it was possible under some circumstances that the script
wrote data to an unopened file handle.
Added the w->nr++ in chopchop() which had been commented.
Fixed the bug which cause substring sorting in the SortOrder.
Mf.pp is now correctly free()'d even when all required are
found.