OSFI 3.11.1 release notes (2026-06-17)
Issue: 1.0 (2026-06-17)
Updates
- n OSFI-Fortran, the CommandLineParser and ParamReader objects are now reference counted, so they can be copied without issue, and the underlying data is only cleaned up when the last remaining reference is finalized.
- in OSFI-Fortran, functions used to construct CommandLineParser and ParamReader objects have been deprecated because they may be affected by a compiler bug causing memory corruption and crashes. Instead of assigning the function result, call the new %init subroutines, which also accept a new, optional stat parameter for error information.
- Java version raised to 17