From 60663d4e347ca6a114294b3dfd60d5f8539db1f6 Mon Sep 17 00:00:00 2001 From: Philip Knirsch Date: Wed, 25 Feb 2009 11:47:42 +0100 Subject: - Updated changelog --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab81426..edfe400 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +commit ca552606191920c1f6d02c28b80273d2e9d4349a +Author: Philip Knirsch +Date: Wed Feb 25 11:45:48 2009 +0100 + + - Added complete cleanup code in case of tuned exiting and/or + getting a SIGTERM to restore default values + - Made the disk tuning pluging less nosy if started as non-daemon + - Fixed missing self. in the tuned.py config handling + +commit 1fa57228447abc46d58bcc377ab373c026ccd008 +Author: Philip Knirsch +Date: Wed Feb 25 11:28:06 2009 +0100 + + - Add init() methods to each plugin + - Call plugin init() methods during tuned's init() + - Add support for command line parameters + o -c conffile|--config==conffile to specify the location of the config file + o -d to start tuned as a daemon (instead of as normal app) + - Readded the debug output in case tuned isn't started as as daemon + - Fixed initialization of max transfer values for net tuning plugin + +commit e393e728bcffd730401780a8fb3d077d952fed78 +Author: Philip Knirsch +Date: Tue Feb 24 13:19:07 2009 +0100 + + - Last few rpmlint fixes to specfile + commit b47b4e70891d4283111f2fd03a739bd100d0c8b6 Author: Philip Knirsch Date: Tue Feb 24 12:14:04 2009 +0100 -- cgit