]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add changelog entry for upstream 1.6.1pre1 release
authorRuss Allbery <rra@debian.org>
Wed, 8 Feb 2012 22:10:53 +0000 (14:10 -0800)
committerRuss Allbery <rra@debian.org>
Wed, 8 Feb 2012 22:10:53 +0000 (14:10 -0800)
debian/changelog

index 6f4680bb440d60844ddd21dc1da8f866cc634529..88bbda94a3cb22bba8109ef0fbde140e5232cd4e 100644 (file)
@@ -1,5 +1,19 @@
-openafs (1.6.1~pre1-2) UNRELEASED; urgency=low
+openafs (1.6.1~pre2-1) UNRELEASED; urgency=low
 
+  * New upstream prerelease.
+    - Disable server-side Rx keepalive during disk I/O.
+    - Avoid timing out on non-kernel busy Rx channels.
+    - Add separate client connection pool for replicated volumes.
+    - Remove SYNC client disable behavior on some error patterns.
+    - Correctly test for the end of the Rx call queue.
+    - Fix cleanup of special inodes on the server.
+    - Provide a public Rx function for toggling keepalive.
+    - Fix connection management in the client checkserver loop.
+    - Discard cached state in the client when unsure of validity.
+    - Fix thread safety of free inode management with demand-attach.
+    - Fix xstat handling of time values on 64-bit platforms.
+    - Increase the idledead time.
+    - Fix return status of fsync on a directory.
   * Fix afs-newcell's creation of the file server process to pass
     -localauth.  This was broken when demand-attach support was
     added.  Thanks, Florian Hatat.  (Closes: #652973)