diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-09-15 19:15:12 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-09-15 19:15:12 +0200 |
commit | 2448f8eca1b840e57d89f8ab5dd72332a3b4bf86 (patch) | |
tree | 950835d42030411e4a2365a797481ae16cd03995 | |
parent | 1f317953f47153b47c0dc16dab42f339c858409a (diff) | |
parent | a9b1b5e00a2df2081cf604977954f2db16db928b (diff) |
Merge branch 'master' into pipe
-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 |