Windows: ChangeLog for 1.7.30
authorJeffrey Altman <jaltman@your-file-system.com>
Sat, 22 Mar 2014 04:20:02 +0000 (00:20 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Sun, 23 Mar 2014 03:13:16 +0000 (20:13 -0700)
Change-Id: I115c85dafedaa64c813e6d414a47e1663b2cea19
Reviewed-on: http://gerrit.openafs.org/10940
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

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

index 12c6688..79728ae 100644 (file)
@@ -1,3 +1,33 @@
+Release 1.7.3000; Changes since 1.7.2900
+
+ * Add caching of VL_GetAddrsU RPC responses to avoid
+   duplicate VL queries.
+
+ * Reconfigure the advanced firewall to support callback ports
+   other than port 7001.
+
+ * If a race occurs during the instantiation of a new cm_cell_t object,
+   the created servers will point at the wrong cm_cell_t object after
+   the race is detected.  Before cm_GetCell_gen completes the cm_server_t
+   objects must be fixed to point to the correct cm_cell_t.
+
+ * Avoid potential null pointer dereference after RXKADEXPIRED error is
+   received by the cache manager.
+
+ * During the processing of a network provider GetConnectionInfo request
+   if the provided Authentication Logon Session Id is zero, the redirector
+   should attempt to obtain the Logon Session Id in kernel.  This was
+   not performed within AFSGetConnectionInfo().
+
+ * On XP do not specify the secure device characteristic when registering
+   the afs redirector with MUP as it prevents initial access from limited
+   users.
+
+ * In AFSShareWrite the value of pFcb is used to determine whether
+   or not the pfcb->NPFcb->Resource must be released upon exit.
+   Therefore, it must not be assigned a value until just before the
+   resource is acquired.
+
 Release 1.7.2900; Changes since 1.7.2800
 
  * "fs flush*" commands flush status information but not data.