1
0
Fork 0

changelog, new version

This commit is contained in:
Jan Vcelak 2010-06-04 14:01:52 +02:00
parent 00e2281db3
commit ccabfd8cd6
2 changed files with 41 additions and 1 deletions

View file

@ -1,3 +1,39 @@
commit 00e2281db3a47ce158cefa44cbccb73e910135db
Author: Jan Vcelak <jvcelak@redhat.com>
Date: Tue Jun 1 19:03:04 2010 +0200
bash completion for tuned and tuned-adm
commit 0483497c7f832e304e606f2c87afafd4c282f9f7
Author: Jan Vcelak <jvcelak@redhat.com>
Date: Tue Jun 1 17:58:19 2010 +0200
tuned-adm: removed '-p' option
commit 3b370c5c2e169a14f2189c9a0a42653285cf945e
Author: Jan Vcelak <jvcelak@redhat.com>
Date: Tue Jun 1 10:18:47 2010 +0200
tuned_adm: fixed active profile displaying
commit 7e9001fdb2720e02494656518e5481fe966ceba4
Author: Jan Vcelak <jvcelak@redhat.com>
Date: Tue Jun 1 10:12:15 2010 +0200
tuned: fixed error message when invalid arguments
commit 4a4023fc19a1becc69fc62bc742cc47c18beb7c2
Author: Jan Vcelak <jvcelak@redhat.com>
Date: Mon May 31 14:15:14 2010 +0200
tuned_adm: profile validity check and code cleanup
commit 0a746648dfabdef61ce94d571ca429fdcfd9d3a8
Author: Jan Vcelak <jvcelak@redhat.com>
Date: Tue May 4 15:30:27 2010 +0200
changelog, new version
commit eb141446432d96f84e223b8e752965bbb36fb44b
Author: Jan Vcelak <jvcelak@redhat.com>
Date: Tue May 4 14:15:29 2010 +0200

View file

@ -1,6 +1,6 @@
Summary: A dynamic adaptive system tuning daemon
Name: tuned
Version: 0.2.13
Version: 0.2.14
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
@ -104,6 +104,10 @@ fi
%changelog
* Fri Jun 04 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.14-1
- bash completion support
- tuned-adm: profile validity check
* Tue May 04 2010 Jan Vcelak <jvcelak@redhat.com> 0.2.13-1
- Fixed 588736 - tuned should not apply /etc/sysctl.ktune settings (Jan Vcelak)
- Fixed 577971 - error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key (Thomas Woerner)