diff options
author | chip <chip> | 2004-03-18 21:45:34 +0000 |
---|---|---|
committer | chip <chip> | 2004-03-18 21:45:34 +0000 |
commit | d0131f1c645c57b914a38bbd7c651f3a546129ee (patch) | |
tree | f196f1fd9b2ee39cdb250db8325bb2803e9ba2f0 /debian/changelog | |
parent | 2612111fe0855f19820803f53ce0447c9b26a52a (diff) | |
download | nfs-utils-d0131f1c645c57b914a38bbd7c651f3a546129ee.tar.gz nfs-utils-d0131f1c645c57b914a38bbd7c651f3a546129ee.tar.xz nfs-utils-d0131f1c645c57b914a38bbd7c651f3a546129ee.zip |
* Make /etc/exports a conffile. (closes: #224557)
* Remove debconf warning notes in favor of nfs-kernel-server.NEWS.
(closes: #228365)
* Don't bother removing nfs-server's init links; it's long dead.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 0326c13..8a79ea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,17 @@ -nfs-utils (1:1.0.6-2) unstable; urgency=low - - * Test kernel version in init script; if kernel is 2.4 or later, - rpc.lockd is unnecessary. Existing tests still apply to earlier - kernels. (closes: #205867) - - -- +nfs-utils (1:1.0.6-2) unstable; urgency=medium + + * Upstream CVS sync. + * Urgency "medium" to get debconf fix into testing. + * Make /etc/exports a conffile. (closes: #224557) + * Remove debconf warning notes in favor of nfs-kernel-server.NEWS. + (closes: #228365) + * Test kernel version in init script; all kernels from 2.4 forward + have a lockd thread, and don't need rpc.lockd. Probe older kernels + by checking for lockd-related symbols. When in doubt, go ahead and + run rpc.lockd; if it's not needed, it exits. (closes: #205867) + * Don't bother removing nfs-server's init links; it's long dead. + + -- Chip Salzenberg <chip@debian.org> Thu, 18 Mar 2004 16:53:50 -0500 nfs-utils (1:1.0.6-1) unstable; urgency=low |