diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-01-18 19:57:48 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-01-18 19:57:48 +0100 |
commit | cd5f79090c385c9467723161dff900c98a004e25 (patch) | |
tree | 3c254fc057eaef5b290a13ccaf95daf8b3f2ec56 /changelog | |
parent | 0a02ab4945c5cf65e305319e2c1ea49d4dbe3a97 (diff) | |
parent | 5a3a08a2a200f3a5ef44fab59a54445d97a8f6d9 (diff) |
Merge branch 'master' of git+ssh://git.distanz.ch/home/tklauser/scm/inotail
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 |