| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.5.3.b62c3e57-setup.exe | 2026-05-08 | 5.0 MB | |
| flamerobin-26.5.3.b62c3e57-setup-x64.exe | 2026-05-08 | 5.4 MB | |
| flamerobin-26.5.3.flatpak | 2026-05-08 | 14.0 MB | |
| flamerobin-26.5.3.deb | 2026-05-08 | 26.5 MB | |
| flamerobin-macos-26.5.3.zip | 2026-05-08 | 6.8 MB | |
| FlameRobin 26.5.3 source code.tar.gz | 2026-05-08 | 1.3 MB | |
| FlameRobin 26.5.3 source code.zip | 2026-05-08 | 1.8 MB | |
| README.md | 2026-05-08 | 1.4 kB | |
| Totals: 8 Items | 60.9 MB | 0 | |
This release focuses on improving the stability of our CI/CD pipelines and fixing several build-related regressions, particularly for Windows environments.
Build and CI/CD Improvements
- Fixed Windows Build Regressions: Enforced the use of the
windows-2022GitHub runner to ensure a stable environment with Visual Studio 2022 (v17), avoiding issues with experimental VS 2025 toolsets. - Improved vcpkg Stability: Restored the
builtin-baselineinvcpkg.jsonand explicitly setVCPKG_ROOTto the workspace path, resolving path mismatch warnings and fixing non-Windows builds. - Enhanced MSVC Support: Applied necessary aggregate initialization patches to the
fb-cppsubmodule for better compatibility with modern MSVC versions. - CI Diagnostics: Added automatic
vcpkglog collection upon build failures to the release workflow for faster troubleshooting.
Bug Fixes
- Fixed Test Compilation: Resolved a C++ compilation error in
FbCppServiceTest.cppcaused by an incorrect call to the low-levelIDatabase::getInfo()interface. - Environment Consistency: Standardized environment variable propagation (like
VS170COMNTOOLS) across Windows build jobs to ensure consistent build behavior.
Experimental Diagnostics
- Added extensive debug information and session checks to
DmlReturningTestandProfilerTestto aid in the ongoing investigation of Firebird 6.0 engine changes.