X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=e4462efadcc15125eb983710583f06ff75e55f7c;hb=9d52fa64f67ce96a1a57838f7f4d8e06b092e2be;hp=3f268883830e4a7a3b0688119170511eee21c33e;hpb=35bc75f6a00cf684b2c65703a0ce3aa46dad31db;p=nfs-utils.git diff --git a/debian/changelog b/debian/changelog index 3f26888..e4462ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +nfs-utils (1:1.1.1-9) unstable; urgency=high + + * Re-add modprobing of the "nfs" module (leaving the sunrpc module, so as + not to break what the previous change fixed), as mount is not capable of + auto-loading it on demand. (Closes: #451782) + + -- Steinar H. Gunderson Sun, 18 Nov 2007 19:14:48 +0100 + +nfs-utils (1:1.1.1-8) unstable; urgency=low + + * When starting idmapd or gssd, load the sunrpc module instead of the + nfs/nfs4 modules; if the machine is server-only, it might not have + nfs/nfs4 (which are client-side modules) available. + (Closes: #449137) + * Revert NEED_MOUNTD patch; mountd is always needed, also for NFSv4. + + -- Steinar H. Gunderson Sun, 04 Nov 2007 13:05:57 +0000 + nfs-utils (1:1.1.1-7) unstable; urgency=low * More init script breakage: Fix default value of NEED_STATD.