version bump to 1.19.8

Signed-off-by: Clark Williams <williams@redhat.com>
This commit is contained in:
Clark Williams 2025-02-12 07:11:38 -06:00
parent d94d831860
commit 56ff7ea2c8
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/stalld-1.19.3.tar.bz2
/stalld-1.19.5.tar.bz2
/stalld-1.19.6.tar.bz2
/stalld-1.19.8.tar.bz2

View File

@ -1 +1 @@
SHA512 (stalld-1.19.6.tar.bz2) = 1a4e4999776b3df553c334fb9b11a459d6855790077eaaa295ca42228861c1699da55b3d9680d95832ed74969f276d1ad21d2e774797adbba728c732b15ac2bd
SHA512 (stalld-1.19.8.tar.bz2) = d862cac2d3ca57d1fc186366075af588387c1ec0cc9ad48a33b6718803e2c6aff92e4caa6b351229dfbbf18fef9e901783e125f41a537ad89a6a5524bbcd85e3

View File

@ -1,6 +1,6 @@
Name: stalld
Version: 1.19.6
Release: 2%{?dist}
Version: 1.19.8
Release: 1%{?dist}
Summary: Daemon that finds starving tasks and gives them a temporary boost
License: GPL-2.0-or-later AND GPL-2.0-only
@ -61,6 +61,15 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Wed Feb 12 2025 Clark Williams <williams@redhat.com> - 1.19.8-1
- version bump
- Fix building with glibc 2.41
- throttlectl: clean up throttling script due to reported CVE-2024-54159
- Makefile: change modes on throttled and stalld
- stalld.c: use a more reasonable size for reading /proc/stat
Resolves: RHEL-69567
Resolves: RHEL-40146
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.19.6-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018