Skip to content

Commit 668974f

Browse files
authored
Merge pull request #1484 from Unidata/5.9.1
Release 5.9.1
2 parents affcd4a + 1a7754d commit 668974f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allprojects {
2929
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
3030
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
3131
// Note - if bumping to a new major or minor version, be sure to update the docs
32-
version = '5.9.1-SNAPSHOT'
32+
version = '5.9.2-SNAPSHOT'
3333
status = 'development'
3434
//status= 'release'
3535
}

docs/src/site/pages/netcdfJava/Upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ As such, we no longer utilize WebStart.
3636

3737
Point release notes:
3838
* [5.9.0](https://github.com/Unidata/netcdf-java/releases/tag/v5.9.0){:target="_blank"} (_2025-08-08_)
39+
* [5.9.1](https://github.com/Unidata/netcdf-java/releases/tag/v5.9.1){:target="_blank"} (_2025-09-09_)
3940

4041
The 5.9.x includes bug fixes around zarr support, scaling of projection parameters, and setting of the library path for the netCDF-C library.
4142
Additionally, udunits grammar code is now generated at build time, HTTP errors when disambiguating http/https locations has been improved, and scanning for filter providers is done once during initialization.
43+
EnhancementProviders are now loaded upon VariableDS instantiation, fixing a critical multithreaded environment related bug.
44+
Several ToolsUI improvements have been made as well.
4245
Finally, several third party libraries have been upgraded.
4346
Please see the release notes on GitHub for more details on additions, enhancements, and bug fixes.
4447

0 commit comments

Comments
 (0)