Changes between Version 10 and Version 11 of R1/Beta4/ReleaseNotes


Ignore:
Timestamp:
Dec 13, 2022, 8:20:10 PM (23 months ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R1/Beta4/ReleaseNotes

    v10 v11  
    8686
    8787== POSIX compatibility ==
     88
    8889* Increased maximum argument length to match FreeBSD (roughly doubled)
    8990* Rewrite of mlock() and munlock() to more closely match POSIX
     
    9192* Addition of locale_t and the related methods
    9293* Fixed behavior of the `O_NOCTTY` flag, fixing a lot of GPG's functionality.
     94* malloc() aligns data on 16 bytes (instead of 8 previously) to allow SSE2 instructions generated by gcc11 to not crash
    9395
    9496== Build System ==