X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fchangelog;h=e8a22e2b55f945a2f78a2fe84d1dfc139b05a427;hb=5deadafbe3b162d3a3114ad80de3b281bee5e177;hp=30644af801307e81435c3de5879f8c67bb4c9248;hpb=1e0a42d0979887fefcbb3918bd5cd5832afbecf0;p=nfs-utils.git diff --git a/debian/changelog b/debian/changelog index 30644af..e8a22e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +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. + (Closes: #448688) + + -- Steinar H. Gunderson Wed, 31 Oct 2007 09:15:53 +0100 + +nfs-utils (1:1.1.1-6) unstable; urgency=low + + * Fix typo in init script. (Closes: #448538, #448607, #448564) + * In the init script, save the value of $? into a variable instead of using + $? over and over again, as it will get clobbered after the first command + using it. + + -- Steinar H. Gunderson Tue, 30 Oct 2007 17:18:12 +0100 + +nfs-utils (1:1.1.1-4) unstable; urgency=low + + * Remove broken hack introduced in 1.1.1-3. + * Fix init script to work if the package has been removed but not purged; + patch adapted from Morita Sho. (Closes: #448251) + * Patch init script to allow not running rpc.statd or rpc.mountd (via + settings in /etc/default/), since they are not needed for an NFSv4-only + setup; patch adapted from David Härdeman. (Closes: #448234) + * Clarify language in the exportfs man page; patch adapted from + David Liontooth. (Closes: #443591) + + -- Steinar H. Gunderson Mon, 29 Oct 2007 18:33:15 +0100 + nfs-utils (1:1.1.1-3) unstable; urgency=low * Fixed "FTBFS: error: called object 'major' is not a function" by