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

	Now builds against Matlab 2015a
	...and assumes that we're building against ML 2009 or newer. The
	configure script no longer checks the version number and simply
	assumes a certain set of libraries. It's twenty years old...

2015-04-28  James Gallagher  <jgallagher@opendap.org>

	Added gitignore

2015-04-21  James Gallagher  <jgallagher@opendap.org>

	Added gitignore

	Updated Client*.cc for newer libdap

2012-05-31  James Gallagher <jgallagher@opendap.org>

	Added

	A    writedap/coads.dds

2012-05-31  James Gallagher <jgallagher@opendap.org>

	Fixed the matlab tests.

	M    test_loaddap.m
	M    testsuite/matlab/sequence_data.mat
	D    testsuite/matlab/attributes1.mat
	M    testsuite/matlab/attributes2.mat
	M    testsuite/matlab/attributes1.m
	M    testsuite/matlab/sequence.m

2012-05-31  James Gallagher <jgallagher@opendap.org>

	Updated for the replacement autotest tests.

	M    configure.ac
	M    Makefile.am

2012-05-31  James Gallagher <jgallagher@opendap.org>

	Conversion from dejaGNU to autotest; removeal of the DSP tests since those
	datasets are no longer available.

	A    testsuite/writedap_test.at
	A    testsuite/atlocal.in
	D    testsuite/common_tests.exp
	D    testsuite/config
	D    testsuite/data/writedap/dsp_2.data
	D    testsuite/data/writedap/dsp_1.data2
	D    testsuite/data/writedap/dsp_1.data3
	D    testsuite/data/writedap/dsp_2.data2
	D    testsuite/data/writedap/dsp_2.data3
	M    testsuite/data/writedap/coads.data3
	D    testsuite/data/writedap/dsp_1.data
	A    testsuite/Makefile.am
	A    testsuite/atconfig
	D    testsuite/writedap.1

2012-05-30  James Gallagher <jgallagher@opendap.org>

	Various updates.

	M    loaddap.spec
	M    configure.ac
	M    ChangeLog
	M    OSX_Resources/Info.plist
	M    whodap.m
	M    INSTALL
	M    Makefile.am

2012-05-30  James Gallagher <jgallagher@opendap.org>

	Fixed a problem that's be around for years - the loaddap.m file has the help
	info in it. However, if the mex binary is not compatible with the computer
	or ML version, the loaddap.m file is run, producing odd error messages and
	generally confusing users. I fixed this by adding error messge text.

	M    loaddap.m

2011-08-02  James Gallagher <jgallagher@opendap.org>

	Added LT_INIT so that configure supports --disable-shared.

2010-11-22  Dan Holloway <dholloway@opendap.org>

	Added cleanse_attr() function to LoaddodsProcessing.cc

2010-11-22  Dan Holloway <dholloway@opendap.org>

	Added cleanse_attr() function to replace EOL characters in
	attributes with SPACE characters.

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

	Fixed matlabver.m4 so that it works with ML's 2010a version
	number (7.10). I had to expand the regex so that it looks for more
	digits - actually, not the regex that tests for the numbers, but
	the case statment used to return an error or parse the numbers to
	major and minor versions.

2009-12-23  rduncan

	win32 build for 3.7.0

2009-12-22  James Gallagher <jgallagher@opendap.org>

	Updated the README file to correct the broken URL and bad example with
	'whodap' which only works on the PC.

	M    OSX_Resources/Info.plist
	M    OSX_Resources/ReadMe.txt
	M    OSX_Resources/Welcome.html
	M    README

2009-12-09  rduncan

	Build fixes for linux (centOS 5.3)

2009-12-07  rduncan

	Release 3.7.0

2009-12-04  James Gallagher <jgallagher@opendap.org>

	Updated this to use the new packagemaker 3.0

	M    osx_metapackage/build_readme.sh
	M    osx_metapackage/ReadMe.txt
	D    osx_metapackage/Contents/extras
	M    osx_metapackage/Contents/product_info/ReadMe.txt
	M    osx_metapackage/Contents/product_info/Welcome.html
	M    osx_metapackage/Makefile

