equal
deleted
inserted
replaced
1 ------------------------------------------------------------------------------- |
1 ------------------------------------------------------------------------------- |
2 |
2 |
3 $Id$ |
3 $Id$ |
|
4 |
|
5 vim: spelllang=en spell |
4 |
6 |
5 ------------------------------------------------------------------------------- |
7 ------------------------------------------------------------------------------- |
6 |
8 |
7 Changes since version 1.4.0-rc3: |
9 Changes since version 1.4.0-rc3: |
8 |
10 |
11 * Fixed wrong calculation of the expected working counter if the process data |
13 * Fixed wrong calculation of the expected working counter if the process data |
12 of a domain span several datagrams. |
14 of a domain span several datagrams. |
13 * Fixed a kernel oops when a slave configuration is detached while the actual |
15 * Fixed a kernel oops when a slave configuration is detached while the actual |
14 configuration is in progress. |
16 configuration is in progress. |
15 * Fixed typo in logging output. |
17 * Fixed typo in logging output. |
16 * Removed bashisms from init script. |
18 * Removed 'bashisms' from init script ('function' keyword). |
|
19 * Fixed bug in e1000 drivers. Memory was allocated when sending the first |
|
20 frame. |
17 |
21 |
18 Changes in version 1.4.0-rc3: |
22 Changes in version 1.4.0-rc3: |
19 |
23 |
20 * Ported the master thread to the kthread interface. |
24 * Ported the master thread to the kthread interface. |
21 * Added missing semaphore up() in an ioctl(). In rare cases, the master |
25 * Added missing semaphore up() in an ioctl(). In rare cases, the master |