2008-02-27  James Gallagher <jgallagher@opendap.org>
	Auto reset of Subversion properties

2008-02-26  Patrick West <pwest@ucar.edu>

	Removed the version of Hyrax so we don't keep having to edit the
	Welcome.html file
	M    OSX_Resources/Welcome.html

2008-02-26  Patrick West <pwest@ucar.edu>

	Grabbing version information correctly for Mac OSX pkg build. Updated
	formatting for README for Mac OSX pkg build.
	M    configure.ac
	M    OSX_Resources/Info.plist
	M    OSX_Resources/ReadMe.txt
	M    README

2008-02-26  Patrick West <pwest@ucar.edu>

	Added script to convert README file for Max OSX pkg build.
	AM   OSX_Resources/update_mac_package_contents.pl

2008-02-26  Patrick West <pwest@ucar.edu>

	Updated pkg build for Mac OSX, automated using package maker and
	dropdmg. Updated README for formatting.
	
	M    OSX_Resources/Info.plist
	M    OSX_Resources/ReadMe.txt
	M    README
	M    Makefile.am

2008-02-22  Patrick West <pwest@ucar.edu>

	Creating dummy file to test HDF4Cache directory using mktemp.
	M    HDF4RequestHandler.cc

2008-02-21  Patrick West <pwest@ucar.edu>

	Moved generated grammar files to the grammarfiles directory, as is
	done in libdap. Added grammarfiles target just as in libdap.
	
	A    grammarfiles/hdfeos.tab.cc
	A    grammarfiles/hdfeos.tab.h
	A    grammarfiles/lex.hdfeos.cc
	D    lex.hdfeos.cc
	D    hdfeos.tab.cc
	D    hdfeos.tab.h
	M    Makefile.am

2008-02-21  Patrick West <pwest@ucar.edu>

	Directory to store the generated flex and bison files.
	A    grammarfiles

2008-02-19  Patrick West <pwest@ucar.edu>

	Inheriting dhdferr and hcerr from libdap Error class. Removed
	_print and ostream methods from there and private data members for
	msg, file and line. Removed fakethrow functions, as exceptions are
	what we want. This code was written a while back when exceptions
	were not quite there yet. So we don't need the fakethrow. Removed
	the use of NO_EXCEPTION macro. Now only need to catch Error
	exceptions in hdf_handler and HDF4RequestHandler.
	
	M    dhdferr.cc
	M    hdfclass/hcerr.cc
	M    hdfclass/hcerr.h
	M    dhdferr.h
	M    hdf_handler.cc
	M    HDF4RequestHandler.cc
	M    HDFStructure.cc

2008-02-14  James Gallagher <jgallagher@opendap.org>

	Updated. Patrick fixed these but we were not getting the svn
	update due to some snafu with the cache subdir in hdf-testsuite. I
	fixed the files, too, before I realized that. I combined the fixes
	since I changed some of the headers to use angle braces instead of
	double quotes.

	M    hdfeos.y
	M    HDFArray.h
	M    HDFUInt32.h
	M    HDFInt32.h
	M    HDFStructure.h
	M    eosdas-test.cc
	M    HDFStr.h
	M    lex.hdfeos.cc
	M    hdfeos.lex
	M    hdfeos.tab.cc
	M    HDFByte.h
	M    HDFFloat32.h
	M    hdf_handler.cc
	M    HDFUInt16.h
	M    HDFInt16.h
	M    HDFUrl.h
	M    HDFFloat64.h
	M    HDFGrid.h

2008-02-14  Patrick West <pwest@ucar.edu>

	Updated configure to use latest and greatest libdap and bes config macros
	and m4 files.
	M    conf/bes.m4
	M    conf/libdap.m4
	M    Makefile.am

2008-02-02  Patrick West <pwest@ucar.edu>

	Added using namespace libdap where needed.
	M    hdfeos.y
	M    HDFTypeFactory.h
	M    HDFArray.h
	M    HDFUInt32.h
	M    HDFInt32.h
	M    HDFStructure.h
	M    eosdas-test.cc
	M    HDFStr.h
	M    lex.hdfeos.cc
	M    hdfeos.tab.cc
	M    HDFByte.h
	M    HDFFloat32.h
	M    HDFUInt16.h
	M    HDFDODSFilter.h
	M    HDFInt16.h
	M    HDFUrl.h
	M    HDFSequence.h
	M    HDFFloat64.h
	M    HDFGrid.h
	M    hdfeos.tab.h

2008-01-25  Patrick West <pwest@ucar.edu>

	Exception/Error handling changes in the BES
	M    HDF4RequestHandler.cc

