Skip to content

Commit d9e2032

Browse files
committed
Add release note
1 parent 4ba5c1a commit d9e2032

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release_docs/RELEASE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,14 @@ Bug Fixes since HDF5-2.0.0 release
514514
===================================
515515
Library
516516
-------
517+
- Fixed an assertion failure in H5S__copy_pnt_list()
518+
519+
If a dataspace with a point selection in it had its extent reset with
520+
the H5Sset_extent_none() function, any copy operations on that dataspace
521+
would result in an assertion failure in debug builds of the library
522+
due to the dataspace having an extent with a rank value of 0. This has
523+
been fixed by converting the assertion failure into a normal error check.
524+
517525
- Fixed an error in H5Ddebug
518526

519527
H5Ddebug would fail for any chunked dataset with a chunk index, due to its

0 commit comments

Comments
 (0)