STABLE14-windows-notes-20051021

Updates for 1.4.0050
This commit is contained in:
Jeffrey Altman 2005-10-22 07:03:23 +00:00
parent c70ecc93ae
commit d6fca070f1
2 changed files with 10 additions and 3 deletions

View File

@ -9,6 +9,11 @@ Post 1.4.0 revisions:
Shared file access modes, they require the ability to obtain locks in
order to access files.
* Implement error translation functions to convert Universal Error Codes
output by modern servers to local errno and winsock error values.
This fixes the error message problems using pioctl() calls from fs.exe
and the AFS Shell Extension.
Since 1.4.0 rc8: 1.4.0 final tagged (20 Oct 2005); released (31 Oct 2005)
* Allow the AFS Client Service to set the firewall configuration by
retrying until after Windows determines the boot period is over.
@ -16,8 +21,6 @@ Since 1.4.0 rc8: 1.4.0 final tagged (20 Oct 2005); released (31 Oct 2005)
* Do not attempt to configure the firewall on Windows 2000, XP pre-SP2,
or 2003 pre-SP1
* Add support for universal error codes.
* Detect IP address changes from within the AFS Client Service for the
purpose of checking down servers sooner

View File

@ -1,4 +1,4 @@
This file is a rough list of known issues with the 1.4.0000 release of OpenAFS
This file is a rough list of known issues with the 1.4.0050 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.
@ -167,3 +167,7 @@ List of unfunded projects:
22. Add support for storing Windows ACLs on files
23. Remove submount creation as a side effect of drive creation
24. Finish conversion from string.h to strsafe.h for VS.NET 2005
25. Implement RX Connection Pools in the Cache Manager allowing more than
four simultaneous requests to a single server to be processed at a time
for a single user