Skip to content

libuEv v1.4.0

Choose a tag to compare

@troglobit troglobit released this 22 Mar 19:31
· 302 commits to master since this release

This release changes the header file namespace, which was silently introduced in v1.2.1.
Apologies for any problems this may cause!

Changes

  • Change namespace for header files: libuev/ to uev/, e.g. using
    pkg-config your C program must now #include <uev/uev.h>
  • Support for EPOLLPRI events for I/O watchers, thanks to Markus Svilans
  • Simplified joystick example
  • Updated README slightly