diff --git a/keentuned-1.0.0.tar.gz b/keentuned-1.0.0.tar.gz deleted file mode 100644 index 33720cf8d85ef8ebf009fe008a6a5f3ad894abe7..0000000000000000000000000000000000000000 Binary files a/keentuned-1.0.0.tar.gz and /dev/null differ diff --git a/keentuned-1.0.1.tar.gz b/keentuned-1.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..50837a1d35b73d1e4e86fcaa5715d526c75f4b55 Binary files /dev/null and b/keentuned-1.0.1.tar.gz differ diff --git a/keentuned.spec b/keentuned.spec index 36e33aced8281c1a9296bd825b4d4d4daebedcc4..3d2a3bfe3f50186c307378b78ca5130d97daf103 100644 --- a/keentuned.spec +++ b/keentuned.spec @@ -1,12 +1,12 @@ %define debug_package %{nil} -%define anolis_release 5 +%define anolis_release 1 # # spec file for package golang-keentuned # Name: keentuned -Version: 1.0.0 +Version: 1.0.1 Release: %{?anolis_release}%{?dist} Url: https://gitee.com/anolis/keentuned Summary: KeenTune tuning tools @@ -67,6 +67,15 @@ systemctl daemon-reload %{_prefix}/lib/systemd/system/keentuned.service %changelog +* Wed Jan 01 2022 Runzhe Wang <15501019889@126.com> - 1.0.1-1 +- Verify input arguments of command 'param tune' +- Supporting of multiple target tuning +- Fix bug which cause keentune hanging after command 'param stop' +- Add verification of conflicting commands such as 'param dump', 'param delete' when a tuning job is runing. +- Remove version limitation of tornado +- Refactor sysctl domain to improve stability of parameter setting +- Fix some user experience issues + * Wed Dec 15 2021 Runzhe Wang <15501019889@126.com> - 1.0.0-5 - fix bug: can not running in alinux2 and centos7 - change modify codeup address to gitee