X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=1a528b7d62a1b932450a1224594a84779b7f047d;hp=7c22308665f5240018836059e29765a3cbb2d032;hb=b5cb3f2f03186c514af01b835296da084ae286d9;hpb=d193f2779b79780c54636d1bc1d655ba0d3c80d7 diff --git a/debian/changelog b/debian/changelog index 7c22308..1a528b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +nfs-utils (1:0.2.1-5) unstable; urgency=low + + * Fix statd callback protection ("--secure-statd") to + 1. work with current kernels as far as possible, and + 2. allow for Trond's recent NFS patches, which change the + static callback RPC procedure. + * Store return values of getc and getopt in int variables: + they can return EOF, which requires an int. (From NMU) + + -- Chip Salzenberg Sat, 20 Jan 2001 20:03:07 -0800 + +nfs-utils (1:0.2.1-4) unstable; urgency=medium + + * Warn about common errors in /etc/exports. (closes: #66421) + * Fix line numbers in messages about /etc/exports. (closes: #59734) + * Let nhfsstone replace files from old server packages. (closes: #59261) + + -- Chip Salzenberg Sun, 3 Dec 2000 14:41:13 -0800 + +nfs-utils (1:0.2.1-3) unstable; urgency=low + + * Add portmap dependency. (closes: #75639) + * Upstream: + > mountd: New option "-n/--no-tcp". + + -- Chip Salzenberg Sun, 19 Nov 2000 09:22:19 -0800 + nfs-utils (1:0.2.1-2) unstable; urgency=high * On shutdown, kill user-mode lockd, not kernel-mode lockd thread.