diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-09-07 13:33:06 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-09-07 13:33:06 +0200 |
commit | a9b1b5e00a2df2081cf604977954f2db16db928b (patch) | |
tree | 365a0447a3e194d981130784889cd9f3ea2ad900 | |
parent | fb63f7543d0e5a79bcd9cc1b4650360267314703 (diff) |
Release inotail 0.5v0.5
-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 |