NEWS
changeset 1325 16aacb421bd4
parent 1323 10fbef0a3ac5
child 1326 ef907b0b5125
equal deleted inserted replaced
1324:08060693df37 1325:16aacb421bd4
     1 -------------------------------------------------------------------------------
     1 -------------------------------------------------------------------------------
     2 
     2 
     3 $Id$
     3 $Id$
       
     4 
       
     5 vim: spelllang=en spell
     4 
     6 
     5 -------------------------------------------------------------------------------
     7 -------------------------------------------------------------------------------
     6 
     8 
     7 Changes since 1.4.0:
     9 Changes since 1.4.0:
     8 
    10 
    25 * Fixed wrong calculation of the expected working counter if the process data
    27 * Fixed wrong calculation of the expected working counter if the process data
    26   of a domain span several datagrams.
    28   of a domain span several datagrams.
    27 * Fixed a kernel oops when a slave configuration is detached while the actual
    29 * Fixed a kernel oops when a slave configuration is detached while the actual
    28   configuration is in progress.
    30   configuration is in progress.
    29 * Fixed typo in logging output.
    31 * Fixed typo in logging output.
    30 * Removed bashisms from init script.
    32 * Removed 'bashisms' from init script ('function' keyword).
       
    33 * Fixed bug in e1000 drivers. Memory was allocated when sending the first
       
    34   frame.
    31 
    35 
    32 Changes in 1.4.0-rc3:
    36 Changes in 1.4.0-rc3:
    33 
    37 
    34 * Ported the master thread to the kthread interface.
    38 * Ported the master thread to the kthread interface.
    35 * Added missing semaphore up() in an ioctl(). In rare cases, the master
    39 * Added missing semaphore up() in an ioctl(). In rare cases, the master