From ca84ceb725f0e41846af63ec5cbbb0289032c44b Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Thu, 4 Jun 2015 15:46:37 -0600 Subject: [PATCH] Updated release notes to reflect change in pre-built binary version. --- RELEASE_NOTES.md | 12 ++++++------ docs/guide.dox | 2 +- docs/tutorial.dox | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a3f477456..55ae8e2ce 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,16 +5,16 @@ Release Notes {#RELEASE_NOTES} This file contains a high-level description of this package's evolution. Releases are in reverse chronological order (most recent first). Note that, as of netcdf 4.2, the `netcdf-c++` and `netcdf-fortran` libraries have been separated into their own libraries. -## 4.3.x Released TBD +## 4.4.0 Released TBD +### 4.4.0-RC1 Released TBD + +* The pre-built Windows binaries are now built using `Visual Studio 2012`, instead of `Visual Studio 2010`. Source-code compilation remains function with `Visual Studio 2010`, this is just a change in the pre-built binaries. + +* Added support for opening in-memory file content. See `include/netcdf_mem.h` for the procedure signature. Basically, it allows one to fill a chunk of memory with the equivalent of some netCDF file and then open it and read from it as if it were any other file. See [NCF-328](https://bugtracking.unidata.ucar.edu/browse/NCF-328) for more information. * Addressed an issue when reading hdf4 files with explicit little-endian datatypes. This issue was [reported by Tim Burgess at GitHub](https://github.com/Unidata/netcdf-c/issues/113). See [NCF-332](https://bugtracking.unidata.ucar.edu/browse/NCF-332) for more information. -* Added support for opening in-memory file content. See include/netcdf_mem.h -for the procedure signature. Basically, it allows one to fill a chunk -of memory with the equivalent of some netCDF file and then open it -and read from it as if it were any other file. See [NCF-328](https://bugtracking.unidata.ucar.edu/browse/NCF-328) for more information. - * Addressed an issue with IBM's `XL C` compiler on AIX and how it handled some calls to malloc. Also, as suggested by Wolfgang Hayek, developers using this compiler may need to pass `CPPFLAGS=-D_LINUX_SOURCE_COMPAT` to avoid some test failures. * Addressed an issure in netcdf4 related to specifying an endianness explicitly. When specifying an endianness for `NC_FLOAT`, the value would appear to not be written to file, if checked with `ncdump -s`. The issue was more subtle; the value would be written but was not being read from file properly for non-`NC_INT`. See [GitHub Issue](https://github.com/Unidata/netcdf-c/issues/112) or [NCF-331](https://bugtracking.unidata.ucar.edu/browse/NCF-331) for more information. diff --git a/docs/guide.dox b/docs/guide.dox index 3f99b66fe..a9c4362f4 100644 --- a/docs/guide.dox +++ b/docs/guide.dox @@ -2079,7 +2079,7 @@ extended as necessary. The ncgen man-page reference has more details about CDL representation of constants of user-defined types. -\section guide_ncdump ncdump +\section ncdump_guide ncdump Convert NetCDF file to text form (CDL) diff --git a/docs/tutorial.dox b/docs/tutorial.dox index 7f1ecd629..8ad85681b 100644 --- a/docs/tutorial.dox +++ b/docs/tutorial.dox @@ -68,7 +68,7 @@ The utility ncdump can be used to show the contents of netCDF files. By default, ncdump shows the CDL description of the file. This CDL description can be fed into ncgen to create the data file. -See also: \ref guide_ncdump +See also: \ref ncdump_guide \subsection netcdf_utilities_ncgen ncgen