From: Russ Allbery Date: Sat, 24 May 2014 04:42:20 +0000 (-0700) Subject: Flesh out changelog for upstream 1.6.8 release X-Git-Tag: debian/1.6.8-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e14f85874468478e16499a8328e2a521a49ddf08;p=packages%2Fo%2Fopenafs.git Flesh out changelog for upstream 1.6.8 release --- diff --git a/debian/changelog b/debian/changelog index 6ea1965c9..f912530d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,25 @@ openafs (1.6.8-1) UNRELEASED; urgency=medium * New upstream release. + - Change the default fileserver sync behavior from delayed to + onclose so that explicit syncing only happens when a volume is + detached. + - Add -offline-timeout and -offline-shutdown-timeout options to the + fileserver, allowing interrupting of clients accessing volumes that + the fileserver is trying to take off-line. + - Fix RX bug that could hide errors during packet reception. + - Fix vos size -dump display for large volumes. + - Give up callbacks when the client is shut down. This can cause + crashes in old fileservers (prior to 1.4.6). + - Restore vos e alias for vos examine. + - Throttle byte-range lock warnings per file, and include the FID of + the file that the client is trying to lock. + - Avoid a possible panic during shutdown while tracing. + - Fix a bug that could cause getcwd to fail to find parent + directories. + - Avoid a delay when accessing uncached data in AFS in a confined + context under SELinux. + - Documentation, diagnostics, and error message improvements. -- Russ Allbery Fri, 23 May 2014 21:36:09 -0700