2008-01-07  James Gallagher <jgallagher@opendap.org>

	Applied patch from Patrice.

	M    configure.ac
	M    NEWS
	M    ChangeLog
	M    hdf4_handler.spec
	M    conf/hdf4.m4
	M    Makefile.am

2007-12-06  Patrick West <pwest@ucar.edu>

	Added HDF4.CacheDir vairable in this script instead of being in
	the provided bes.conf file.
	
	M    bes-hdf4-data.sh.in

2007-12-03  Patrick West <pwest@ucar.edu>

	3.7.7 release
	M    configure.ac
	M    NEWS
	M    ChangeLog
	M    OSX_Resources/Info.plist
	M    hdf4_handler.spec
	M    INSTALL

2007-11-30  Patrick West <pwest@ucar.edu>

	version number is 3.7.6, not 3.7.9
	M    hdf4_handler.spec

2007-11-30  Patrick West <pwest@ucar.edu>

	version number is 3.7.6, not 3.7.9
	M    hdf4_handler.spec

2007-11-30  Patrick West <pwest@ucar.edu>

	Updated MacOSX pkg build resources and process.
	M    bes.conf
	M    OSX_Resources/Info.plist
	M    OSX_Resources/Welcome.html
	M    Makefile.am

2007-11-14  James Gallagher <jgallagher@opendap.org>

	Updated for version 3.7.6

2007-11-14  James Gallagher <jgallagher@opendap.org>

	Added bounds check to hdfistream_sds operator>>

	M sds.cc

2007-10-25  Patrick West <pwest@ucar.edu>

	Wasn't catching BESException and rethrowing, so it fell through to
	the catch( ... ). Now catching BESException and rethrowing.
	
	M    HDF4RequestHandler.cc

2007-09-17  James Gallagher <jgallagher@opendap.org>

	configure.ac: Corrected the tech mailing list address.

2007-09-17  James Gallagher <jgallagher@opendap.org>

	README: Added text describing how to run the bes-*-data.sh
	script because it is no longer run automatically.
	INSTALL: Added a note about the bes-conf target and about
	LD_LIBRARY_PATH.

2007-09-10  James Gallagher <jgallagher@opendap.org>

	Changed 'configure-' to 'bes-' in the message recording changes to
	the bes.conf file.

	M    bes-hdf4-data.sh.in

2007-09-10  James Gallagher <jgallagher@opendap.org>

	Changed name of the default data directory from hdf to hdf4 to
	match tests and cut down on confusion now that hdf5 is in the mix.

	M    Makefile.am

2007-08-24  James Gallagher <jgallagher@opendap.org>

	Makefile.am: Updated fortify targets

2007-08-23  James Gallagher <jgallagher@opendap.org>

	Makefile.am: Added fortify target.

2007-07-31  Patrick West <pwest@ucar.edu>

	BESDebug modifications, passing context to BESDEBUG and registering debug context in Module classes.

	M    HDF4Module.cc

2007-07-17  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2007-07-16  Dan Holloway <dholloway@opendap.org>

	Added pkg.m4 from netcdf_handler to support PKG_CONFIG_MODULE
	macro. No changes were made to pkg.m4 file that originated in
	netcdf_handler/conf subdirectory.

2007-07-11  Patrick West <pwest@ucar.edu>

	Using BESDebug instead of BESLog. Removing all things that were
	added in the module in the terminate method.
	
	M    HDF4Module.cc

2007-07-03  James Gallagher <jgallagher@opendap.org>

	Applied Patrice Dumas' patch to remove auto configuration of
	bes.conf.

	M    NEWS
	M    ChangeLog
	M    hdf4_handler.spec
	M    conf/libdap.m4
	M    README
	M    Makefile.am

2007-06-30  James Gallagher <jgallagher@opendap.org>

	Don't edit bes.conf automatically. The handler may be installed and
	not used and it breaks staged installs (patch from Patrice Dumas
	<pertusu@free.fr>)

	Rename configure-hdf4-data.sh to bes-hdf4-data.sh

2007-03-09  Nathan Potter <ndp@coas.oregonstate.edu>

2007-03-09  James Gallagher <jgallagher@opendap.org>

	Final changes for the default configuration and data install for
	ticket #764.

	M    hdf4_handler.spec
	M    configure-hdf4-data.sh.in
	M    Makefile.am

2007-03-09  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2007-03-08  James Gallagher <jgallagher@opendap.org>

	Added files for the test data and auto configuration ticket

