| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FlameRobin-26.7.9-x64.msi | 2026-07-25 | 16.6 MB | |
| flamerobin-portable-26.7.9-x64.zip | 2026-07-25 | 21.0 MB | |
| flamerobin-26.7.9.deb | 2026-07-25 | 30.9 MB | |
| FlameRobin-26.7.9-x86.msi | 2026-07-25 | 15.9 MB | |
| flamerobin-portable-26.7.9-x86.zip | 2026-07-25 | 20.1 MB | |
| flamerobin-macos-26.7.9.zip | 2026-07-25 | 7.5 MB | |
| FlameRobin Release 26.7.9 - Bug Fixes _ Registration Stability source code.tar.gz | 2026-07-25 | 1.4 MB | |
| FlameRobin Release 26.7.9 - Bug Fixes _ Registration Stability source code.zip | 2026-07-25 | 1.9 MB | |
| README.md | 2026-07-25 | 1.4 kB | |
| Totals: 9 Items | 115.1 MB | 0 | |
We are pleased to announce FlameRobin Release 26.7.9! This release fixes a critical crash when cloning database registration info (#652) and improves overall connection string & server reference stability.
Highlights in Release 26.7.9
1. Fix Clone Registration Info Crash (#652) 🐛
- Parent Server Binding: Fixed a segmentation fault where newly instantiated cloned databases (
DatabasePtr db(new Database())) were not assigned their parent server (db->setServer(s)), causing a null-pointer dereference when computinggetConnectionString(). - Authentication Mode Copy Fix: Corrected a typo in
MainFrame::OnMenuCloneDatabasewhere authentication mode properties were read from the uninitializeddbinstance instead of the source databased. - Complete Attribute Cloning: Ensured
cryptKeyDataandenvironmentProfileare properly copied when cloning database registration details.
2. Defensive Server Null Pointer Guards 🛡️
- Added
nullptrguards forgetServer()calls insideDatabase::getConnectionString()andDatabase::clear()insrc/metadata/database.cppto prevent unexpected crashes on unparented metadata objects.
Downloads & Tags
- Git Tag:
v26.7.9 - Full Release Changelog: Included in
docs/fr_whatsnew.html