diff --git a/.gitignore b/.gitignore index 9b6e4de..fe595fb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index cacd8d7..86bb5f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.14.1.tar.bz2) = 410c0f2cee118569ca21f6d972337cfa6223bded41352d68546eec8c5a2caa2a51dc96d1a80a5e1c60968a05747b1719159a82c8c5049154e9883b2c49968ebe +SHA512 (stalld-1.15.tar.bz2) = d56af6670f33a482d555579ef677a52279e5d8c8ad068266ca652f81124ae4fa2c52ce74c2974eb61c3e7ccba44c9c1f9cb5da2dc2d914253e55de1cd6ba58d7 diff --git a/stalld.spec b/stalld.spec index dadf35b..b2516ef 100644 --- a/stalld.spec +++ b/stalld.spec @@ -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 - 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 - 1.14.1-1 - stalld: Coding style cleanup - stalld: spaces in place of