]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-notes-20051021 openafs-stable-1_4_1-rc1
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 22 Oct 2005 07:03:23 +0000 (07:03 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 22 Oct 2005 07:03:23 +0000 (07:03 +0000)
Updates for 1.4.0050

doc/txt/winnotes/afs-changes-since-1.2.txt
doc/txt/winnotes/afs-issues.txt

index 3490043d78880820dc78ec1bb8c7718d1a36c8a0..75438255e2ddf82df0ff7d2360a879d8b135a61b 100644 (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
 
index bc92fc4cfe22e3f12f75b0db3750b18756fdf91e..57cfa6bc045cc8ed643d2086c16af609e03347c6 100644 (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
+  
\ No newline at end of file