Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@zsw007 zsw007 released this 08 Nov 18:32
· 24 commits to main since this release

Notable changes

  • Implemented LE/USS dynamic function framework and C Lib Overrides,
    which enables the dynamic use of V2R5 LE posix functions and does not
    rely on V2R5 headers/sidedecks to build.
  • Removed __fork() and its related code.
  • Changed build.sh to always build both static and shared
    libraries, and adjusted options accordingly.
  • Removed build.cache generated by build.sh.
  • Fixed issue where getentropy() can return a buffer with null-entries.
  • Fixed issue where libzoslib.so and zoslib-help doesn't load due to
    missing execute permissions.
  • Added -mzos-target=zosv2r4 to default build flags.