Subject: CVS commit: pkgsrc/net/coda5_client
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/20/2002 22:28:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jun 20 19:28:26 UTC 2002

Modified Files:
	pkgsrc/net/coda5_client: DEINSTALL DESCR INSTALL Makefile PLIST
Removed Files:
	pkgsrc/net/coda5_client: distinfo
	pkgsrc/net/coda5_client/patches: patch-aa patch-ab

Log Message:
Update net/coda5_client to version 5.3.19.  Changes from version 5.3.13
include:

	* Installing the relevant manpages with the client programs.
	* Miscellaneous bug fixes.
	* Venus now gracefully handles the situation where getvolinfo returns
	  different replicas compared to the cached replication information.
	  Now we only need add server support for VSG changes and a trigger
	  that forces venus to make a getvolinfo call and we can start moving
	  volumes around in the system.
	* Avoid killing clients when receiving truncated directory data.
	* Block when accessing an uncached object during resolution instead of
	  failing. This is especially useful during weak-reintegration.
	* Added -local flag to cfs lv to avoid client-server rpc2 traffic.
	* Fetch data as well as status in write-disconnected mode, the dirty
	  status-only object would prevent subsequent data-fetches until
	  successful reintegration completed.
	* Added venus.conf option 'validateattrs' to limit piggybacked fids
	  during validate attrs to help reducing IP layer fragmentation.
	* Another new venus.conf option 'serverprobe' to increase server probe
	  intervals (keeps firewalls from dropping masqueraded connections).
	* venus.conf.ex file now defaults to turning on both masquerading and
	  using private mmap's for RVM.
	* Disallow unlinking special names with 'cfs rmm'
	* Optimized local-global fid replacement.
	* Moved /usr/bin/replay to /usr/bin/coda_replay to avoid name conflicts.
        * Reintroduced VSGs in venus.
        * Re-randomizing during hoardwalks to add fair reclaiming behaviour
          in the low end of the priority queue.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/net/coda5_client/DEINSTALL \
    pkgsrc/net/coda5_client/DESCR pkgsrc/net/coda5_client/INSTALL \
    pkgsrc/net/coda5_client/PLIST
cvs rdiff -r1.32 -r1.33 pkgsrc/net/coda5_client/Makefile
cvs rdiff -r1.4 -r0 pkgsrc/net/coda5_client/distinfo
cvs rdiff -r1.11 -r0 pkgsrc/net/coda5_client/patches/patch-aa
cvs rdiff -r1.9 -r0 pkgsrc/net/coda5_client/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.