X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fchangelog;h=6a5f58eb12109650d79731b67242a4c21df04dc9;hp=05a4ace5b6bd658420ec54f8fd77a6fd5907992c;hb=c500548b6fd77b3590baff0ab3ad0eeee562513c;hpb=0c6739f385777cabaf6bcce25ee5ce4e2a9a86ff diff --git a/debian/changelog b/debian/changelog index 05a4ace..6a5f58e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +nfs-utils (1:0.3-2) unstable; urgency=low + + * Upstream: + > Don't modify socket buffer sizes. + + -- Chip Salzenberg Mon, 12 Feb 2001 20:46:22 -0800 + +nfs-utils (1:0.3-1) unstable; urgency=low + + * New upstream. + + -- Chip Salzenberg Sun, 28 Jan 2001 18:13:59 -0800 + +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)