mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
Windows: ChangeLog for 1.5.69
Change-Id: I078f719c6e769cfcb7997bb8b67403de480255f9 Reviewed-on: http://gerrit.openafs.org/1114 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
97d0d22e34
commit
e33a7346a6
@ -1,3 +1,33 @@
|
||||
Since 1.5.68
|
||||
* Prevent an empty directory Btree from being created and
|
||||
marked as valid if cm_BPlusDirBuildTree fails.
|
||||
|
||||
* cm_BPlusEnumAlloc should not fail if the enumeration
|
||||
contains zero entries.
|
||||
|
||||
* In cm_BPlusXXX functions, return ENOMEM if malloc() fails.
|
||||
|
||||
* Do not leak the cm_scache_t dirlock if cm_BPlusDirBuildTree
|
||||
fails.
|
||||
|
||||
* fs examine should report owner and group ids as signed values.
|
||||
|
||||
* Protect buffers in smb_WriteData from simultaneous writes.
|
||||
|
||||
* Query network interface MTU values from the registry because
|
||||
the IP Helper GetAdapterAddresses() fails to report a manually
|
||||
configured MTU.
|
||||
|
||||
* Improve performance by not dropping and reacquiring the rx_call
|
||||
lock in rx_WriteProc* and rx_ReadProc*.
|
||||
|
||||
* When configuring the rx library, the network interface MTU
|
||||
must be applied to both the maximum send size as well as the
|
||||
maximum receive size as is done when rx_SetMaxMTU is called
|
||||
by the application.
|
||||
|
||||
There was no 1.5.67 release
|
||||
|
||||
Since 1.5.66
|
||||
* Convert afsauthent.dll to use the xdr_alloc and xdr_free
|
||||
routines from afsrpc.dll in place of malloc and free.
|
||||
|
Loading…
Reference in New Issue
Block a user