2007-02-13  James Gallagher <jgallagher@opendap.org>

	Updated for the 3.7.4 release.

	M    hdf4_handler.spec

2007-02-13  James Gallagher <jgallagher@opendap.org>

	Updated for hdf4_handler 3.7.4.

2007-02-08  Nathan Potter <ndp@coas.oregonstate.edu>

	hdf4_handler: Changed Server4 name to Hyrax as needed.

2007-02-07  James Gallagher <jgallagher@opendap.org>

	HDF4RequestHandler.cc: Removed some old code.

2007-02-07  Patrick West <pwest@ucar.edu>

	Using the new BESDapHandlerException class to maintain more of the
	Error class information.
	
	M    HDF4RequestHandler.cc

2007-01-05  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2007-01-04  Nathan Potter <ndp@coas.oregonstate.edu>

	hdf4_handler: Added test data sets for use with code distribution
	testing.

2007-01-02  Patrick West <pwest@ucar.edu>

	Replacing with one that requires libdap 3.7.4.
	M    configure.ac
	M    hdf4_handler.spec

2006-12-29  Patrick West <pwest@ucar.edu>

	3.7.3 release. Preparation for Server4 1.4 release.
	M    configure.ac
	M    NEWS
	M    ChangeLog
	M    INSTALL

2006-12-06  James Gallagher <jgallagher@opendap.org>

	hdf_handler.cc, HDF4RequestHandler.cc: The DDS and DataDDS now
	include the attributes.

2006-12-05  James Gallagher <jgallagher@opendap.org>

	HDF4RequestHandler.cc: Fix for ticekt #720: The DDS and DataDDS
	type factories were being deleted and then the CE was being
	evaluated; this breaks when the CE contains a constant since
	the factory is used to make a variable to hold the constant's
	value. I removed the delete calls and add code to the BES to
	handle the clean up of the DDS/Factory.

2006-11-23  Patrick West <pwest@ucar.edu>

	Added a dump method to the Module class for BES debugging.
	M    hdf4_handler/HDF4Module.cc
	M    hdf4_handler/HDF4Module.h

2006-11-10  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2006-11-09  James Gallagher <jgallagher@opendap.org>

	Added the hdf-testsuite/cache directory so that the tests will work
	the first time!

2006-11-09  James Gallagher <jgallagher@opendap.org>

	Repair of the hdf4 server code. It seems the code in the 3.7.2 tag
	was the code in my 'working' copy, instead of the code in the trunk.

2006-11-09  James Gallagher <jgallagher@opendap.org>

	Added common_tests.exp; I'm not sure how this got lost, but a copy
	was living over in tags...

2006-11-06  Patrick West <pwest@ucar.edu>

	Removed the reigster_funcs function that registered functions with
	the constraint evaluator. The function is no longer needed and no
	longer used.  Was setting BES_LDFLAGS and using BES_LIBS. Now just
	setting and using BES_LIBS.
	M    configure.ac
	M    hdf_handler.cc
	M    conf/bes.m4
	D    funcs.cc
	M    HDF4RequestHandler.cc
	M    Makefile.am

2006-11-03  Patrick West <pwest@ucar.edu>

	Required include for Exception was left out when changed on the MAC.
	Since can't build hdf4 code on the MAC was unable to build the HDF4
	handler on the MAC.
	M    HDF4RequestHandler.cc

2006-11-02  Patrick West <pwest@ucar.edu>

	ConstraintEvaluator is now a part of the BESDDSResponse and
	BESDataDDSResponse classes instead of BESDataHandlerInterface. Any Error
	exceptions need to be caught in the request handlers and converted into
	BESHandlerException, which is the non-fatal exception.
	M    hdf4_handler/HDF4RequestHandler.cc

2006-10-04  James Gallagher <jgallagher@opendap.org>

	Changes to various functions so that the code compiles without
	warnings. Done as part of debugging grid/geogrid.
	M    HDFArray.h
	M    hdfclass/Makefile.am
	M    hdfclass/genvec.cc
	M    hdfclass/hcstream.h
	M    hdfclass/hcutil.cc
	M    hdf_handler.cc
	M    funcs.cc
	M    HDFGrid.h
	M    Makefile.am

