X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=b9e5069c9dee6372e2400e753aa9b0ec9c566511;hp=97e2bbc6382313cd56295073a80437d000c3b023;hb=4550da4b992fb3627fef36760ff1b52739d335e0;hpb=39c9d0020d5541bd52ee88c006e91407081dcb2e diff --git a/ChangeLog b/ChangeLog index 97e2bbc..b9e5069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2000-06-28 Chip Salzenberg + + * utils/statd/log.c (log): Call syslog with format string. + +2000-06-27 H.J. Lu + + * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX) + instead of OPEN_MAX. + +2000-06-27 H.J. Lu + + * README: Updated. + +2000-06-27 H.J. Lu + + * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during + startup to ensure all exiting clients are exported. + + * configure.in (VERSION): Set to "0.1.8.2". + * configure: Regenerated. + * nfs-utils.spec: Updated. + +2000-06-06 H.J. Lu + + * configure.in (VERSION): Set to "0.1.8.1". + * configure: Regenerated. + * nfs-utils.spec: Updated. + +2000-06-06 H.J. Lu + + * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller + to "struct sockaddr_in *" for glibc 2.2. + (mount_umnt_1_svc): Likewise. + (mount_umntall_1_svc): Likewise. + (mount_export_1_svc): Likewise. + (mount_exportall_1_svc): Likewise. + (mount_pathconf_2_svc): Likewise. + (get_rootfh): Likewise. + 2000-06-04 H.J. Lu * etc/redhat/nfs.init: Fix a typo in comment.