|
[Jmri-commits] site.new/releasenotes jmri1.5.5.html,NONE,1.1
From: Bob Jacobsen <jacobsen@us...> - 2004-11-30 04:58
|
Update of /cvsroot/jmri/site.new/releasenotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5942 Added Files: jmri1.5.5.html Log Message: as released --- NEW FILE: jmri1.5.5.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- $Id: jmri1.5.5.html,v 1.1 2004/11/30 04:58:35 jacobsen Exp $ --> <html lang="en"> <head> <TITLE> JMRI: Release Notes for 1.5.5 </TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="Bob Jacobsen, LBL" name=Author> <meta name="keywords" content="java model railroad JMRI 1.5.5 CMRI decoderpro panelpro locotools loconet lenz nce easydcc dcc nmra"> <!-- Style --> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="/css/default.css" media="screen"> <link rel="stylesheet" type="text/css" href="/css/print.css" media="print"> <link rel="icon" href="/images/jmri.ico" type="image/png"> <link rel="home" title="Home" href="/"> <!-- /Style --> </head> <body> <div id="container"> <p class="skipLink"><a href="#mainContent" accesskey="2">Skip to main content</a></p> <!-- Header --> <div id="header"> <!-- Logo --> <a href="/" title="Return to home page" accesskey="1"> <img src="/images/logo-jmri.gif" width="160" height="135" alt="JMRI Logo"> </a> <!-- /Logo --> <ul id="mainNav"> <!-- Top tool bar --> <li><a href="/download/" title="Get the latest software">Download</a></li> <li><a href="/apps/" title="Learn about JMRI applications">Applications</a></li> <li><a href="/hardware/" title="What hardware does JMRI support">Hardware</a></li> <li><a href="/doc/Manual/" title="Trouble-shooting, and FAQs">Manual</a></li> <li><a href="/doc/Technical/" title="Developing and extending JMRI">Developers</a></li> <li><A href="/community/" title="Who is JMRI">Acknowledgements</a></li> </ul> <div id="searchform"> <!-- Search Form --> <form id="search" method="get" action="http://www.google.com/custom"> <label for="q" title="Search JMRI.SourceForge.net">search JMRI: </label> <input type="hidden" name="cof" value="LW:200;LH:95;L:http://JMRI.sourceforge.net/images/logo.gif;GIMP:#cc0000;T:black;ALC:#0000ff;GFNT:grey;LC:#990000;BGC:white;AH:center;VLC:purple;GL:0;GALT:#666633;AWFID:9262c37cefe23a86;"> <input type="hidden" name="domains" value="JMRI.sourceforge.net"> <input type="hidden" name="sitesearch" value="JMRI.sourceforge.net"> <input type="text" id="q" name="q" accesskey="s" size="30"> <input type="submit" id="submit" value="go"> </form> </div> <!-- End #searchform --> </div> <!-- closes #header--> <!-- /Header --> <hr class="hide"> <div class="nomenu" id="mBody"> <div id="mainContent"> <H2> Release Notes for JMRI 1.5.5 test release </H2> <p>Date: November 29, 2004</p> <p>From: Bob Jacobsen</p> <p>Subject: Test version 1.5.5 of JMRI/DecoderPro is available for download. <h3>Notes:</h3> <P>This is a test release. Please post a note if you encounter any new or old bugs! And please back up your JMRI files before installing this, in case you want to go back to an earlier version. <P>This test release is part of a series that will eventually lead up to a production release called version 1.6; no date has been set for when that will happen. <P>There was no public 1.5.1 test version; it was used for internal testing. <h3>New warnings for this test version:</h3> <P>(None) <h3>Older warnings for the 1.5 series of test versions:</h3> <P>The method for configuring the C/MRI protocol has changed since version 1.4. If you use the C/MRI protocol, you will have to reconfigure your preferences the first time you run this version. <h3>Download links:</h3> <P>Please use these links for downloading, including the "?download" at the end. That adds to SourceForge's advertising statistics, which makes them happy to host our stuff. <P>MacOS X: <A HREF="http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.hqx?download">http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.hqx?download</a> <P>Windows: <A HREF="http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.exe?download">http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.exe?download</a> <P>Linux: <A HREF="http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.tgz?download">http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.tgz?download</a> <P>MacOS 8/9 "Classic": <A HREF="http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.Classic.hqx?download">http://prdownloads.sourceforge.net/jmri/JMRI.1.5.5.Classic.hqx?download</a> <h3>Changes since test version 1.5.4:</h3> <p>Fix some minor JavaDoc problems <p>Fix problem introduced in 1.5.4 that prevented SPROG from functioning <p>Update on US&S lamp (yellow) that had wrong background <p>Updates to consisting code by Paul Bender <p>Update to consist tool to handle case when no consist selected; may be correcting a change to the way Java 1.5 works - Paul Bender <p>Update the XPressNet monitor to display additional messages in English - Paul Bender <p>Dennis Miller improved the Throttle panel layout so various parts display completely <p>Improve Digitrax ops-mode readback so that it works with Intellibox and other devices. <p>Fix a problem with SPROG where code listening to replies would get a second copy after sending a message. This only effected people writing code within JMRI itself. <p>Turn off DirectX acceleration of Java3D on Windows. This prevents a rare fault during startup. RFE 989410 <p>Change DecoderPro code so that only variables coded red ("Unknown/Error", generally caused by a read or write that failed) or orange ("edited", due to manual changing of the value) will be read or written when you click the various "read/write changes" buttons. This is a significant change to behavior; please try it and less us know whether it's an improvement! <p>Alex Shepherd: Improve key-mapping for the Throttle. <p>Convert the NCE support to use "binary" commands instead of "ASCII" commands when talking to the command station. This is intended to make JMRI simultaneously compatible with the existing and next versions of the NCE command station PROMs. <p>The internal fastclock mechanism was updated so that various clocks would stay synchronized when the minute changes. <p>Dennis Miller updated the Nixie clock so that it can be resized. He also greatly improved the graphics. <p>Dennis Miller improved decoder printout by adding the CV number in the "All" version. <p>Improvements to support for one DecoderPro variable split across two CVs: Mask now works on both upper and lower bytes for both read and write to CVs. Previously, this was only used in a special case for AD4 decoders, and hopefully that special case still works. <p>Paul Bender: Internal changes to consist tool to add hooks for system specific consist restrictions and error propagation. <p>Paul Bender: New XPressNet Specific Consist Manager. Allows use of Lenz "Double Headers" and Decoder Assisted consisting through the use of Lenz's "Smart Consisting" facilities. <p>Joe Salemi contributed a decoder definition for the Atlas 345 decoder and updated the TCS Tx definition. <p>Michael Greene contributed new definitions for the E-Z Command and Zimo MX61_N decoders, and updated the Soundtraxx SHS F3 and F7 Diesel decoders. <p>Fix bug where a Roster selection box would have entries out of order after adding a new locomotive. <p>Alex Shepherd added some additional decoding to the LocoNet monitor in the fast clock area. <p>Alex Shepherd added the capability to synchronize the LocoNet fast clock to an internal clock. <p>Macintosh "Classic" build process rebuilt _again_. The MacOS Classic JVM will lock up if certain synchronized constructs are compiled with a "modern" compiler, so the build process has been redone to ensure classes containing that are compiled with the "oldjavac" compiler. This is a stopgap, however, as other constructs (local variables in anonymous inner classes) _require_ the newer compiler; eventually, we'll get a conflict between these. <p>The problem with "out of memory" when requesting certain DecoderPro programmer formats while running on MacOS ("Classic") has probably been fixed. <hr class="hide"> <!-- Footer --> <hr class="hide"> <div id="footer"> <ul id="bn"> <li><a href="/sitemap/">Site Map</a></li> <li><a href="/contact/">Contact Us</a></li> </ul> <p>Thanks and congratulations to <A href="/community/" title="Who is JMRI"> all who contributed</A>! </p> <p>Copyright © 1997 - 2004 JMRI Community. <P>JMRI, DecoderPro, PanelPro, DispatcherPro and associated logos are our trademarks. <P><A href="/Copyright.html">Additional information on copyright, trademarks and licenses is linked here.</a></p> <BR/>Site hosted by: <BR/> <A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=26788&type=1" width="88" height="31" border="0" alt="SourceForge Logo"> </A> </div> <!-- /Footer --> </div><!-- closes #mainContent--> </div> <!-- closes #mBody--> </div> <!-- closes #container --> </body> </html> |
| Thread | Author | Date |
|---|---|---|
| [Jmri-commits] site.new/releasenotes jmri1.5.5.html,NONE,1.1 | Bob Jacobsen <jacobsen@us...> |