2006-09-27  Patrick West <pwest@ucar.edu>

	--without-bes now works for the different handler directories as
	well as for the dap-server directory. cedar-handler requires bes. If
	--without-bes is not specified then either --with-bes is looked at
	if specified, or the bes-config script is looked for.
	M    fits-handler/configure.ac
	M    netcdf_handler/configure.ac
	M    freeform_handler/configure.ac
	M    hdf4_handler/configure.ac
	M    hdf5_handler/configure.ac
	M    jgofs_handler/configure.ac
	M    cdf-handler/configure.ac
	M    dap-server/configure.ac
	M    fits-handler/configure.ac
	M    netcdf_handler/configure.ac
	M    freeform_handler/configure.ac
	M    hdf4_handler/configure.ac
	M    hdf5_handler/configure.ac
	M    jgofs_handler/configure.ac
	M    cdf-handler/configure.ac
	M    dap-server/configure.ac

2006-09-18  James Gallagher <jgallagher@opendap.org>

	Updated for version 3.7.2

2006-09-15  Patrick West <pwest@ucar.edu>

	Added default host and port information to the opendap.ini file.
	Changed the _module library to not use version information and to
	be built as a module. Update the bes.m4 file to use the
	--modulesdir flag to bes-config to get the name of the module
	directory, which is lib/bes
	
	M    opendap.ini
	M    conf/bes.m4
	M    Makefile.am

2006-09-08  James Gallagher <jgallagher@opendap.org>

	configure.ac, Makefile.am, hdfclass/Makefile.am: Fixed ticket 469.
	I made the hdfclass library a convenience library and removed the
	hdf4_handler library. The handler now builds and runs on OS/X.

2006-08-24  Patrick West <pwest@ucar.edu>

	Delete HDFRequestHandler.h and .cc because we are using
	HDF4RequestHandler.h and .cc. Setting the post constraint in the
	data handler interface after building the dds and datadds to be
	used when sending the response object. Also calling function to
	register constraint evaluation functions in the constraint
	evaluator of the data handler interface to be used when sending
	the response object.
	
	D    HDFRequestHandler.h
	M    HDF4RequestHandler.cc
	D    HDFRequestHandler.cc

2006-08-19  Patrick West <pwest@ucar.edu>

	Changed the name of the module to h4 instead of hdf4.
	M    opendap.ini

2006-08-19  Patrick West <pwest@ucar.edu>

	Passing the name of the module to the initialize and terminate
	methods of the Module class so that it is set in the bes
	configuration file instead of hard-coded

2006-08-19  Patrick West <pwest@ucar.edu>

	changed access to file to use access method on Container and added
	compression parameters to the BES configuraiton file

2006-08-02  Patrick West <pwest@ucar.edu>

	Changed the CacheDir setting to the default, which is /tmp.
	M    opendap.ini

2006-07-20  James Gallagher <jgallagher@opendap.org>

	NEWS, ChangeLog: Minor update regarding build fix for BES.

2006-07-20  James Gallagher <jgallagher@opendap.org>

	Updated configure.ac so that the build looks for the BES in places
	other than the default prefix (i.e., it now uses bes-config).

	Updated the version number in configure.ac and the spec file; updated
	ChangeLog, NEWS, README and INSTALL.

2006-07-20  James Gallagher <jgallagher@opendap.org>

	Added bes.m4 to conf.

2006-07-10  James Gallagher <jgallagher@opendap.org>

	Removed the subdir 'hdf4_handler;' I think this was added by mistake
	during one of the tagging operations.

2006-07-06  Patrick West <pwest@ucar.edu>

	dap_cmdmodule library renamed to dap_cmd_module so that all loaded
	module libraries are named <something>_module

2006-06-30  Patrick West <pwest@ucar.edu>

	In the help response added begin and end tags called handler to
	separate the different hander help responses and added a tag
	called name within the handler tag to say which handler this help
	is for, changed the name of the handler to hdf4 so there isn't a
	conflict with the hdf5 handler, deleted the extra file
	HDFRequestHandler and hdf_module.cc

2006-06-29  Patrick West <pwest@ucar.edu>

	bin program depends on shared library, not static library:

2006-06-28  Patrick West <pwest@ucar.edu>

	bes exception updates, cleaned up configuration file, made
	hdfclass library shared and installed

2006-06-15  James Gallagher <jgallagher@opendap.org>

	Updated NEWS, et c., and configure.ac for the 3.7 source release.

2006-06-14  Patrick West <pwest@ucar.edu>

	configuration updates. bes modules in lib/bes

2006-06-13  James Gallagher <jgallagher@opendap.org>

	libdap.m4: Updated

2006-05-26  Patrick West <pwest@ucar.edu>

	add hdf4 type source to module library, don't include handler library

2006-05-25  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2006-05-24  Patrick West <pwest@ucar.edu>

	bes module updates

2006-05-15  Patrick West <pwest@ucar.edu>

	container storage changes

