Files | Admin

Notes:

Release Name: 0.9.6

Notes:
Version 0.9.6 of FreeRIDE has been released and is available for download!

For details and downloads, go to:

     http://freeride.rubyforge.org/

0.9.6 is mostly a bug fix release. The goal was to make FreeRIDE more robust and to fix some annoying bugs reported by the users. This includes changes to the debugger, IRB, project manager, etc... See the Changelog for details.

**IMPORTANT NOTE**
Due to some changes in the FreeRIDE property files users may experience crash at startup time. If this is so delete the directory %USERPROFILE%\freeride (on Windows) or $HOME/.freeride on Linux before starting FreeRIDE again.


Changes: - Fixed the problem of the terminal not coming up under Windows (however it currently causes an onPipeExcept which we haven't been to able to track down) - Added a step in the loading of a project where all listed files are checked, files that no longer exist are removed from the properties list. - Fixed a bug on Windows when creating a new directory. - On Windows systems without a Userprofile the default userdirectory is now set to be "C:\My Documents\.freeride\" - Automatically restart IRB when it exits normally or after a syntax error (bug #4574) - Expression that evaluates to ni in the debugger eval field is pretty correctly to prevent crash (bug #4334) - Use project manager open_file so that the loaded file is registered in project properties and reopened at the next session - Fixed several small bugs with the new project code. Refresh now works correctly, as does the RunProject command. Also updated the SourceParser so it now caches source-structures based on modification-times. - Fixed a bug in the RI module the print the doc header properly (followup of bug #2634)