summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog b/changelog
index f25cc5e..83696c2 100644
--- a/changelog
+++ b/changelog
@@ -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
vate-remove&id=fc943f67773487bb85131273f39b5f183caafe95'>net/rxrpc/call_event.c parent0d4b103c008ac9f6f438d2618c155f6e868e5a67 (diff)
rxrpc: Reduce the number of PING ACKs sent
We don't want to send a PING ACK for every new incoming call as that just adds to the network traffic. Instead, we send a PING ACK to the first three that we receive and then once per second thereafter. This could probably be made adjustable in future. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/call_event.c')