diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-01-24 13:44:33 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-01-24 13:44:33 +0100 |
commit | a247ef9e83192dd5197ab13abac57acea2c9971f (patch) | |
tree | 8313ed26f68334667fd88d6dc85d0a15dba5be2e /changelog | |
parent | 03a70c5519c75abd4e09509434ba11d39aad1a2f (diff) | |
parent | f6ae74eb0e94facb9fea8002ea86b5af1f6e593e (diff) |
Merge branch 'master' into followname
Conflicts:
inotail.c
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,9 +3,11 @@ inotail 0.6 * Correctly handle tailing from pipes * Do not try to seek on pipes when following (thanks Alexander Sulfrian) * Handle file truncation in follow mode + * Use sys/inotify.h instead of private copy of the inotify header (patch by + Adrian Bunk) * Various small fixes - -- Tobias Klauser <tklauser@distanz.ch> 2008-08-31 21:15 + -- Tobias Klauser <tklauser@distanz.ch> 2008-09-23 09:46 inotail 0.5 |