update to 0.2.17

- added 'enterprise-storage' profile
- added support for architecture-specific configuration files
- special sysctl setting for s390x arch in 'throughtput-performance'
  profile
- apply I/O scheduler setting to device mapper devices
- workaround for hal-disable-polling bug
- fixed problem with network cards that provide unparsable supported
  network modes (#620686)
This commit is contained in:
Jan Vcelak 2010-10-06 14:33:21 +02:00
parent eba902da92
commit 0ef33bce4f
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
tuned-0.2.15.tar.bz2
/tuned-0.2.17.tar.bz2

View File

@ -1 +1 @@
9315652263504083bde83a4b23b13108 tuned-0.2.15.tar.bz2
282340f82835ce587457777758769301 tuned-0.2.17.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A dynamic adaptive system tuning daemon
Name: tuned
Version: 0.2.15
Release: 2%{?dist}
Version: 0.2.17
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
# The source for this package was pulled from upstream git. Use the
@ -107,6 +107,14 @@ fi
%changelog
* Wed Oct 06 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.17-1
- added 'enterprise-storage' profile
- added support for architecture-specific configuration files
- special sysctl setting for s390x arch in 'throughtput-performance' profile
- apply I/O scheduler setting to device mapper devices
- workaround for hal-disable-polling bug
- fixed problem with network cards that provide unparsable supported network modes (#620686)
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.2.15-2
- recompiling .py files against Python 2.7 (rhbz#623413)