Changes between Version 29 and Version 30 of Docs/User/FullUpdate/VersionHistory


Ignore:
Timestamp:
10/18/11 10:22:41 (13 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/User/FullUpdate/VersionHistory

    v29 v30  
    6161=== OS ===
    6262
    63 ==== Ver: 2011-02-18  February 18, 2011 ====
    64 Fixed problem that if touch screen beep feature is enabled in loader preferences OS may crash after about 35 touch beeps of the touch screen.
    65 
    66 ==== Ver: 2011-01-28  January 28, 2011 ====
    67 Fixed problem that weight server may not work with serial communications after previous update. The weight server is moved out of the kernel and to the /mnt/nand/bin location for easier maintenance. Fixed problem with stty on startup causing on-demand communications to buffer input and require carriage return before input is accepted. This is fixed by adding "-icanon -iexten -echo -echoctl -echonl" to default options generated by stty when -Z option is used. Added startup check for /mnt/nand/cfg/boa.conf and if found it will be copied to /etc. This will allow web server port or other settings changes to be stored in nand.
    68 
    69 ==== Ver: 2010-10-21  October 21, 2010 ====
    70 Fixed problem with weight server remote control showing blank screen and not accepting keypresses. Added feature to weight server remote control. Weight server remote control enabled can be determined by checking for existence of /tmp/wtsvr_rc_port file; when the remote control is enabled the file will contain the IP port number for remote control. Whether any clients are connected can be determined by checking for existence of /tmp/wtsvr_rc_clients file; when any clients are connected file will contain list of client IP addresses.
    71 
    72 ==== Ver: 2010-08-18  August 18, 2010 ====
    73 Fixed problem with usb keyboard driver that if key is held down when key repeat starts indicator may crash.
    74 
    75 ==== Ver: 2010-08-04  August 4, 2010 ====
    76 Fixed problem with max734x driver that was causing touch screen beep sounds to be too long.
    77 
    78 ==== Ver: 2010-07-21  July 21, 2010 ====
    79 Fixed problem that appmenu was no longer able to perform autorun to automatically start an application after a specified number of seconds.
    80 
    81 ==== Ver: 2010-06-28  June 28, 2010 ====
    82 Improved mndb-comm driver. Added support for ICAN and DAC cards. Added queuing to help prevent apps from overrunning buffer and causing communications problems if requests are sent to main board with insufficient delay between requests. Added prompt on startup to allow updating indicator from USB.
    83 
    84 ==== Ver: 2009-07-02  July 2, 2009 ====
    85 Improved mnbd-comm driver. Added support for signaling main board to reset UART in case of lost communication. Added feature for unsolicited main board messages to be acknowledged to applications with “U” instead of “A” to help application library keep commands/responses synchronized.
    86 
    87 ==== Ver: 2009-03-27  March 27, 2009 ====
    88 Improved mnbd-comm driver. Added queuing for received messages from main board so that the DMA interrupt process can return more quickly. Previously “Lost communication from main board” may happen in some cases when the driver receives messages from the main board with no delay between them.
    89 
    90 ==== Ver: 2009-01-19  January 19, 2009 ====
    91 Improved mnbd-comm driver code relating to totalizer.
    92 
    93 ==== Ver: 2008-12-19  December 19, 2008 ====
    94 Improved m532x_graphics driver to return success or fail acknowledgement for custom font load.
    95 
    96 ==== Ver: 2008-12-04  December 4, 2008 ====
    97 Added option to disable improved thread locking from 08.11.24 for Alex.  This will allow new driver to use older 08.11.19 style communication which he believes is better for some applications.
    98 
    99 ==== Ver: 2008-11-24  November 24, 2008 ====
    100 Fixed problem in mnbd-comm driver relating to totalizer output. Improved thread locking for concurrency.
    101 
    102 ==== Ver: 2008-11-19  November 19, 2008 ====
    103 Improved mnbd-comm driver speed for repeat weight.
    104 
    105 ==== Ver: 2008-10-21  October 21, 2008 ====
    106 Added WIM feature to mnbd-comm driver. Application may set a threshold weight and buffer size. When weight above threshold is reached driver will queue all received gross weights into buffer. Application can work from buffer removing overhead of application having to read each weight record individually.
    10763
    10864=== Loader (OPI Boot loader) ===