diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | changelog | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -4,7 +4,7 @@ # # Licensed under the terms of the GNU General Public License; version 2 or later. -VERSION = 0.4 +VERSION = 0.5 # Paths prefix = /usr/local @@ -1,3 +1,10 @@ +inotail 0.5 + + * Output verbose file headers correctly when used in a pipe + * Small code cleanups + + -- Tobias Klauser <tklauser@distanz.ch> 2007-09-07 13:30 + inotail 0.4 * Use dynamic buffers of optimal size (st_blksize in struct stat) for |