diff --git a/.gitignore b/.gitignore index fe595fb..fa5ac84 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /stalld-1.13.tar.bz2 /stalld-1.14.1.tar.bz2 /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 f1229bf..a50f31b 100644 --- a/stalld.spec +++ b/stalld.spec @@ -1,6 +1,6 @@ Name: stalld -Version: 1.15 -Release: 2%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 @@ -51,6 +51,14 @@ 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 + * Sat Jan 22 2022 Fedora Release Engineering - 1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild