File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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+
118needrestart 3.9
219
320 * Features:
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ our %EXPORT_TAGS = (
8383 ) ],
8484);
8585
86- our $VERSION = ' 3.9 ' ;
86+ our $VERSION = ' 3.10 ' ;
8787my $LOGPREF = ' [Core]' ;
8888
8989my %UIs ;
You can’t perform that action at this time.
0 commit comments