Accepting request 203443 from home:sumski:hazard:to:your:stereo

Update to version 2.2.2 (built successfully, as i cheated, and built rpmlint in my branch)

OBS-URL: https://build.opensuse.org/request/show/203443
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=13
This commit is contained in:
2013-10-16 08:03:04 +00:00
committed by Git OBS Bridge
parent b0deb9a8bf
commit a4b19407cf
4 changed files with 44 additions and 10 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Oct 15 22:47:34 UTC 2013 - hrvoje.senjan@gmail.com
- Update to version 2.2.2:
* cpu plugin: fixed cpupower workaround
* cpu plugin: fixed crash if cpupower is installed
- Changes since 2.2.1:
* audio plugin: fixed error handling in _get_timeout
* removed cpupower dependency, added sysfs fallback
* powertop2tuned: fixed parser crash on binary garbage
* cpu plugin: dropped multicore_powersave as kernel upstream
already did
* plugins: options manipulated by dynamic tuning are now
correctly saved and restored
* powertop2tuned: added alias -e for --enable option
* powertop2tuned: new option -m, --merge-profile to select
profile to merge
* prefer transparent_hugepage over redhat_transparent_hugepage
* recommend: use recommend.conf not autodetect.conf
* tuned.service: switched to dbus type service
* tuned: new option --pid, -P to write PID file
* tuned, tuned-adm: added new option --version, -v to show version
* disk plugin: use APM value 254 for cleanup / APM disable
instead of 255
* tuned: new option --log, -l to select log file
* powertop2tuned: avoid circular deps in include
(one level check only)
* powertop2tuned: do not crash if powertop is not installed
* net plugin: added support for wake_on_lan static tuning
* loader: fixed error handling
- Require dbus-1-python instead of dbus-python, so the package is
made installable
-------------------------------------------------------------------
Fri Feb 8 11:47:58 UTC 2013 - p.drouand@gmail.com