You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ See [GitHub #1251](https://github.com/Unidata/netcdf-c/issues/1251).
111
111
(2) appending "#protocol=dap4" to the end of the url, or
112
112
(3) appending "#dap4" to the end of the url
113
113
Note that dap4 is enabled by default but remote-testing is
114
-
disbled until the testserver situation is resolved.
114
+
disabled until the testserver situation is resolved.
115
115
*[Enhancement] The remote testing server can now be specified with the `--with-testserver` option to ./configure.
116
116
*[Enhancement] Modified netCDF4 to use ASCII for NC_CHAR. See [Github Pull request #316](https://github.com/Unidata/netcdf-c/pull/316) for more information.
117
117
*[Bug Fix] Corrected an error with how dimsizes might be read. See [Github #410](https://github.com/unidata/netcdf-c/issues/410) for more information.
@@ -446,7 +446,7 @@ More details may be found at the Unidata JIRA Dashboard. [NCF-316](https://bugt
446
446
447
447
* Refactored how types are used for attributes, variables, and committed types, clarifying and categorizing fields in structs, and eliminating duplicated type information between variables and types they use.
448
448
449
-
* Made type structure sharable by committed datatypes and variables that use it.
449
+
* Made type structure shareable by committed datatypes and variables that use it.
450
450
451
451
* Handled string datatypes correctly, particularly for fill value attributes. Expanded testing for string fill values.
452
452
@@ -1327,7 +1327,7 @@ variables.
1327
1327
* Fixed ncgen to properly handle CDL input that uses Windows line endings
1328
1328
("\r\n"), instead of getting a syntax error.
1329
1329
1330
-
* Added "-s" option to ncdump to display performance characterisitics of
1330
+
* Added "-s" option to ncdump to display performance characteristics of
1331
1331
netCDF-4 files as special virtual attributes, such as \_Chunking,
0 commit comments