Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
http://trac.chirp.danplanet.com/chirp_daily//
A list of the changes included in this build (since the last daily) follows:
Changes for Build #12 [Dan Smith dsmith@danplanet.com] [ftx800] Slightly increase the upload delay to hopefully alleviate some timing issues reported by some users
[Dan Smith dsmith@danplanet.com] Fix crash if no language is specified by the system
[Dan Smith dsmith@danplanet.com] Fix some untranslated column names that were preventing the column rendering functions from working properly when in non-English languages.
[Dan Smith dsmith@danplanet.com] [csv] Fix get_raw_memory()
[Dan Smith dsmith@danplanet.com] Prototype compatibility support for Python < 2.6 machines. This does some sneaky tricks with gettext and the __builtin__ module to skirt the fact that older python versions don't have str.format().
[Dan Smith dsmith@danplanet.com] Fix win32 installer .exe permissions (finally) and clean up the build directory when we're done.
[Dan Smith dsmith@danplanet.com] Make the Win32 platform driver enumerate serial ports instead of just providing the static list.
[Dan Smith dsmith@danplanet.com] Long-overdue temp directory labeling on win32 build
[Dan Smith dsmith@danplanet.com] Fix win32 build to actually build the locale files
[Dan Smith dsmith@danplanet.com] For some reason, win32 cygwin bash was using an incompatible builtin find which was causing problems with build locale. Use /usr/bin/find explicitly.
[Dan Smith dsmith@danplanet.com] Fix chirpw invocation so that it won't allow the environment to override a manual language selection.
[Dan Smith dsmith@danplanet.com] Fix the MacOS property list file to use a captialized icon file name. Without it, MacOS just silently ignores it. Sigh.
[Dan Smith dsmith@danplanet.com] Fix the chirp.icns file so it shows up full-width in 512-pixel mode
[Dan Smith dsmith@danplanet.com] Fix MacOS bundle properties file and update the launch script for the new non-X11 runtime.
[Dan Smith dsmith@danplanet.com] Add MacOS .icns file for app bundle