Skip to content

Commit 5ffe691

Browse files
committed
release needrestart 3.10
1 parent b808320 commit 5ffe691

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
needrestart 3.10
2+
3+
* Changes:
4+
- [core] add override for systemd-nspawn (Debian Bug #1101553)
5+
(Debian Bug#1101553 by Raphaël Halimi <raphael.halimi@gmail.com>)
6+
- [core] add another pattern to ignore java native access
7+
(github issue #267 by @rdemongeot)
8+
9+
* Fixes:
10+
- [core] unbreak systemd-user w/ dash
11+
(Debian Bug#1101551 by Raphaël Halimi <raphael.halimi@gmail.com>)
12+
(github pull request #338 by Ivan Shapovalov @intelfx)
13+
- [metrics] fix undefined values warning if no expected ucode version
14+
is available
15+
16+
-- Thomas Liske <thomas@fiasko-nw.net> Sun, 06 Apr 2025 12:52:14 +0200
17+
118
needrestart 3.9
219

320
* Features:

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.9';
86+
our $VERSION = '3.10';
8787
my $LOGPREF = '[Core]';
8888

8989
my %UIs;

0 commit comments

Comments
 (0)