diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-06-20 15:01:56 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-06-20 15:01:56 +0200 |
commit | 30282557d1e76a43b804d868b121cd640fcc99ba (patch) | |
tree | 9cac59b60de9ca3486490b921ce3c6b48d1f08a5 | |
parent | cbb5d0cebbe344ef13aa3f4baf3e8af2b31e7c75 (diff) |
Release inotail 0.4v0.4
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | changelog | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -4,7 +4,7 @@ # # Licensed under the terms of the GNU General Public License; version 2 or later. -VERSION = 0.3 +VERSION = 0.4 # Paths prefix = /usr/local @@ -1,3 +1,14 @@ +inotail 0.4 + + * 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 * Follow files even if they were moved |