NEWS
branchstable-1.5
changeset 2378 ca345abf0565
parent 2376 97ec7e18412e
parent 2292 0f7a243b03e4
child 2386 6742f8751872
equal deleted inserted replaced
2377:aa0f6f939cb3 2378:ca345abf0565
     4 
     4 
     5 vim: spelllang=en spell
     5 vim: spelllang=en spell
     6 
     6 
     7 -------------------------------------------------------------------------------
     7 -------------------------------------------------------------------------------
     8 
     8 
     9 Changes in 1.5:
     9 Changes in 1.5.1:
       
    10 
       
    11 * Fixed reset of allow_scanning flag if ecrt_master_activate() was not called.
       
    12 * Fixed missing distribution for r8169 for 2.6.32 and e1000 driver for 2.6.31.
       
    13 * Added r8169, e100, e1000 and e1000e drivers for 2.6.35.
       
    14 * Added fix for ESC port order (DC delay calculation).
       
    15 
       
    16 Changes in 1.5.0:
    10 
    17 
    11 * Added a userspace library for accessing the application interface. This
    18 * Added a userspace library for accessing the application interface. This
    12   library is licensed under LGPLv2.
    19   library is licensed under LGPLv2.
    13 * Added distributed clocks support.
    20 * Added distributed clocks support.
    14 * Added watchdog configuration via application interface (thanks to J. Mohre).
    21 * Added watchdog configuration via application interface (thanks to J. Mohre).
    33 * Added 8139too driver for kernels 2.6.25 (F. Pose), 2.6.26 (M. Luescher),
    40 * Added 8139too driver for kernels 2.6.25 (F. Pose), 2.6.26 (M. Luescher),
    34   2.6.27, 2.6.28, 2.6.29 (M. Goetze), 2.6.31 (F. Pose), 2.6.32 (F. Pose),
    41   2.6.27, 2.6.28, 2.6.29 (M. Goetze), 2.6.31 (F. Pose), 2.6.32 (F. Pose),
    35   2.6.33 (J. Kunz), 2.6.34 (Malcolm Lewis), 2.6.35 (B. Benner),
    42   2.6.33 (J. Kunz), 2.6.34 (Malcolm Lewis), 2.6.35 (B. Benner),
    36   2.6.36 (F. Pose) and 2.6.37 (F. Pose).
    43   2.6.36 (F. Pose) and 2.6.37 (F. Pose).
    37 * Added e1000 driver for 2.6.26 (M. Luescher), 2.6.27, 2.6.28, 2.6.29, 2.6.32,
    44 * Added e1000 driver for 2.6.26 (M. Luescher), 2.6.27, 2.6.28, 2.6.29, 2.6.32,
    38   2.6.33 (J. Kunz), 2.6.37.
    45   2.6.33 (J. Kunz), 2.6.35, 2.6.37.
    39 * Added r8169 driver for 2.6.24, 2.6.27, 2.6.28, 2.6.29, 2.6.31, 2.6.32
    46 * Added r8169 driver for 2.6.24, 2.6.27, 2.6.28, 2.6.29, 2.6.31, 2.6.32
    40   (Robbie K), 2.6.33 (J. Kunz), 2.6.37.
    47   (Robbie K), 2.6.33 (J. Kunz), 2.6.35, 2.6.37.
    41 * Added e1000e driver for 2.6.32, 2.6.33, 2.6.34 (thanks to Siwei Zhuang),
    48 * Added e1000e driver for 2.6.32, 2.6.33, 2.6.34 (thanks to Siwei Zhuang),
    42   2.6.37.
    49   2.6.35, 2.6.37.
    43 * Debug interfaces are created with the Ethernet addresses of the attached
    50 * Debug interfaces are created with the Ethernet addresses of the attached
    44   physical device.
    51   physical device.
    45 * Improved error case return codes of many functions.
    52 * Improved error case return codes of many functions.
    46 * Implemented the File Access over EtherCAT (FoE) mailbox protocol, thanks to
    53 * Implemented the File Access over EtherCAT (FoE) mailbox protocol, thanks to
    47   O. Zarges.
    54   O. Zarges.