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:
Jeffrey Altman 2010-01-16 11:05:57 -05:00 committed by Derrick Brashear
parent 97d0d22e34
commit e33a7346a6

View File

@ -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.