equal
deleted
inserted
replaced
11 # |
11 # |
12 |
12 |
13 __END__ |
13 __END__ |
14 |
14 |
15 =head1 FShell Change History |
15 =head1 FShell Change History |
|
16 |
|
17 =head2 Release 000.4 |
|
18 |
|
19 Fixed a defect in iosrv.exe that caused a panic if a foreground read object was attached to a different end point. This was due to the read object being notified of a change in foreground before its iEndPoint member was updated. This member is now updated before attempting the attach, and is set to NULL in the event of a leave (resulting in the read object being left in an unattached state). |
16 |
20 |
17 =head2 Release 000.3 |
21 =head2 Release 000.3 |
18 |
22 |
19 Build fixes. |
23 Build fixes. |
20 |
24 |