2006-05-06  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2006-05-05  Patrick West <pwest@ucar.edu>

	implemented the request handler, always a good thing

2006-05-05  Patrick West <pwest@ucar.edu>

	bes enabled

2006-04-19  James Gallagher <jgallagher@opendap.org>

	libdap.m4, configure.ac, hdf_handler.cc: Updated to use the
	new libdap 3.7.0 code. Use the ConstraintEvaluator object and
	supports returning DDX responses.

2006-03-16  James Gallagher <jgallagher@opendap.org>

	Added include of unistd.h to hdf_handler.cc. This is for the
	unlink function.

2006-03-16  James Gallagher <jgallagher@opendap.org>

	Version 3.6.1

2006-03-14  James Gallagher <jgallagher@opendap.org>

	Added code to hdfdesc.cc and hdf_handler.cc so that if the
	cache dir is not given or not usable, the handler now defaults
	to not caching the files (as opposed to throwing an exception).
	Also added a virtual destructor to ReadTagRef.h.

2006-03-14  James Gallagher <jgallagher@opendap.org>

	Added code to hdfdesc.cc and hdf_handler.cc so that if the
	cache dir is not given or not usable, the handler now defaults
	to not caching the files (as opposed to throwing an exception).
	Also added a virtual destructor to ReadTagRef.h.

2006-03-06  James Gallagher <jgallagher@opendap.org>

	Updated for release 3.6.0-3.

2006-03-06  James Gallagher <jgallagher@opendap.org>

	Updated the release number to three.

2006-03-06  James Gallagher <jgallagher@opendap.org>

	Updated the release number to three.

2006-03-03  James Gallagher <jgallagher@opendap.org>

	Bumped up the release number since I applied a patch from Patrice
	Dumas (Fixed a gcc 4.1 compilation problem in htstream.h and
	HDFGrid.h).

2006-03-03  James Gallagher <jgallagher@opendap.org>

	Applied a patch from Partice Dumas that fixes two compile problems
	that are flagged by gcc 4.1. In hdfclass/htstream.h and HDFGrid.h
	some methods were qualified with the class name even though they
	were inside a class declaration.

2006-02-27  James Gallagher <jgallagher@opendap.org>

	Updated version numbers.

2006-02-24  James Gallagher <jgallagher@opendap.org>

	Applied patches from Patrice Dumas for hdf4_handler.spec and
	conf/hdf4.m4.

2006-02-14  James Gallagher <jgallagher@opendap.org>

	hdf4_handler.spec: add libdap-devel as a BuildRequires. From a
	patch by Patrice Dumas

2006-02-09  James Gallagher <jgallagher@opendap.org>

	updated

2006-02-09  James Gallagher <jgallagher@opendap.org>

	configure.ac: now requires libdap 3.6.0

2006-02-09  James Gallagher <jgallagher@opendap.org>

	I removed two includes from hdf_module.cc since they no longer
	appear in the BES software.

2006-02-09  James Gallagher <jgallagher@opendap.org>

	Modified the hdfeos parser (hdfeos.y, ...) so that the aliases
	work with the changes in libdap. In the end, I modified libdap and
	wound up using mostly unchanged code here, but I did add a
	function (unused as of now) that might come in handly later on
	when we use only the DDX in the servers.

2006-01-24  James Gallagher <jgallagher@opendap.org>

	Modified hdf_handler.cc, eosdas-test.cc and hdfdesc.cc so that
	they no longer call any of the libdap iostreams methods (which
	have been removed from libdap).

2006-01-19  James Gallagher <jgallagher@opendap.org>

	Changed set_mime-test() in hdf_handler.cc so that it uses stdout
	and not cout. I removed the iostreams versions of the
	set_mime...() function from libdap in version 3.6.

2005-11-04  James Gallagher <jgallagher@opendap.org>

	Moved to the correct place this time!

2005-11-04  James Gallagher <jgallagher@opendap.org>

	Moved to the top level

2005-10-29  James Gallagher <jgallagher@opendap.org>

	Updates from Patrice

2005-10-24  James Gallagher <jgallagher@opendap.org>

	Added version numbers

2005-10-24  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2005-10-23  James Gallagher <jgallagher@opendap.org>

	Added libdap.m4. Property fiddling.

2005-10-18  James Gallagher <jgallagher@opendap.org>

	updated

2005-10-18  James Gallagher <jgallagher@opendap.org>

	Added support for the DDX response

2005-10-17  James Gallagher <jgallagher@opendap.org>

	Initial import.

2005-10-13  James Gallagher <jgallagher@opendap.org>

	Auto reset of Subversion properties

