Skip to content

Commit 7ec5cd1

Browse files
committed
Cut new release
Signed-off-by: Jan Friesse <[email protected]>
1 parent fa5d3a6 commit 7ec5cd1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
66
BINDIR ?= $(PREFIX)/bin
77
MANDIR ?= $(PREFIX)/share/man
88
INSTALL_PROGRAM ?= install
9-
VERSION = 20201112
9+
VERSION = 20210326
1010

1111
ifeq ($(or $(WITH_VMGUESTLIB), $(shell pkg-config --exists vmguestlib && echo "1" || echo "0")), 1)
1212
VMGUESTLIB_CFLAGS += $(shell pkg-config vmguestlib --cflags) -DHAVE_VMGUESTLIB

spausedd.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\"
2-
.\" Copyright (c) 2018-2020, Red Hat, Inc.
2+
.\" Copyright (c) 2018-2021, Red Hat, Inc.
33
.\"
44
.\" Permission to use, copy, modify, and/or distribute this software for any
55
.\" purpose with or without fee is hereby granted, provided that the above

spausedd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020, Red Hat, Inc.
2+
* Copyright (c) 2018-2021, Red Hat, Inc.
33
*
44
* Permission to use, copy, modify, and/or distribute this software for any
55
* purpose with or without fee is hereby granted, provided that the above

spausedd.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: spausedd
55
Summary: Utility to detect and log scheduler pause
6-
Version: 20201112
6+
Version: 20210326
77
Release: 1%{?dist}
88
License: ISC
99
URL: https://github.com/jfriesse/spausedd
@@ -95,6 +95,10 @@ fi
9595
%endif
9696

9797
%changelog
98+
* Fri Mar 26 2021 Jan Friesse <[email protected]> - 20210326-1
99+
- Fix possible memory leak
100+
- Check memlock rlimit
101+
98102
* Thu Nov 12 2020 Jan Friesse <[email protected]> - 20201112-1
99103
- Add ability to move process into root cgroup
100104

0 commit comments

Comments
 (0)