X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=6440b4d64cf775d56c559eb0929451bbb28e0c80;hp=36bb0270be99f13e1ab8d53d6cf1eb20a84c6224;hb=5b42e3068d341c2ca95331ccdd540e82b06054f4;hpb=62c4197d5b41b66af58c34a4cc79c023599f0f72 diff --git a/ChangeLog b/ChangeLog index 36bb027..6440b4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2005-12-20 Kevin Coffman NeilBrown + Substantial Makefile/configure rewrite. + Run 'autogen.sh' to create "Makefile.in" etc. + + Also add -D_FILE_OFFSET_BITS=64 to CPP_FLAGS so that mountd can + stat and export files larger than 2Gig. + + 1.0.8-rc2 released + +2005-12-20 NeilBrown + support/nfs/exports.c(getexportent): is a null host name is given, + replace it with '*' so we have a non-empty host name for messages + etc. + utils/exportfs/exportfs.man: Correct documentation about default + export options. + +2005-12-20 Kevin Coffman + utils/gssd/gssd_proc.c(create_auth_rpc_client): Use service + portion of clp->servicename rather than hard-coding "nfs". + +2005-12-16 NeilBrown + 1.0.8-rc1 released + 2005-12-16 Kevin Coffman svcgssd needs -lnfs when using new function closeall().