X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=1760d41e5e8d171b5737f321f9f25288f402df9b;hp=4733b6074a512c8181382b75f38fd333721debf3;hb=86ae664e66c439354cb4f959e9f289059e7760a4;hpb=012d7fd50654b1623e63c447905187929e559cff diff --git a/ChangeLog b/ChangeLog index 4733b60..1760d41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2001-05-06 Anne Milicia + + * support/export/client.c (client_check): Check IP address + againet netgroup. + +2001-05-06 Neil Brown + + * support/export/client.c (client_gettype): Treat `*' as + MCL_ANONYMOUS. + +2001-04-22 H.J. Lu + + * nfs-utils.spec.in: Fix a typo. + * nfs-utils.spec: Regenerated. + +2001-04-21 H.J. Lu + + * nfs-utils.spec.in: Fix cross build. + * nfs-utils.spec: Regenerated. + (Release): Set to 5. + +2001-04-18 H.J. Lu + + * nfs-utils.spec.in: Support cross build. + * nfs-utils.spec: Regenerated. + (Release): Set to 4. + + * config.sub: New. + * config.guess: New. + + * config.mk.in (BUILD_CC): New. + (CC): Set to $(BUILD_CC) if BUILD is defined. + (AR): Set to @AR@. + (LD): Set to @LD@. + (RANLIB): Set to @RANLIB@. + + * configure.in: Check BUILD_CC, RANLIB, AR and LD. + * configure: Regenerated. + + * tools/rpcgen/Makefile (BUILD): Set to true. + +2001-04-01 Chip Salzenberg + + * tools/rpcgen/rpc_svcout.c (write_timeout_func): Remove + redundant, and sometimes broken, declaration of svc_fdset; + it may be a macro. + * support/nfs/rpcmisc.c (closedown): Likewise. + +2001-03-21 H.J. Lu + + * nfs-utils.spec: Regenerated. + (Release): Set to 3. + +2001-03-21 Ion Badulescu + + * utils/statd/statd.c (main): make sure file descriptors 0-2 + are open to /dev/null. + +2001-03-21 H.J. Lu + + * support/nfs/rpcmisc.c: Restore the change made on 2001-03-10. + * support/nfs/rpcmisc.c: Likewise. + * utils/rquotad/rquota_svc.c: Likewise. + * utils/rquotad/rquotad.man: Likewise. + * utils/statd/Makefile: Likewise. + * utils/statd/rmtcall.c: Likewise. + * utils/statd/simulate.c: Likewise. + * utils/statd/statd.c: Likewise. + * utils/statd/statd.man: Likewise. + +2001-03-11 H.J. Lu + + * configure.in (RELEASE): New. Default to 1, set by + --with-release=XXX. Substitute nfs-utils.spec. + * nfs-utils.spec.in (Release): Set to @RELEASE@. + * configure: Regenerated. + * nfs-utils.spec: Likewise. + +2001-03-11 H.J. Lu + + * utils/rquotad/rquotad.man: Fix a typo. + +2001-03-11 H.J. Lu + + * support/include/rpcmisc.h: Undo the change made on 2001-03-10. + * support/nfs/rpcmisc.c: Likewise. + * utils/rquotad/rquota_svc.c: Likewise. + * utils/rquotad/rquotad.man: Likewise. + * utils/statd/Makefile: Likewise. + * utils/statd/rmtcall.c: Likewise. + * utils/statd/simulate.c: Likewise. + * utils/statd/statd.c: Likewise. + * utils/statd/statd.man: Likewise. + +2001-03-10 H.J. Lu + + * configure.in (VERSION): Set to "0.3.2". + * configure: Regenerated. + * nfs-utils.spec: Likewise. + + * README: Updated for 0.3.2. + 2001-03-10 Tavis Barr * utils/rquotad/rquotad.man: Updated for -p. @@ -5,13 +107,22 @@ 2001-03-10 Ion Badulescu - * support/nfs/rpcmisc.[ch]: export makesock() + * support/nfs/rpcmisc.c: export makesock() + + * support/include/rpcmisc.h (makesock): Declared. - * utils/statd/statd.c: added longopts, added support for + * utils/rquotad/rquota_svc.c: added longopts, added support for specifying the port to bind to on the command line. * utils/statd/statd.c: ditto, also specify port used for outgoing connections. + (do_regist): Removed. + + * utils/statd/rmtcall.c (statd_get_socket): Renamed from + get_socket. Make it extern. + + * utils/statd/simulate.c (daemon_simulator): Call rpc_init + instead of do_regist. * utils/statd/Makefile (LIBS): link with our own libnfs @@ -50,7 +161,7 @@ * configure.in (VERSION): Set to "0.3.1". * configure: Regenerated. -o * nfs-utils.spec: Likewise. + * nfs-utils.spec: Likewise. * README: Updated for 0.3.1.