diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-09-07 13:01:09 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-09-07 13:01:09 +0200 |
commit | 1f317953f47153b47c0dc16dab42f339c858409a (patch) | |
tree | 3708ed27461bc36dac3950794dea7a8e5f692bc9 /changelog | |
parent | c93ac5bc511623f1a7b0d8d741bbe2a837d927f7 (diff) | |
parent | fb63f7543d0e5a79bcd9cc1b4650360267314703 (diff) |
Merge branch 'master' into pipe
Conflicts:
changelog
inotail.c
inotail.h
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,11 +1,13 @@ inotail 0.4 - * Implemented tailing of stdin - * Fixed handling of EINTR signal (^Z/fg) (patch by Anthony Martinez) - * Improved error handling (patch by Folkert van Heusden) - * Added uninstall target to Makefile (patch by Folkert van Heusden) - - -- Tobias Klauser <tklauser@distanz.ch> 2007-06-04 14:44 + * Use dynamic buffers of optimal size (st_blksize in struct stat) for + filesystem I/O (patch by Folkert van Heusden) + * Added handling of EINTR/EAGAIN while watching files for changes (patch by + Anthony Martinez) + * Better error checking and handling (patch by Folkert van Heusden) + * Various cleanups + + -- Tobias Klauser <tklauser@distanz.ch> 2007-06-20 15:00 inotail 0.3 |