libuEv v1.4.0
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/touev/, e.g. using
pkg-configyour C program must now#include <uev/uev.h> - Support for
EPOLLPRIevents for I/O watchers, thanks to Markus Svilans - Simplified joystick example
- Updated
READMEslightly