From 9716141f64d5f17c13b9907fa9bec440f4947cc5 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Tue, 21 Jun 2011 14:00:55 +0200 Subject: [PATCH] update to release 0.2.21 - fix: crash when ethtool advertised modes in unknown format (#689715) - fix: check if ELEVATOR_KTUNE_DEVS is set - typo fix: scomes, pooling -> polling - fix: handle exceptions when determining type of network device (#707079) - remove hal-disable-polling as HAL is being removed from Fedora (#710920) - fix: add LSB headers to ktune initscript not to cause deadlock in systemd (#690177) - fix: incorrect handling of stdin/stdout/stderr during daemon creation (#695480) --- .gitignore | 2 +- sources | 2 +- tuned.spec | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5c95db5..0966bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/tuned-0.2.20.tar.bz2 +/tuned-0.2.21.tar.bz2 diff --git a/sources b/sources index 7ef4496..d553d79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c2f2aff91dea0aaebe3cb3cbb1c23b0 tuned-0.2.20.tar.bz2 +7f3bbae68097f80906d1ee204a52ee24 tuned-0.2.21.tar.bz2 diff --git a/tuned.spec b/tuned.spec index ca51273..142941c 100644 --- a/tuned.spec +++ b/tuned.spec @@ -2,7 +2,7 @@ Summary: A dynamic adaptive system tuning daemon Name: tuned -Version: 0.2.20 +Version: 0.2.21 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -122,6 +122,15 @@ fi %changelog +* Tue Jun 21 2011 Jan Vcelak 0.2.21-1 +- fix: crash when ethtool advertised modes in unknown format (#689715) +- fix: check if ELEVATOR_KTUNE_DEVS is set +- typo fix: scomes, pooling -> polling +- fix: handle exceptions when determining type of network device (#707079) +- remove hal-disable-polling as HAL is being removed from Fedora (#710920) +- fix: add LSB headers to ktune initscript not to cause deadlock in systemd (#690177) +- fix: incorrect handling of stdin/stdout/stderr during daemon creation (#695480) + * Fri Mar 18 2011 Jan Vcelak 0.2.20-1 - new manual pages: diskdevstat, netdevstat, scomes, and varnetload - updated obsolete parts in the other manual pages