File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ endif()
23
23
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
24
24
25
25
## increment if the interface has additions, changes, removals.
26
- set (LT_CURRENT 30 )
26
+ set (LT_CURRENT 31 )
27
27
28
28
## increment any time the source changes; set 0 to if you increment CURRENT
29
- set (LT_REVISION 1 )
29
+ set (LT_REVISION 0 )
30
30
31
31
## increment if any interfaces have been added; set to 0
32
32
## if any interfaces have been changed or removed. removal has
33
33
## precedence over adding, so set to 0 if both happened.
34
- set (LT_AGE 5 )
34
+ set (LT_AGE 6 )
35
35
36
36
math (EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE} " )
37
37
Original file line number Diff line number Diff line change
1
+ openscap-1.3.8 21-06-2023
2
+ - New features
3
+ - The boot-time remediation service for systemd's Offline Update mode is now disabled by default
4
+ - Add offline capabilities to the shadow OVAL probe
5
+ - Add offline capabilities to the sysctl OVAL probe
6
+ - Add 'auristorfs' to list of network fileystems
7
+ - Add new experimental linux-bound fwupdsecattr probe for system firmware security attributes (fwupd-based)
8
+ - Maintenance, bug fix
9
+ - Use ListUnitFiles D-Bus method to fetch all units in systemd OVAL probe
10
+ - Fix minor resource leaks
11
+
1
12
openscap-1.3.7 26-01-2023
2
13
- Maintenance, bug fix
3
14
- Fix error when processing OVAL filters (rhbz#2126882, rhbz#2126883)
You can’t perform that action at this time.
0 commit comments