Mon Oct 19 18:43:29 1998  Daniel McRobb  <dwm@lancelet.caida.org>

	* tagged as cflowd-2-0-a10

	* Added constructor, destructor, Close(), Open() and = operator to
 	CflowdFlowPort class.  The constructor fixes a bug where we'd call
 	close() on CflowdFlowPort::fd when fd wasn't initialized.  Bug
 	reported by James Danda at University of Kansas.

Thu Oct 15 00:46:40 1998  Daniel McRobb  <dwm@lancelet.caida.org>

	* tagged as cflowd-2-0-a9

	* Sigh, fixed sed command in DWM_SET_VERSION in dwm.m4 (again).

Wed Oct 14 15:04:23 1998  Daniel McRobb  <dwm@lancelet.caida.org>

	* tagged as cflowd-2-0-a8

	* Added 'touch @PKG_VERSION@.@OSNAME@_@OSRELEASE@.tar' to tarball
 	rule in top-level Makefile.in.  Some versions of tar don't like
 	'tar -rvf foo bar' if foo doesn't already exist, so we force it to
 	exist (but be empty since we remove it before touching it).

	* Fixed sed command in DWM_SET_VERSION in dwm.m4.

	* tagged as cflowd-2-0-a7

	* Added setting of @TAR@ in configure, so that we can tack on
	'-P' to tar command on platforms that have GNU tar.  This is
 	used when doing a 'make tarball'.

	* tagged as cflowd-2-0-a6

	* Changed @PKG_VERSION@.@OSNAME@.tar to
 	@PKG_VERSION@.@OSNAME@_@OSRELEASE@.tar in 'tarball' target in
 	Makefile.in files.  Added setting of @OSRELEASE@ in configure.in.
  	'make tarball' should *only* be used post-install (i.e. after
 	'make install').  It's a simple-stupid way of tarring up binaries
 	for cflowd for a given platform.
	
Tue Oct 13 22:33:01 1998  Daniel McRobb  <dwm@lancelet.caida.org>

	* Added tarball target, which can be used post-install to
	make a tar file of the installed binaries for another host of
	the same flavor.
	
Tue Oct 13 12:15:01 1998  Daniel McRobb  <dwm@lancelet.caida.org>

	* tagged as cflowd-2-0-a5

	* Whoops... added install target for flowwatch.
	
Tue Oct 13 10:42:01 1998  Daniel McRobb  <dwm@lancelet.caida.org>

	* tagged as cflowd-2-0-a4

	* Changed dwm.m4, configure.in and configure; DWM_SET_VERSION
	now takes a variable name as the first of 3 arguments, and I'm 
	using it to set DOC_VERSION.	

Tue Oct 13 09:42:01 1998  Daniel McRobb  <dwm@lancelet.caida.org>

	* Made cfd utility command-line handling more robust, as well as
 	checking return value when loading configuration.

	* Added version info to cfd utilities, accessible via the -v
	command-line option.