2005-10-12  James Gallagher <jgallagher@opendap.org>

	grammar file (generated)

2005-10-12  James Gallagher <jgallagher@opendap.org>

	finished moving files from the brnach/release-3-4 to here.

2005-10-12  James Gallagher <jgallagher@opendap.org>

2005-10-12  James Gallagher <jgallagher@opendap.org>

2005-10-12  James Gallagher <jgallagher@opendap.org>

2005-10-12  James Gallagher <jgallagher@opendap.org>

2005-10-12  James Gallagher <jgallagher@opendap.org>

	same...

2005-10-12  James Gallagher <jgallagher@opendap.org>

	same...

2005-10-12  James Gallagher <jgallagher@opendap.org>

	trying to fix my earlier goof (checked out branch/release-3-4 code
	sub dirs into a trunk directory).

2005-10-12  James Gallagher <jgallagher@opendap.org>

	Removed strstream in favor of stringstream

2005-10-12  James Gallagher <jgallagher@opendap.org>

	Update configure's required version of libdap to 3.5.3.

2005-10-12  James Gallagher <jgallagher@opendap.org>

	Updates to the documentation files.

2005-10-11  James Gallagher <jgallagher@opendap.org>

	Added known problems

2005-10-11  James Gallagher <jgallagher@opendap.org>

	Added /usr/local/hdf as a default location for the hdf code.

2005-10-11  James Gallagher <jgallagher@opendap.org>

	Updated for version 3.5 of the dap-server software.

2005-10-11  James Gallagher <jgallagher@opendap.org>

	Removed some unneeded braces.

2005-10-07  James Gallagher <jgallagher@opendap.org>

	Fixed a bug where ostringstream was not used correctly.

2005-10-07  James Gallagher <jgallagher@opendap.org>

	Corrected a comment and removed some unneeded code.

2005-10-07  James Gallagher <jgallagher@opendap.org>

	Removed

2005-10-07  James Gallagher <jgallagher@opendap.org>

	Removed

2005-10-07  James Gallagher <jgallagher@opendap.org>

	Changed from '"' to "\"" to append a double quote to a string
	attribute. Not the fix for the bug bug an improvement none the
	less.

2005-10-07  James Gallagher <jgallagher@opendap.org>

	Removed the Makefile.in from hdfclass

2005-10-03  James Gallagher <jgallagher@opendap.org>

	Build improvements from Patrice Dumas.

2005-09-23  James Gallagher <jgallagher@opendap.org>

	Fixes for tests. Updated README, et cetera.

2005-09-22  James Gallagher <jgallagher@opendap.org>

	Added rpm spec file and two new targets for rpms to the
	Makefile.am

2005-09-22  James Gallagher <jgallagher@opendap.org>

	Copied from dap-server

2005-09-22  James Gallagher <jgallagher@opendap.org>

	One last set of build fixes for distcheck.

2005-09-22  James Gallagher <jgallagher@opendap.org>

	Build fixes: distcheck now works

2005-09-21  James Gallagher <jgallagher@opendap.org>

	Working on the tests... about half work.

2005-09-21  James Gallagher <jgallagher@opendap.org>

	Added copyright info

2005-09-20  James Gallagher <jgallagher@opendap.org>

	Automake build mostly works, and the Factory class has been added.

2005-09-19  James Gallagher <jgallagher@opendap.org>

	Updated the copyright.

2005-08-08  root

	Auto reset of Subversion properties

2005-07-05  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Set eol-style to native on all text file in the trunk

2005-03-16  James Gallagher <jgallagher@opendap.org>

	Fixed the dependencies. Build by hand or figure out how to get gcc
	to do it correctly. Note change of -MM for version 3.x.

2005-03-16  James Gallagher <jgallagher@opendap.org>

	Fixed dependencies. Do not use depend.sh for these unless you edit
	the resulting Makefile.in by hand.

2005-02-02  James Gallagher <jgallagher@opendap.org>

	Fixes for the HDF handler.

2005-02-02  James Gallagher <jgallagher@opendap.org>

	Added

2004-07-19  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Bad patch into the trunc removed.

2004-07-09  James Gallagher <jgallagher@opendap.org>

	07/09/04 jhrg

2004-07-09  James Gallagher <jgallagher@opendap.org>

	Merged with release-3-4-3FCS.

2004-02-19  James Gallagher <jgallagher@opendap.org>

	Merged with release-3-4-2FCS and resolved conflicts.

2004-02-05  James Gallagher <jgallagher@opendap.org>

	Switched from strstream to stringstream.

