Download the development build based on commit: 9109eb616f910e64ad74
- Windows (32bit/64bit) Installer: GoldenCheetahInstall.exe (MD5)
Linux (32bit) Application (GZipped): GoldenCheetah-32bit.gz (MD5)
Linux (64bit) Application (GZipped): GoldenCheetah-64bit.gz (MD5)
Mac (Intel): GoldenCheetah-Intel.dmg (MD5)
Mac (PowerPC): GoldenCheetah-PPC.dmg (MD5)
Changes in this build:
Fix crash in AllPlot on Manual Ride
When a manual ride is selected whilst on allplot it will refresh the plots, but computes invalid offsets into the ride data. this patch fixes this crash.Fixes #128.
Fix gcc 4.5 compile errors
Gcc 4.5 considers explicit calls to object constructors to be errors. This patch corrects these to enable building using this current release of the GNU C++ compiler. This is required to support building on Windows with the current Qt 4.6 sdk since it includes gcc 4.5.It is worth noting that this relese of the GNU compiler also spots two or three uninitialised variables too, I will correct these at a later date.