From: Russ Allbery Date: Sat, 25 Dec 2010 03:18:28 +0000 (-0800) Subject: Add initial changelog entry for 1.6.0~pre1-1 X-Git-Tag: debian/1.6.0.pre1-1~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2f7614d9b22026696b1880951b9666c6ae3519d2;p=packages%2Fo%2Fopenafs.git Add initial changelog entry for 1.6.0~pre1-1 --- diff --git a/debian/changelog b/debian/changelog index 869c667c9..672bdf6c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,22 @@ -openafs (1.5.77-3) UNRELEASED; urgency=low - +openafs (1.6.0~pre1-1) UNRELEASED; urgency=low + + * New upstream prerelease. + - Rx performance improvements. + - Correct byte order handling of port in SRV record lookups. + - More robust vos release to sites previously marked "don't use." + - vos properly matches sites with multihomed servers. + - Fix ptserver supergroups support on 64-bit platforms. + - Bug fixes for demand-attach salvaging. + - Avoid potential crash when attaching a volume fails. + - Properly hold the host lock during host enumeration in fileserver. + - Use larger I/O sizes in memcache to improve performance. + - Avoid potential alignment issues in pioctl calls. + - Servers now marked down when GetCapabilities returns an error. + - Avoid blocking xvcache lock when freeing in-use vcaches. + - In-use vcache count now properly tracked. + - Properly configure LWP to use ucontext on appropriate platforms. + - Eliminate spurious AFS system call errors. + - Linux 2.6.37 support. * In the openafs-client init script, don't attempt to stop or restart the AFS client if module loading is disabled. Stopping afsd without unloading the module would leave the system in an inconsistent state.