2004-02-05  James Gallagher <jgallagher@opendap.org>

	Uses stringstream in place of srtstream. Fixed bug introduced in
	the last rev where Structure member names were not picked up.

2004-02-04  James Gallagher <jgallagher@opendap.org>

	Removed Pix methods.

2004-02-03  James Gallagher <jgallagher@opendap.org>

	Remove List from build

2004-01-26  James Gallagher <jgallagher@opendap.org>

	Make Depend.

;; Local Variables:
;; coding: utf-8
;; End:
2004-01-26  James Gallagher  <jimg@comet.dods.org>

	* I moved the release-3-4 tag to a branch (because at least some
	of the files had this as a regular tag) and then tagged everything
	here as release-3-4FCS. This was to fix the problem with
	release-3-4 not being a branch! I have no idea what affect this
	will have on the merging process.

2003-01-30    <jimg@dcz.dods.org>

	* I merged with the code marked release-3-2-4, which was the last
	tag I could find. Weird, given the entry here made on 2002-05-01.
	The code fails eight tests, all have something to do with
	Sequences. the code from the 3.2 branch exhibits the same behavior
	when linked with the trunk DAP, but works fine with the 3.2 dap.
	However, the changes between the 3.2 and trunk dap seem very
	minor... 

2002-06-03    <jimg@dcz.dods.org>

	* HDFSequence.cc: Removed call to Sequence::set_level().

2002-05-01    <jimg@dcz.dods.org>

	* Merged with release-3-2-6.

2002-04-11    <jimg@dcz.dods.org>

	* Fixed casts littered throughout the code. Files: HDFArray.cc,
	HDFFloat32.cc, HDFFloat32.h, HDFGrid.cc, HDFInt16.cc, HDFInt16.h,
	HDFSequence.cc, HDFStructure.cc, HDFUInt16.cc, HDFUInt16.h,
	dodsutil.h, funcs.cc, hdfdesc.cc.

	* dodsutil.cc: Not used; removed. 

	* hc2dap.cc: Removed HDFTypeName functions.

	* funcs.cc: Replaced BaseType::type_name() with BaseType::type()
	* dodsutil.cc: Ibid.

	* Massive changes to the code (checked in on 4/9/2002 and
	4/10/2002). Changed HDFArray, HDFStructure, HDFSequence and
	HDFGrid so that all of the DODS numeric types are used when
	spitting out variables from HDF files. Also changes hc2dap.cc so
	that calls to ExportDataForDODS are no longer made.

2002-01-29  Dan Holloway <d.holloway@gso.uri.edu>

	* Added new elements in the hdf_vgroup structure
	to maintain the string-representation of the variable
	associated with each vgroup tag/ref in the hdf datafile.
	This is required to support modifications to the Ancillary
	DDS to limit the number of variables accessible (Modis M3)
	to a more manageable number.   Previously, the Ancillary
	DDS was assumed to be a simple cache of the actual DDS
	from the hdf datafile, no modifications were possible.  The
	new behavior allows removing variables only, you cannot
	move vgroup variables among containers, though that is
	certainly possible just not supported.

	* Fixes in hdfclass/hcstream.h,hdfclass.h,vgroup.cc
	* Fixes in hc2dap.cc/LoadStructureFromVgroup
	
2001-10-13  James Gallagher  <jimg@dcz.dods.org>

	* Merged with release-3-2-4.

	* Minor fixes for configure.

	* Updated README and INSTALL.

2001-09-28  James Gallagher  <jimg@dcz.dods.org>

	* Merged with release-3-2-3. The next merge should use
	release-3-2-3 -j release-3-2.

2001-09-26  James Gallagher  <jimg@dcz.dods.org>

	* Minor build fixes.

2001-08-29  James Gallagher  <jimg@dcz.dods.org>

	* I removed some old files in src (dattr.cc, escfilt.cc, ...) that
	were no longer used. I also updated Makefile.in's list of
	dependencies. This should fix a nagging problem (bug 246) where
	the HDF server would not build on Solaris because make there
	wanted to compile dattr.cc (which no longer builds).

2001-08-27  James Gallagher  <jimg@dcz.dods.org>

	* Merged with release-3-2-2. The next merge should use -j
	release-3-2-2 -j release-3-2.

2001-08-21  James Gallagher  <jimg@dcz.dods.org>

	* Fixed a bug in the hdf-eos lex scanner (Ethan).

	* Changed to the new way DODSFilter handles version requests.

	* Modified basename() so it would remove the garbage from the
	beginning of the names of decompressed files.

	* Removed the code which escapes names. This function is now
	handled for all the servers by the dap.

