1.7.3 release notes
From Jmri
Revision as of 19:56, 21 February 2006
Release Notes - JMRI 1.7.3
The 'official' release notes are on the Sourceforge pages somewhere, but I can't find 'em! - If you do, please update to a link here - Thanks.
Recent experience suggests that you need to be aware of a few gotcha's if you're installing for the first time. Specifically:
Windows XP with Locobuffer USB
An important note about this configuration.
MacOS X with Locobuffer USB
For reasons that need not concern us here, this configuration needs a little fancy footwork in order to work correctly. Thanks, as always, to Bob and in this particular case, Kevin Avery for the workround:
- Sign into the administrator account on the computer. If there's only one user account, you're already all set. If not, you may need to logout and login under a different name; the administrator account is the one normally used to do software updates.
- Copy Kevin's Info.plist file to the account's Documents folder. (This is because we need to be able to find it from the Terminal, and that's a well-known location always present)
- Open the Terminal application from either the Applications or Applications/Utilities folders, depending on your MacOS X version.
- Run the FTDI installer. When it asks you to restart, don't click yet. If it doesn't ask to restart, that's OK too.
- In the Terminal window that opened in (2), type the following two commands. Each one is followed by hitting the return key. You might get prompted for your password; if so, type the password for the account you're currently using.
sudo cp ~/Documents/Info.plist /System/Library/Extensions/FTDIUSBSerialDriver.kext/Contents/ sudo touch /System/Library/Extensions
Last, we need to restart the computer. If the FTDI installer is waiting for you to click on its restart button, that will do the restart. Otherwise, select Restart... under the Apple menu.