File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 58
58
</ style >
59
59
< style type ="text/css "> code {white-space : pre;}</ style >
60
60
< style type ="text/css ">
61
+ html { -webkit-text-size-adjust : 100% ; }
61
62
pre > code .sourceCode { white-space : pre; position : relative; }
62
- pre > code .sourceCode > span { line-height : 1.25 ; }
63
+ pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
63
64
pre > code .sourceCode > span : empty { height : 1.2em ; }
64
65
.sourceCode { overflow : visible; }
65
66
code .sourceCode > span { color : inherit; text-decoration : inherit; }
70
71
}
71
72
@media print {
72
73
pre > code .sourceCode { white-space : pre-wrap; }
73
- pre > code .sourceCode > span { display : inline-block; text-indent : -5em ; padding-left : 5em ; }
74
+ pre > code .sourceCode > span { text-indent : -5em ; padding-left : 5em ; }
74
75
}
75
76
pre .numberSource code
76
77
{ counter-reset : source-line 0 ; }
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 1.18.13] - 2025-03-06
5
+ --------------------
6
+
7
+ ### Bug Fixes
8
+
9
+ - fix: there is no kmod-kvdo on EL10 and later (#514 )
10
+
11
+ ### Other Changes
12
+
13
+ - ci: Check spelling with codespell (#511 )
14
+ - ci: Bump Ubuntu version for Python unit tests (#512 )
15
+ - ci: Add test plan that runs CI tests and customize it for each role (#513 )
16
+
4
17
[ 1.18.12] - 2025-02-02
5
18
--------------------
6
19
You can’t perform that action at this time.
0 commit comments