Skip to content

Commit

Permalink
Updated RELEASE_NOTES.md with information about nc_rename_grp (NCF-204).
Browse files Browse the repository at this point in the history
  • Loading branch information
Ward Fisher committed Aug 9, 2013
1 parent 74de0d1 commit 5a5f4c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ information, where '[NCF-XXX]' refers to https://www.unidata.ucar.edu/jira/brows

> $ git clone https://github.com/Unidata/netCDF-C.git
* Added a `NC_HAVE_RENAME_GRP` macro to netcdf.h, [as per the request by Charlie Zender][cz1]. This will allow software compiling against netcdf to easily query whether or not nc\_rename\_grp() is available.
* Added `nc_rename_grp` to allow for group renaming in netCDF-4 files. [NCF-204]

[NCF-204]: https://bugtracking.unidata.ucar.edu/browse/NCF-204

* Added a `NC_HAVE_RENAME_GRP` macro to netcdf.h, [as per a request by Charlie Zender][cz1]. This will allow software compiling against netcdf to easily query whether or not nc\_rename\_grp() is available.

[cz1]: https://www.unidata.ucar.edu/esupport/staff/index.php?_m=tickets&_a=viewticket&ticketid=22442

Expand Down

0 comments on commit 5a5f4c7

Please sign in to comment.