2001-06-18  James Gallagher  <jimg@dcz.dods.org>

	* Merged with release-3-2 head (tagged release-3-2-1). The next
	merge should use -j release-3-2-1 -j release-3-2.

	* Many bugs fixed; should build with hdf 4.1r4.

	* HDFStructure.cc: Initial error flag variable to zero in read
	method, int err=0; The read_tagref method for this datatype does
	not modify the value of err for successful reads, on Linux systems
	this variable was initially non-zero. (From Dan)

	* Fixed a error in the --with-test-url switch. The identifier
	test-url was misspelled as `testurl'. Changed the default test url
	to point to `test' on the localhost.

	* Moved the CVS Log entries to the end of each file.
	Added code to catch Error objects thrown by the dap library.
	Changed the read() method's definition to match the dap library.

	* Changed to the new way DODSFilter handles version requests.

	* Removed nph-hdf in favor of nph-dods.

	* Removed TK_LIBS references, not used and references to that in
	the makefile that (that were unresolved during configure) were
	causing problems. I see no reason for references to TK_LIBS on the
	server side.

	* added note about perl modules, rewrote much text, reformatted.
	(From Tom).

2000-03-31  James Gallagher  <jimg@dcz.dods.org>

	* Merge: cvs update -j release-3-1-3 -j release-3-1, the next
	merge should use -j release-3-1-4 -j release-3-1

2000-03-31  James Gallagher  <jimg@dcz.dods.org>

	* Fixed the error message sent when HDF-EOS attributes are hosed.
	Now the message is embedded in the DAS object. That way the client
	gets most of the attributes back and an error message without DODS
	devising some scheme for returning both Error and DAS objects.

	* The HDF-EOS attribute scanner now ignores semicolons. Apparently
	some HDF-EOS files use semicolons to end each line in the HDF-EOS
	attribute section; this was confusing clients since the semicolons
	wound up in the output.

	* dodsutil.cc: Removed duplicates of the functions in the dap file
	escaping.cc. These were old and not getting fixed up; I'd rather
	just work on one copy of the escaping functions!

	* HDFArray.cc, etc.: Switched to the id2dods, etc. escaping
	function in the dap. This should banish the last of the string
	indexing bugs.

	* Added eosdas-test program. This can be used to test the HDF-EOS
	attribute parser.

2000-03-08  James Gallagher  <jimg@dcz.dods.org>

	* Merge: cvs update -j release-3-1-2 -j release-3-1, the next
	merge should use -j release-3-1-3 -j release-3-1
	
2000-03-08  James Gallagher  <jimg@dcz.dods.org>

	* Fixed a bug where bad index variables were used with the
	string::find() functions. Using int, uint32, ..., variables to
	hold the indices breaks on some 64bit machines. The fixed code
	runs OK on Sol 7 (64bit) but the problem did not show up there.
	The problems shows up on alphas. I'm committing these changes and
	they'll be tested on the alpha.

	* configure now uses the new DODS_PROG_PERL test and nph-hdf.in
	uses that value for Perl. This eliminates the old exec perl hack
	which broke on Linux.

	* Fixes for the binary-tar target.

1999-11-05  James Gallagher  <jimg@dcz.dods.org>

	* Merge: cvs update -j release-3-1, the next merge should use -j
	release-3-1-2 -j release-3-1
	
1999-11-05  James Gallagher  <jimg@dcz.dods.org>

	* Fixes to simplify building.

1999-05-28  James Gallagher  <jimg@dcz.dods.org>

	* Merge with alpha-3-0-0

1999-05-25  James Gallagher  <jimg@dcz.dods.org>

	* Security fixes added to nph-hdf.in.

1999-05-05  James Gallagher  <jimg@dcz.dods.org>

	* Added test-coverage target to Makefile.in

1999-03-26  James Gallagher  <jimg@dcz.dods.org>

	* Added stubs for the new datatypes.

1999-01-21  James Gallagher  <jimg@dcz.cvo.oneworld.com>

	* The server now registers the file name properly. This ensures
	that the new projection functions can call the read() member
	function and not fail.

1998-11-11  James Gallagher  <jimg@dcz.cvo.oneworld.com>

	* Added Jake Hambey's tests.

1998-09-17  James Gallagher  <jimg@dcz.cvo.oneworld.com>

	* Many changes includig support for vdata.

Tue Dec 30 15:59:46 1997  James Gallagher  <jimg@localhost>

	* Changed the filter programs so that they use the new DODSFilter
	class. This corrects problems with those program and the
	DODS_Dispatch perl class.
