Skip to content

Commit 6d7a76b

Browse files
committed
release ifstate 3.11
1 parent c8a7174 commit 6d7a76b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
needrestart 3.10
216

317
* Changes:

perl/lib/NeedRestart.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ our %EXPORT_TAGS = (
8383
)],
8484
);
8585

86-
our $VERSION = '3.10';
86+
our $VERSION = '3.11';
8787
my $LOGPREF = '[Core]';
8888

8989
my %UIs;

0 commit comments

Comments
 (0)