As some might have noticed, we have placed the first release candidate of the Free Pascal Compiler version 3.2.4 on our download servers already for some time.
You can help improve the upcoming 3.2.4 release by downloading and testing this release. If you want you can report what you have done
here or in the maillist.
Changes that may break backwards compatibility will be documented
here.
Downloads are available
here.
The evaluation time frame for this release is at least two weeks, so bug reports within that period will be looked at before the final release is branched.
Enjoy!
The Free Pascal Compiler Team
Release Notes:
Free Pascal Compiler
Version 3.2.4
Free Pascal 3.2.4 is a minor release of the 3.2.x fixes branch. As such, it contains mostly fixes of bugs discovered in the previous version, plus some updates for included packages.
There are currently no known changes which might result in incompatibility with the previous version 3.2.2.
The main highlights of this version:
- large number of issue and bug fixes
- FPC development switched to git, all tools adapted accordingly
- fixes to avoid year 2038 problem
- updated translations of compiler messages
- Issues with newer glibc fixed
Platforms:
- Support for new AVR targets: megaAVR 0 and tinyAVR 0/1
- FreeBSD 12 support
- Darwin: made -gl working
Utilities:
- FPDoc: markdown support
- fpcres: several improvements
Packages:
- fcl-image improved, e.g. resolution support and orientation flag support
- fcl-base: thread pool support
- fcl-pdf: pdf reader
- vcl-compat significantly improved