2019-09-17  Muqun Yang <myang6@hdfgroup.org>
        * Updated COPYING,INSTALL, README and RELESE.txt files.
2019-07-24  Muqun Yang <myang6@hdfgroup.org>
        * Addressed more coding issues recommended by sonar cloud analysis.
        * Updated valgrind testsuite.
        * Fixed a bug that generates wrong valid_min and valid_max values for
          some MODIS products.
2019-07-10  Muqun Yang <myang6@hdfgroup.org>
	* Addressed a few coding issues recommended by sonar cloud analysis.
	* Updated the software version,copying etc.
	* Details: check comments  under 
	https://bitbucket.hdfgroup.org/projects/HDFEOS/repos/h4cflib/commits
2017-08-16  Muqun Yang <myang6@hdfgroup.org>
	* Note: The new features and bug fixes between 1.0.beta and 1.1 can be found
	        in the RELEASE.txt and HISTORY.txt.

2013-05-28  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>

	* configure.ac:removed the use of PKG_CHECK_MODULES for portability and
	  --with-netcdf=no option.

2013-05-24  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>
	* doc/REFERENCE_MANUAL.txt:updated from REFERENCE_MANUAL.
	* doc/USER_GUIDE.txt:updated from USER_GUIDE.
	* README: updated the contents to match beta release.
	* INSTALL: cleaned up the contents.
	* utility/main_ncconverter.cpp
	updated copyright notice.
	cleaned up debugging code.
	updated comments.

2013-05-23  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>

	* utility/main_ncconverter.cpp (ncconverter_write_var_attrs_nc3):
	fixed memory corruption issue for attributes in
	2006001-2006005.s0454pfrt-bsst.hdf on CentOS x86_64 platform.

2013-05-08  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>
	* doc/RELEASE.txt:
	added a note about NetCDF-3 conversion limitation.
	documented netcdf-java's behavior of dropping file attributes.
	* INSTALL: corrected --disable-netcdf4 to --disable-netcdf-4.
	* src/flt_cf.cpp: commented out debugging messages.
	* src/special_flt_cf.cpp: commented out debugging messages.

2013-05-07  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>
	* configure.ac:added tar-pax for long file name support.
	* INSTALL:added how to test real NASA data products.

2013-05-06  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>
	* testsuite/h4cfTest.nasa1.at:removed CDL dumper tests.
	* src/h4cf.h:commented out 2 functions that are not tested thoroughly.
	* utility/main_ncconverter.cpp:
	removed the use of h4cf_get_var_str_value() that
	was never called and replaced it with error message.
	* testsuite/h4cf_get_file_attrs.cc:
	replaced h4cf_get_file_attrs_txt() with h4cf_get_file_attrs().

2013-05-03  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>

	* src/h4cf.h:updated comments for Doxygen-style reference manual.
	* doc/Doxygen:changed a few parameters to get a good PDF manual.

2013-05-02  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>

	* INSTALL:updated and added TESTING section.
	* configure.ac:updated comments. corrected typo.
	* testsuite/h4cfTest.nc3.at, testsuite/h4cfTest.nc.at:
	added comments to add the full path to ncdump if test fails.
	* doc/Doxygen:added for creating a new reference manual.
	* src/h4cf.h:updated comments for new reference manual.

2013-05-01  Hyo-Kyung Lee  <hyoklee@hdfgroup.org>

	* configure.ac:
	internal_test/Makefile is removed from AC_CONFIG_FILES.
	added NC4 AM_CONDITIONAL to invoke either NC3 or NC4 testsuite.
	* Makefile.am: removed internal_test
	* testsuite/Makefile.am:
	added sub-directories and h4cfTest.nc.at/h4cfTest.nc3.at in EXTRA_DIST.
	removed cdl/ directory in EXTRA_DIST.
	added condition for NC4 to trigger the right testsuite automatically.