2009-10-08  James Gallagher <jgallagher@opendap.org>

	Added maci64 to set of architectures searched in the Matlab configure m4 macros. Removed the old matlabarch.m4 file as it was not being used and added to the general sense of confusion.

2009-09-29  James Gallagher <jgallagher@opendap.org>

	Fixes to writedap so that it should build against a modern libdap; somehow, an old version found its way into svn again and was using stdout to call a method that no longer supports FILE* pointers. Also fixed some spelling errors.

2009-09-14  James Gallagher <jgallagher@opendap.org>

	Fixed the configure stuff that tests the matlab version. Also there was an
	old change where cout --> stdout in write_dap.cc for the -A option.

	M    conf/matlabver.m4
	M    write_dap.cc

2009-09-02  Dan Holloway <dholloway@opendap.org>

	Fixed intern_strings, passing **mxArray into mxSetName() when it expects *mxArray.  Not sure why this wasn't a problem earlier.

2009-09-01  James Gallagher <jgallagher@opendap.org>

	Change to new autotools macros.

	M    configure.ac
	M    MLVars.h
	M    whodap.m
	M    INSTALL
	M    Makefile.am

2009-09-01  James Gallagher <jgallagher@opendap.org>

	Added Matlab stuff for autoconf; from the net with minor mods for newer
	Matlab versions

	A    conf/matlab.m4
	D    conf/depcomp
	D    conf/compile
	A    conf/mexext.m4
	D    conf/config.guess
	A    conf/noopts.sh
	A    conf/mexopt.m4
	A    conf/matlabver.m4
	D    conf/config.sub
	A    conf/mex.m4
	D    conf/missing
	A    conf/matlabarch.m4
	D    conf/install-sh
	A    conf/matlabdir.m4

2009-08-31  Dan Holloway <dholloway@opendap.org>

	Updated to support MATLAB R2009a.  Preprocessor directive 'MATLAB_R2009' used to
	identify Matlab revision.  This directive is required in order to use the correct
	API calls for Revision R2009a, or pre-R2009a.

	The Matlab API changed with R2009a, deprecating the direct association of mxArrays
	and their names.  This association only exists in the workspace the variable is
	placed as of R2009a.  To support this change MLVars was updated to couple names to
	mxArrays kept track of thru the MLVar data structure.  Additionally, throughout the
	client code API specific changes are wrapped with the preprocessor directive to
	insure the proper call is made depending on the Matlab revision.

;; Local Variables:
;; coding: utf-8
;; End:
2009-08-26  Dan Holloway <d.holloway@gso.uri.edu>

	Updated for 3.7.0

	M    loaddap
	M    process_values
	M    extend
	M    error
	M    MLVars
	M    configure.ac
	M    ChangeLog
	M    NEWS
	
2008-06-11  James Gallagher <jgallagher@opendap.org>

	Fixed ticket 1135.

2008-04-25  James Gallagher <jgallagher@opendap.org>

	No longer installing the build tools

2008-03-13  James Gallagher <jgallagher@opendap.org>

	Updated for 3.6.0

	M    loaddap.spec
	M    NEWS
	M    ChangeLog
	M    INSTALL
	M    README

