X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=2fd94b1212da5025c63d5ee6a98a9d4e28dab368;hp=451a7838d80c7233998b5ce16a57569695f86e27;hb=3872901d947014e7a21620f1eea1829d0790054c;hpb=0bd51f4c931eb68c355140c721763be64213a3ca diff --git a/ChangeLog b/ChangeLog index 451a783..2fd94b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2001-12-26 Chip Salzenberg + + * nfs-utils.spec (Version): Set to "1.0". + * configure.in (VERSION): Likewise. + * configure: Regenerated. + * README: Rewritten. + * debian/changelog: Version 1.0-1. + + * utils/exportfs/exports.man: Emphasize the need for options to + immediately follow client names. Explain that wildcards don't + usually work on addresses, but may work when reverse DNS fails. + Comment out a leftover TP that was TPing our indentation. + * utils/mountd/mountd.man, utils/rquotad/rquotad.man, + utils/statd/statd.man: Remove refs to non-existent "hosts_allow(5)". + * debian/changelog: Version 0.3.3-6. + +2001-12-20 NeilBrown + + * support/export/client.c(client_lookup): If a host has multiple + IP addresses, then we must always use the result of a + gethostbyname, not that of gethostbyaddr for exporting + 2001-12-20 NeilBrown * support/export/client.c (client_lookup): use strcasecmp when