X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=c44dd28627839b117be5bacfefe3a0d85bc9ca4b;hp=d0985f8b9bc32e2b517364d73e925f9834d047a0;hb=2650ce9c83edfde2fbe2de3cb65812309b2edebd;hpb=54669c988cc7609a4aab1021604244424ebb795a diff --git a/ChangeLog b/ChangeLog index d0985f8..c44dd28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2005-04-12 G. Allen Morris III + + * All Makefile: added TOP as needed for easier compile. + + * utils/nfsstat/nfsstat.c: added NFS V4 support; added the -m + option; Added -2, -3, and -4 options; changed -a option to -v + option; added long options; changed default output to not + show V2 NFS statistics unless used. + + * utils/nfsstat/nfsstat.man: Documented above changes; changed + authors email address; added BUGS section. + +2005-04-07 Chip Salzenberg + + * debian/changelog: Version 1.0.7-2. + +2005-04-06 Chip Salzenberg + + * config.guess, config.sub: Update. + + * support/rpc/svc_auth_gss.c (_svcauth_gss): Avoid using a cast as + an lvalue, as it is non-portable. + + * support/nfs/exports.c (parseopts): Accept "acl" option to mean + ~NFSEXP_NOACL, and "no_acl" to mean NFSEXP_NOACL. + (putexportent): Report NFSEXP_NOACL as "no_acl", and ~NFSEXP_NOACL + as "acl". + * utils/exportfs/exportfs.c (dump): Report NFSEXP_NOACL as + "no_acl". + * utils/exportfs/exports.man: Document "no_acl". + 2005-03-14 NeilBrown Denis Vlasenko * support/export/client.c(client_init and client_gettype):