Index: openafs/doc/txt/winnotes/afs-changes-since-1.2.txt diff -c openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.5 openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.8 *** openafs/doc/txt/winnotes/afs-changes-since-1.2.txt:1.72.2.5 Thu Aug 17 09:13:19 2006 --- openafs/doc/txt/winnotes/afs-changes-since-1.2.txt Wed Sep 6 13:43:44 2006 *************** *** 1,3 **** --- 1,32 ---- + Since 1.5.7: + + * better handling of dot directory + + * fs sq adn fs mkm now behave as on UNIX + + * add license to installers + + * Return Invalid Parameter error for unknown InfoLevels in + SMB Tran2 Search Directory. + * Return Invalid Parameter error for unknown InfoLevels in + SMB Tran2 Search Directory. + + * Correctly use WSAStartup and WSACleanup within the RX library + + * Check that afsd_service.exe is running before performing + a pioctl call. + + * Force AFS Shell Extension to load resource DLL using + afs_shl_ext.dll as a base name. + + * (Wix) install afs_shl_ext_XXXX.dll and afs_creds_XXXX.dll in + OpenAFS\Client\Program + + * Fix SMB_SET_FILE_END_OF_FILE_LENGTH + + * Do not panic if the maximum number of volume entries are in use + and one of them can be recycled. + Since 1.5.6: * Fix the code that reads the backconnnectionhostnames value Index: openafs/doc/txt/winnotes/afs-issues.txt diff -c openafs/doc/txt/winnotes/afs-issues.txt:1.28.2.1 openafs/doc/txt/winnotes/afs-issues.txt:1.28.2.2 *** openafs/doc/txt/winnotes/afs-issues.txt:1.28.2.1 Fri Jul 28 12:26:51 2006 --- openafs/doc/txt/winnotes/afs-issues.txt Sun Sep 3 13:03:44 2006 *************** *** 1,4 **** ! This file is a rough list of known issues with the 1.5.3 release of OpenAFS on Windows. This list is not complete. There are probably other issues which can be found in the RT database or on the mailing list. --- 1,4 ---- ! This file is a rough list of known issues with the 1.5.8 release of OpenAFS on Windows. This list is not complete. There are probably other issues which can be found in the RT database or on the mailing list. *************** *** 148,153 **** --- 148,154 ---- WriteBulk WriteBulkData Tran2::SessionSetup + Tran2::Directory Search InfoLevel 0x105 / 0x106 19. StoreBehind mode is not implemented. Or more correctly, all data is written directly to the server and is not cached. Writes invalidate the local cache entries which are then read back from the server.