From ac503dd5657efe53583a7bd657eb7ba2c7cdb2d1 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 8 Aug 2017 13:17:51 -0600 Subject: [PATCH] Updated release notes in support of https://github.com/Unidata/netcdf-c/pull/450 --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 57c0ca3ae..89805d092 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,8 +5,14 @@ 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.5.1 - TBD + + + ## 4.5.0 - TBD +* [Bug Fix] Corrected a potential stack buffer overflow. See [GitHub #450](https://github.com/Unidata/netcdf-c/pull/450) for more information. + ### 4.5.0-rc2 - August 7, 2017 * [Bug Fix] Addressed an issue with how cmake was implementing large file support on 32-bit systems. See [GitHub #385](https://github.com/Unidata/netcdf-c/issues/385) for more information.