diff options
author | chip <chip> | 2001-11-26 20:02:43 +0000 |
---|---|---|
committer | chip <chip> | 2001-11-26 20:02:43 +0000 |
commit | a0bb9d19de9fec67ca6f6a19c0a9e79a783d7586 (patch) | |
tree | 3a2ba712e6e4d275236848f9898c421ba63494ef | |
parent | ac84b80afc13d5a96813e678ad5c86c6036f022e (diff) | |
download | nfs-utils-a0bb9d19de9fec67ca6f6a19c0a9e79a783d7586.tar.gz nfs-utils-a0bb9d19de9fec67ca6f6a19c0a9e79a783d7586.tar.xz nfs-utils-a0bb9d19de9fec67ca6f6a19c0a9e79a783d7586.zip |
2001-11-26 Chip Salzenberg <chip@pobox.com>
* debian/changelog: Version 0.3.3-4.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/nfs-common.templates | 4 |
3 files changed, 19 insertions, 0 deletions
@@ -7,6 +7,7 @@ * support/misc/tcpwrapper.c, utils/mountd/mountd.man, utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and man pages: We check host names *and* addresses with tcpwrappers. + * debian/changelog: Version 0.3.3-4. 2001-11-21 Chip Salzenberg <chip@pobox.com> diff --git a/debian/changelog b/debian/changelog index 0f0986b..a12b198 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +nfs-utils (1:0.3.3-4) unstable; urgency=high + + * High priority due to changes in previous version. + * Upstream fixes: + > Close filehandles in nfsd before spawing kernel threads. This is a + workaround for a kernel bug. (closes: #121213) + > Document that both host names *and* addresses are checked with tcpwrappers. + This is a doc update, not a change. (closes: #108493) + > Don't assume that strings starting with digits are IP addresses; + host names are allowed to start with digits. (closes: #68977) + * German template for nfs-common. (closes: #120939) + + -- Chip Salzenberg <chip@debian.org> Mon, 26 Nov 2001 11:50:43 -0800 + nfs-utils (1:0.3.3-3) unstable; urgency=low * Upstream fixes: diff --git a/debian/nfs-common.templates b/debian/nfs-common.templates index 8780993..5046bfa 100644 --- a/debian/nfs-common.templates +++ b/debian/nfs-common.templates @@ -3,3 +3,7 @@ Type: note Description: statd uses tcpwrappers The statd daemon uses tcpwrappers to control access. To configure it, use program name "statd" in /etc/hosts.allow and /etc/hosts.deny. +Description-de: statd benutzt tcpwrappers + Der statd-Daemon benutzt tcpwrappers für die Zugriffskontrolle. Um + diesen zu konfigurieren, benutzen Sie den Namen "statd" in den Dateien + /etc/hosts.allow und /etc/hosts.deny. |