From: Benjamin Kaduk Date: Mon, 12 Dec 2016 00:11:48 +0000 (-0500) Subject: Flesh out changelog entry X-Git-Tag: debian/1.8.0_pre1-1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ac803fb9f83f86a5e1153431a7d1a12a94ae9934;p=packages%2Fo%2Fopenafs.git Flesh out changelog entry Also add NEWS entries for the client and fileserver. --- diff --git a/debian/changelog b/debian/changelog index fb6b94cd8..f76631fb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,22 @@ openafs (1.8.0~pre1-1) UNRELEASED; urgency=low - * New upstream major release + * New upstream major release: + - Servers no longer use rxkad.keytab for long-term keys, which are + now stored in KeyFileExt. Administrators must use akeyconvert + or similar tooling to populate the KeyFileExt. In most cases, + `akeyconvert` with no arguments will suffice. + - kaserver, klog.afs, pam-openafs-kaserver, and other kauth-related + tools are removed. + - Server log handling has changed. Logs are not truncated at + startup by default, and are re-opened on SIGUSR1, to be compatible + with external log rotation tools. + - Client time management support (afsd -settime and afsd -nosettime) + has been removed. + - Linux versions prior to 2.6 are no longer supported by the client. + - Most binaries now use pthreads instead of LWP green threads. + - The fileserver ihandle fsync thread is removed. + - Many other generic improvements throughout the tree; consult the + upstream changelog for details. -- Benjamin Kaduk Thu, 08 Dec 2016 14:55:15 -0500 diff --git a/debian/openafs-client.NEWS b/debian/openafs-client.NEWS index d9d943389..d91821cf5 100644 --- a/debian/openafs-client.NEWS +++ b/debian/openafs-client.NEWS @@ -1,3 +1,11 @@ +openafs (1.8.0~pre1-1) UNRELEASED; urgency=low + + - Client time management support (afsd -settime and afsd -nosettime) + has been removed. + - Linux versions prior to 2.6 are no longer supported by the client. + + -- Benjamin Kaduk Thu, 08 Dec 2016 14:55:15 -0500 + openafs (1.5.73.3-1) experimental; urgency=low This version of the OpenAFS client is built with experimental diff --git a/debian/openafs-fileserver.NEWS b/debian/openafs-fileserver.NEWS index 8f9ab6dda..cf8804119 100644 --- a/debian/openafs-fileserver.NEWS +++ b/debian/openafs-fileserver.NEWS @@ -1,3 +1,15 @@ +openafs (1.8.0~pre1-1) UNRELEASED; urgency=low + + * Servers no longer use rxkad.keytab for long-term keys, which are + now stored in KeyFileExt. Administrators must use akeyconvert + or similar tooling to populate the KeyFileExt. In most cases, + `akeyconvert` with no arguments will suffice. + * Server log handling has changed. Logs are not truncated at + startup by default, and are re-opened on SIGUSR1, to be compatible + with external log rotation tools. + + -- Benjamin Kaduk Thu, 08 Dec 2016 14:55:15 -0500 + openafs (1.6.5-1) unstable; urgency=high The DES keys used by all previous versions of OpenAFS are not