| Changelog for libevent |
| Release |
What has changed? |
| 0.0.5 |
- Fixed build with museum PHP versions.
- Fixed PECL bug #22705 (event_set() resets event base to NULL).
- Changed event_set(), event_buffer_new() and event_buffer_set_fd() to
accept numerical file descriptors.
- Added event_priority_set() (patch by Ruslan Osmanov).
- Fixed build with 5_4. |
| 0.0.4 |
- Added signal support to event_set().
- Added add event_buffer_set_callback().
- Fixed possible segfault in event_del(). |
| 0.0.2 |
Initial release (after a long testing period). |
|