• 2.4.0 442053eae2

    Move the event mask into a platform-neutral product
    Docs / deploy (push) Canceled after 0s
    Docs / docs (push) Canceled after 0s

    trbernstein released this 2026-09-14 00:13:19 +02:00 | 6 commits to main since this release

    InotifyEventMask took its bits from the C header, so nothing that
    imported it could build outside Linux. The new InotifyMask product
    spells out the kernel constants instead; a Linux test compares each
    of them with the header. Inotify re-exports the module, so
    existing code is unaffected.

    Downloads