We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a7174 commit 6d7a76bCopy full SHA for 6d7a76b
ChangeLog
@@ -1,3 +1,17 @@
1
+needrestart 3.11
2
+
3
+ * Changes:
4
+ - [CONT] allow to ignore containers by name
5
+ (github issue #260 by Arnaud Rebillout @elboulangero)
6
+ - [Kernel] allow glob customization for find kernel image files
7
+ (github issue #297 by @tblancher)
8
9
+ * Fixes:
10
+ - [core] fix warnings if no cgroup could be determined
11
+ (github issue #339 by Aristarkh Zagorodnikov @onyxmaster)
12
13
+ -- Thomas Liske <thomas@fiasko-nw.net> Sun, 13 Apr 2025 21:07:19 +0200
14
15
needrestart 3.10
16
17
* Changes:
perl/lib/NeedRestart.pm
@@ -83,7 +83,7 @@ our %EXPORT_TAGS = (
83
)],
84
);
85
86
-our $VERSION = '3.10';
+our $VERSION = '3.11';
87
my $LOGPREF = '[Core]';
88
89
my %UIs;
0 commit comments