Remove documentation of kaserver -fastKeys
[openafs.git] / doc / txt / RELNOTES-1.4.8
1                   OpenAFS Release Notes - Version 1.4.8
2      _________________________________________________________________
3 File servers: Major bugfixes.
4 All systems: Minor bugfixes.
5      _________________________________________________________________
6
7 * Bugfixes:
8
9 AIX:
10
11 - AIX 6.1 is now supported.
12
13 - Unpin kernel memory references after free. (99456)
14
15 FreeBSD:
16
17 - FreeBSD 7 is now supported.
18
19 Linux:
20
21 - Avoid deadlock when writing back pages in an mmap()ed file larger than
22   the cache. (120491)
23
24 - Update process tree walking for PAG garbage collection to avoid oopses. 
25   (116603)
26
27 - fakestat mode now correctly avoids spurious ENOTDIR errors.
28
29 - Use kernel build system for all platforms. 
30
31 - Remove openafs directory from proc in correct order. (112910)
32
33 - Handle renames across directories correctly in the linux dcache. (74672)
34
35 - Probe syscall table when possible. (105457)
36
37 - Mount point parsing is now updated to handle only well-formed mount
38   points rather than similarly-formed symlinks. (113558, 100836)
39
40 - ucontext-style LWP is now anbled for glibc versions newer than 2.3. 
41
42 MacOS:
43
44 - Update available space shown. (112910)
45
46 NetBSD:
47
48 - Work around broken SIGWAIT. (111404)
49
50 Solaris:
51
52 - Solaris 10 now defaults to namei fileservers. 
53
54 - NFS translator issues fixed.
55
56 - Changes to address Solaris updates. (105495)
57
58 All client systems:
59
60 - udebug correctly displays the last "yes" host.
61
62 - Allow more vldb lookups to be cached in the client.
63
64 - Fix aklog to not be excessively verbose when not requested.
65
66 - Add support for timing out accesses which are not completing in a timely
67   manner.
68
69 - Properly flag backup volumes being added to the vldb by vos syncvldb. 
70
71 All server systems:
72
73 - fileserver "large" setting now implies 128 threads instead of 12.
74
75 - fileserver check for duplicate uuids is now applied correctly.
76
77 - Newer xbsa APIs are supported for TSM integration in butc. 
78
79 - salvager avoids corrupting length of directory objects. (111585, 107767)
80
81 - volserver avoids a race during volume release so a volume will not
82   appear to be offline. (107258) 
83
84 - Add support for returning errors when accesses are not completing 
85   in a timely manner.
86
87 - Avoid potential race in the volserver when creating transactions. (121263)
88
89 - Return sensible error when a release or restore exhausts server 
90   resources. (121040)
91
92 - volserver now returns EXDEV if a new replica would duplicate one which 
93   already existed elsewhere on the server.
94
95 - Disable jumbograms by default. 
96
97 - volserver updates a volume's updateDate on volume creation. (110943)
98
99 - Partitions over 2tb are now supported. (88811)
100
101 All systems:
102
103 - Re-enable Rx client keepalives. (20727)
104
105 - Support autoconf 2.62. (118058)
106
107 - Update Rx to avoid leaking packets.
108
109 - vos supports the -noresolve options to avoid issues with 127.0.0.1 being
110   named in /etc/hosts.
111
112 - Additional documentation. (104110)