Release v2.4.0
Downloads
CompFileDate is available for Windows (32 & 64 bit) and Linux (64 bit only) platforms. 32 bit Linux is not supported.
Builds for each target platform can be downloaded in both zip and tar/gzip archives from the Assets section below. Each download file contains the executable program along with a few documentation files.
The download file names contain text that identifies their target OS. Make sure you download the correct one for your operating system.
See ReadMe.txt included in each download for details of how to install and use the program.
The Assets section also provides the full source code, compressed in both zip and tar/gzip format.
Changes
- Added 64 bit Linux support [issue #28]. The Linux version works identically to the Windows versions except that the
--followshortcuts(-s) command is not supported. - Fixed typos in the program help screen [issue #29]. Also updated re changes relating to the Linux release.
- Refactored code:
- Extracted Windows specific code into a separate unit that is not compiled into the Linux build.
- Change some static classes into records with methods [issue #36].
- Archive files containing releases are now available in tar/gzip format in addition to zip format [issue #35].
- Deploy script,
Deploy.bat, was updated: - Added new helper script (
Tools\MakeAllTargets.bat) that builds Debug releases for all supported target OSs. - Added new script that is called as a Delphi build event (
Tools\VerExtractor) that generates an include file containing the release version number. - Updated documentation:
- Read-me files and build documentation were updated re changes in this release.
- Various corrections and clarifications were made in
Docs\ReadMe.txtandBuild.txt. - Corrected copyright date in
LICENSE.md[issue #30].