Update to version 1.15

Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
This commit is contained in:
Fernando Pacheco 2021-11-16 08:56:31 -08:00
parent 22bb6d4b47
commit 63fa7fabd7
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/stalld-1.11.tar.xz
/stalld-1.13.tar.bz2
/stalld-1.14.1.tar.bz2
/stalld-1.15.tar.bz2

View File

@ -1 +1 @@
SHA512 (stalld-1.14.1.tar.bz2) = 410c0f2cee118569ca21f6d972337cfa6223bded41352d68546eec8c5a2caa2a51dc96d1a80a5e1c60968a05747b1719159a82c8c5049154e9883b2c49968ebe
SHA512 (stalld-1.15.tar.bz2) = d56af6670f33a482d555579ef677a52279e5d8c8ad068266ca652f81124ae4fa2c52ce74c2974eb61c3e7ccba44c9c1f9cb5da2dc2d914253e55de1cd6ba58d7

View File

@ -1,5 +1,5 @@
Name: stalld
Version: 1.14.1
Version: 1.15
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
@ -51,6 +51,15 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Mon Nov 15 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.15-1
- stalld: Fix incorrect open() return value checks
- stalld: Pass errno to strerror() on sig*set() failures
- throttling: Always null terminate sched_rt_runtime_us output
- stalld: Remove unreachable statement in detect_task_format()
- tests: Fix uninitialized value action.sa_mask
- utils: Bail if malloc() returns null in parse_cpu_list()
- stalld: Use correct format specifier for long types
* Mon Jul 19 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.14.1-1
- stalld: Coding style cleanup
- stalld: spaces in place of <TAB>