mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Issue #6616: Group Info and Link Info are labeled Optional, but new-style group creation always writes both, and the C library errors reading a new-style group missing either one. - Group Info / Link Info Status: Optional -> Required for "new style" groups; may not be repeated (matches existing Symbol Table wording for old-style groups). - Documents the decoder's fallback values (8, 6) for Link Phase Change: Maximum Compact/Minimum Dense Value when absent.