version 1.11

This commit is contained in:
Clark Williams 2021-05-13 20:38:32 -05:00
parent 12bd3adfd5
commit d2e48d71c0
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/stalld-1.8.tar.xz
/stalld-1.9.tar.xz
/stalld-1.10.tar.xz
/stalld-1.11.tar.xz

View File

@ -1 +1 @@
SHA512 (stalld-1.10.tar.xz) = d5078c552a2cc1082cdb57810343c0f0590817d1773e303d0342f66e56ac4d74be00d8d169e6e702c44b238206b5508952ec424f12dbdbf222e4f818d36f88a7
SHA512 (stalld-1.11.tar.xz) = e7ebbadff29a4ba907b4440aa59d345b018bd0c37fc9361346485d7e60958b3ef41bc6f0cb6c0b69a92120a0630d98934d4f424a5708f96d0b0e94e1833ccd27

View File

@ -1,5 +1,5 @@
Name: stalld
Version: 1.10
Version: 1.11
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
@ -51,14 +51,18 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Thu May 13 2021 Clark Williams <williams@redhat.com> - 1.11-1
- redhat/stalld.spec: pick up gating test version for changelog
- utils.c: set daemon umask to restrict global write/execute (1934586)
- hardening fixes from coverity scan (1934590)
* Tue Apr 27 2021 Clark Williams <williams@redhat.com> - 1.10-1
- utils: Fix bounds check on cpu and end_cpu variables
- stalld: Support denylisting of tasks in stalld
- src/utils: use right argument for warning printf
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9-2
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
* Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-2
- update to pick up latest gating test
* Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-1
- Set starvation threshold default to 30 seconds