diff --git a/.gitignore b/.gitignore index 6df0c0c..00abff3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /stalld-1.15.tar.bz2 +/stalld-1.16.tar.bz2 diff --git a/sources b/sources index 86bb5f7..6ac065f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.15.tar.bz2) = d56af6670f33a482d555579ef677a52279e5d8c8ad068266ca652f81124ae4fa2c52ce74c2974eb61c3e7ccba44c9c1f9cb5da2dc2d914253e55de1cd6ba58d7 +SHA512 (stalld-1.16.tar.bz2) = fb275896b960b1b44cbdafb64a9317b6b66943da8241d7f6bb5785bf0d6aa54adeab90fadc18f279c51cf77f5f62d8dac6bf7ab518c2a60e953c8983897e468d diff --git a/stalld.spec b/stalld.spec index 3c45f29..c1522f0 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,5 +1,5 @@ Name: stalld -Version: 1.15 +Version: 1.16 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 +* Thu Mar 31 2022 Fernando Pacheco - 1.16-1 +- stald/utils: Space, lines and voids clenaups +- stalld: Add an option to easily set stalld as SCHED_DEADLINE +- stalld: Comments cleanup +- src/utils: Comments cleanup +- src/throttling: Comments cleanup +- src/stalld.h Comments cleanup + Resolves: rhbz#2068549 + * 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