X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=21a263f01b4e04bd4e49123c90d8732ea67dadbc;hp=47673d73f701d30874f215694c1ba7306a4979d3;hb=70a0e44cc77a7d8fc78c5514889bcd5d4fde3599;hpb=852eb5d16f99b9e76ed3b2d2ea3c0017a8590eb0 diff --git a/ChangeLog b/ChangeLog index 47673d7..21a263f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2000-05-31 H.J. Lu + + * configure.in (VERSION): Set to "0.1.7.5". + * configure: Regenerated. + * nfs-utils.spec: Updated. + + * support/include/nfslib.h (exportent): Add a new field, + r_count, to count the number of mounts from a client. + (getrmtabent): Take a new argument for position in file. + (putrmtabent): Likewise. + (fgetrmtabent): Likewise. + (fputrmtabent): Likewise. + * support/nfs/rmtab.c (getrmtabent): Handle the new argument + for position in file. + (fgetrmtabent): Likewise. + (putrmtabent): Likewise. + (fputrmtabent): Likewise. + + * support/nfs/rmtab.c (fgetrmtabent): Get value for the new + field, r_count. + + * support/export/rmtab.c (rmtab_read): Pass NULL as the new + argument to getrmtabent (), fgetrmtabent (), putrmtabent () + and fputrmtabent (). + * utils/mountd/rmtab.c (mountlist_add): Likewise. + (mountlist_del): Likewise. + (mountlist_del_all): Likewise. + (mountlist_list): Likewise. + + * utils/mountd/rmtab.c (mountlist_add): Increment "r_count" + for the existing entry and initialize "r_count" to 1. + (mountlist_del): Decrement "r_count". + +2000-05-18 H.J. Lu + + * configure.in (VERSION): Set to "0.1.7.4". + * configure: Regenerated. + * nfs-utils.spec: Updated. + +2000-05-18 H.J. Lu + + * etc/redhat/nfs.init (restart): Just do stop and start. + +2000-05-09 Jay Weber + + * utils/rquotad/hasquota.c: added support for ext3 recognition + in rquotad. + * utils/rquotad/mntent.h: Likewise. + +2000-05-01 H.J. Lu + + * configure.in (VERSION): Set to "0.1.7.3". + * configure: Regenerated. + * nfs-utils.spec: Updated. + +2000-05-01 H.J. Lu + + * utils/rquotad/rquota_server.c (getquotainfo): Skip bad + mounting poins in /etc/fstab. + +2000-05-01 H.J. Lu + + * configure.in (VERSION): Set to "0.1.7.2". + * configure: Regenerated. + * nfs-utils.spec: Updated. + +2000-05-01 H.J. Lu + + * utils/rquotad/rquota_server.c (getquotainfo): Call stat () + to check for the mounting point. + +2000-04-29 Chip Salzenberg + Neil Brown + + * Really re-use RPC ports. + (Fixes earlier patch. Sorry, Neil.) + +2000-04-26 H.J. Lu + + * configure.in (VERSION): Set to "0.1.7.1". + * configure: Regenerated. + * nfs-utils.spec: Updated. + 2000-04-26 H.J. Lu * etc/redhat/nfslock.init: Check if lockd exits before killing