Windows: More specific error values
[openafs.git] / doc / txt / RELNOTES-1.4.6
1                   OpenAFS Release Notes - Version 1.4.6
2      _________________________________________________________________
3 All systems: Major bugfixes.
4      _________________________________________________________________
5
6 * Bugfixes:
7
8 All systems:
9
10 - fileserver host tracking code had a missing lock on a host structure;
11   that lock has been added.
12
13 - fileserver handling for clients which are giving up callbacks did not
14   hold a lock, making it unsafe and allowing clients to potentially 
15   crash the server by racing. 
16
17 - fileserver will now leave a corefile when it is doing a shutdown due
18   to error conditions.
19
20 - fileserver again allows ufs as a valid filesystem type (regression in 1.4.5).
21
22 - cbd handler for fileserver status data has an interpretation error which
23   could cause crashes corrected.
24
25 - fileserver accurately tracks number of callbacks on a given file.