Updated release notes.

This commit is contained in:
Ward Fisher 2013-11-22 16:09:51 -07:00
parent 7c6a9aa34a
commit 1d7ec898ff

View File

@ -8,6 +8,10 @@ information, where '[NCF-XXX]' refers to https://www.unidata.ucar.edu/jira/brows
## 4.3.1 Released TBD
### 4.3.1-rc5 Released TBD
* When compiling with `hdf4` support, both autotools and cmake-based builds now properly look for the `libjpeg` dependency and will link against it when found (or complain if it's not). Also added `ENABLE_HDF4_FILE_TESTS` option to CMake-based builds.
* Fixed bug in ncgen; it was not properly filling empty string constants
("") to be the proper length. [NCF-279]