1,3 → 1,13 |
0.3.0 2006-10-03 |
* all errors now handled using exceptions (InotifyException) |
* InotifyEvent no longer use struct inotity_event as its |
internal data structure |
* removed InotifyEvent::GetData() - internal data changed |
* removed Inotify::IsReady() - no longer necessary |
* added Inotify::GetDescriptor() - returns inotify file descriptor |
* added Inotify::SetNonBlock() - switches nonblocking mode on/off |
* some code cleanups |
|
0.2.0 2006-09-15 |
* InotifyEvent now contains a pointer to the source InotifyWatch |
* fixed: InotifyEvent::IsType() - it now handles the mask correctly |