diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | changelog | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -4,7 +4,7 @@ # # Licensed under the terms of the GNU General Public License; version 2 or later. -VERSION = 0.6-pre0 +VERSION = 0.6 # Paths prefix = /usr/local @@ -1,3 +1,12 @@ +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 + * Various small fixes + + -- Tobias Klauser <tklauser@distanz.ch> 2008-08-31 21:15 + inotail 0.5 * Output verbose file headers correctly when used in a pipe |