2008-03-13  James Gallagher <jgallagher@opendap.org>

	Added the 'verbose' flag to the build of loaddap

	M    Makefile.am

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

	Added -ldl to loaddap link since it's needed on FC 8 32-bit (but
	not 64??).

	M    Makefile.am

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

	Fixed the distcheck target. It and RPM now build correctly.

	M    config_writedap.h
	M    README
	M    Makefile.am

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

	Hacks for a package build - on the quick - of loaddap. To be used
	for the ml toolbox distribution. To get the RPM to install you need
	to use --nodeps, at least on a 64-bit machine.

	M    loaddap.spec
	M    configure.ac
	M    Makefile.am

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

	Updated

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

	Makefile updated so that the loaddap mex program is
	installed/packaged. In addition a manifest is not made for the mex
	program (it doesn't work)

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

	Applied patches from Anna Nokolov (win32 port)

	M    write_dap.cc

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

	Auto reset of Subversion properties

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

	Added. Fixes bug 1040.

	A    conf/pkg.m4

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

	Updated configure to use latest and greatest libdap config macro
	and m4 file.

	M    configure.ac
	M    conf/libdap.m4

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

	Removed the bogus config_write* headers from the VCPP directory

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

	Changed all the i/o to use the routines in error.c, which correctly
	handle writing messages to the console/text window of matlab. The
	message written to stderr by writedap are lost, as has been the
	case since ML 6 or 7.

	M    error.c
	M    variable.c
	M    process_values.c
	M    loaddap.c
	M    extend.c

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

	Changed the Makefile in VCPP so that Matlab's mex tool is used
	directly to build the mex program. This ends support for ML 7.0
	and earlier versions. Also fixed a minor problem with the -V
	option

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

	Added using namespace libdap where needed
	M    ClientInt16.h
	M    ClientStr.h
	M    ClientUInt16.h
	M    LoaddodsProcessing.h
	M    ClientFloat32.h
	M    ClientArray.h
	M    ClientInt32.h
	M    ClientStructure.h
	M    ClientUrl.h
	M    ClientByte.h
	M    MetadataProcessing.h
	M    ClientFloat64.h
	M    ClientUInt32.h
	M    AttributeInterface.h
	M    ClientSequence.h
	M    ClientTypeFactory.h
	M    name_map.cc
	M    ClientGrid.h

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

	more pkg updates...

	M    OSX_Resources/InstallationCheck

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

	Updates for pkg target.

	M    OSX_Resources/InstallationCheck
	M    OSX_Resources/Info.plist
	M    OSX_Resources/InstallationCheck.strings
	M    OSX_Resources/Description.plist
	M    Makefile.am

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

	Removed the major and minor version numbers.

	M    OSX_Resources/update_mac_package_contents.pl
	M    OSX_Resources/Info.plist

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

	Auto reset of Subversion properties

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

	Updated for libdap 3.7.x

	M    OSX_Resources/InstallationCheck
	M    OSX_Resources/InstallationCheck.strings

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

	Updates for the new OSX build.

	D    mac_osx
	D    loaddap.pmproj
	M    README
	M    Makefile.am

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

	Added/updated for the new build.

	M    OSX_Resources/License.txt
	AM   OSX_Resources/macify_license_file.pl
	AM   OSX_Resources/update_mac_package_contents.pl
	A    OSX_Resources/Info.plist
	M    OSX_Resources/ReadMe.txt
	A    OSX_Resources/Description.plist
	M    OSX_Resources/Welcome.html

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

	configure.ac: Corrected the tech mailing list address.

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

	Auto reset of Subversion properties

2007-01-07  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Last Makefile tweeks to automate pkging for win32

2007-01-07  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Add doc's that accompany win32 ml-structs releases to the repository

2007-01-06  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Synchronize Matlab cmd-line win32 Makefile to build/pkg as other
	win32 Makefiles do

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

	Fixed InstallationCheck.

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

	loaddap.c: Moved 'int status;' on line 688 (or thereabouts) to the
	top of the function. Fixes a problem with C versus C++
	declarations.

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

	Auto reset of Subversion properties

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

	configure.ac: Switched to DAP_CLIENT_LIBS so that Connect will be
	included.

2006-05-01  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Update win32 ml-structs Makefile

2006-04-24  Dan Holloway <dholloway@opendap.org>

	Updated required libdap revision number to 3.6.0

2006-04-24  Dan Holloway <dholloway@opendap.org>

	Updated version to 3.5.2

2006-04-23  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Partial porting efforts re ml-structs

2006-04-23  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Partial porting efforts re ml-structs

2006-04-16  Rob Morris <Robert.O.Morris@jpl.nasa.gov>

	Rename, add dirs and prune as appropriate for VC++ port

2006-04-11  Dan Holloway <dholloway@opendap.org>

	Replaced use of Error::error_message(), which is now deprecated
	with Error::get_error_message().

2006-04-11  Dan Holloway <dholloway@opendap.org>

	Fixed read_string_value bug, replaced constant MAX_STR(256) with
	BIG_STR(8192) to support handling large string attributes.

2006-02-15  Dan Holloway <dholloway@opendap.org>

	Fixed print_val(), fprintf in if(print_decl_p) condition requires
	a EOL character after writing _buf.

	Fixed print_val(), fprintf in if(print_decl_p) condition printing
	type_name requires that .c_str() type as an argument.

2006-02-15  Dan Holloway <dholloway@opendap.org>

	Fixed print_val(), fwrite call was previously passed sizeof(float32) in if(translate)
	condition, modified to pass sizeof(float64) when translate == true.

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

	Changes needed for libdap 3.6

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

	Modified many files so that they no longer use the iostreams
	methods from libdap.

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

	Added info to README about bug 280 (binary problem with default
	gcc on recent linux distros) and also to NEWS. Bumped up version
	info.

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

	Patch for loaddap on 64-bit FC4. On that platform pclose() is
	always returning -1 and errno is ECHILD. I put in a simple test to
	ignore that combination. The real fix is to drop the two program
	arch. Also added dependencies to the loaddap-stamp target in
	Makefile.am.

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

	Removed log file from loaddap.c

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

	Updated this project so that it contains the custom background, etc.

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

	Edited Required in loaddap.spec

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

	Renamed test_loaddod.m to test_loaddap.m

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

	Massive edits to the URLs in the matlab/loaddap tests files

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

	Fixes to the testsuite. the URLs were corrected to use the server
	at test.opendap.org and other misc fixes put in place. Now we need
	to get the DSP server running.

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

	Removed writeval

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

	Copied writeval to writedap

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

	Auto reset of Subversion properties

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

	Added

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

	Updated

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

	Auto reset of Subversion properties

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

	Fixed C++-style comments (which break mex)

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

	Added dist to the rpm/srpm targets

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

	Removed queue and the bowser feature.

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

	Fixed the background one last time...

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

	Added a background image plus an InstallationCheck script with verbose
	messages.

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

	Added a bit about disk iimages for osx packages.

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

	Added blurb about matlabpath

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

	Added stuff to make an OS/X package

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

	Added.

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

	Updated the copyright text; now LGPL OPeNDAP

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

	Added a spec file and COPYING/COPYRIGHT_URI. Fixed the rext in loaddap.m and whodap.m.
	Updated Makefile.am; it now includes all the stuff needed to build rpms and dist files.

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

	Getting a distribution ready.

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

	Resolved conflicts with Mac OS/X version

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

	Removed char2ASCII.

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

	Added

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

	Build updates for loaddap.

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

	Removed Pix.h include; replaced Regex.h with GNURegex.h. Attempt at porting
	the regression tests.

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

	Build updates

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

	Added

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

	Added

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

	Build updates.

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

	Added

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

	Latest changes

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

	writedap now builds using automake and libdap 3.5.x

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

	Moved/hacked. This code now uses config.h

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

	Moved out of the old DODS tree.

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-18  James Gallagher <jgallagher@opendap.org>

	Updated the old URI Copyright; removed clause about requiring credit
	in publications. This was never really intended and is probably
	unenforcable.

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

	Merged release-3-4-5FCS

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

	07/08/04 jhrg

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

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

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

	Added ctype.h include.

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

	Removed strstream include.

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

	Switched from strstream to stringstream.

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

	Removed List from the DAP

2003-12-08  edavis

	Merge release-3-4 into trunk

2003-10-23  Dan Holloway <dholloway@opendap.org>

	Updated scripts to use the new name conventions of
	loaddap and writedap.

2003-10-23  Dan Holloway <dholloway@opendap.org>

	Changed the names of the primary programs loaddods and writeval
	to loaddap and writedap respectively

2003-10-23  Dan Holloway <dholloway@opendap.org>

	Changed config include to config_writedap.h from config_writeval.h
	This is to remain consistent with the renaming used from loaddods
	to loaddap.  To support nested sequences writeval was modified
	to send an end-of-sequence marker to delimit sequence instances.

2003-10-23  Dan Holloway <dholloway@opendap.org>

	Changed config include to config_writedap.h from config_writeval.h
	This is to remain consistent with the renaming used from loaddods
	to loaddap.  To support nested sequences writeval was modified
	to send an end-of-sequence marker to delimit sequence instances.

2003-10-22  Dan Holloway <dholloway@opendap.org>

	Initial revision

;; Local Variables:
;; coding: utf-8
;; End:
