
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/daily-04112012
A list of the changes included in this build (since the last daily) follows:
Changes for Build #59 [Tom Hayward tom@tomh.us] Add import from RadioReference.com. Feature #114
[Dan Smith dsmith@danplanet.com] Fix a long-standing bug in bitwise that prevented declaring structs in arrays of length less than 2 (including standalone structs). Lumping into Bug #93
[Dan Smith dsmith@danplanet.com] Make the Edit->Copy operation package up the source radio's feature set and pass it to Edit->Paste, which can use it to do an import_mem() operation on the resulting memory object before pushing it into the destination radio. This makes a Copy-Paste operation behave exactly like a File->Import operation. It also fixes the case where you get silly warning/errors if you Copy-Paste between dissimilar radios. Fixes bug #113
[Dan Smith dsmith@danplanet.com] Change import_logic.import_mem to take just the feature set of the source radio, which is all that is really necessary and avoids needing a reference to the whole radio to do an import. Bug #113
[Tom Hayward tom@tomh.us] Rename chirp/xml.py to chirp/generic_xml.py so it doesn't conflict with the xml module.
Required for Feature #114
[Dan Smith dsmith@danplanet.com] Okay, for real this time. Fix the FT-857 test image. #93
[Dan Smith dsmith@danplanet.com] Add the FT-857 image back in that mercurial seemed to have lost... Related to #93
[Dan Smith dsmith@danplanet.com] Rename test images to be in line with the previous patch Minor changes: #93
[Marco Filippi iz3gme.marco@gmail.com] [ft8x7] Changed names of radios with a better name schema and renamed test images accordingly Minor changes: #93
[Dan Smith dsmith@danplanet.com] [uv5r] Fix a bug in the previous 7-character names patch Fixed #115