From: Russ Allbery Date: Wed, 8 Feb 2012 22:10:53 +0000 (-0800) Subject: Add changelog entry for upstream 1.6.1pre1 release X-Git-Tag: debian/1.6.1.pre2-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3c21549ba15e7b3066b0d440868b4ca83a443117;p=packages%2Fo%2Fopenafs.git Add changelog entry for upstream 1.6.1pre1 release --- diff --git a/debian/changelog b/debian/changelog index 6f4680bb4..88bbda94a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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)