Skip to content

Commit e9b2a41

Browse files
committed
openscap-1.4.2
1 parent 4d1f11a commit e9b2a41

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Dirk Müller <[email protected]>
1818
Dmitry Teselkin <[email protected]>
1919
DominiqueDevinci <[email protected]>
2020
Ed Sealing <[email protected]>
21+
Edgar Aguilar <[email protected]>
2122
Evgeni Golov <[email protected]>
2223
Evgeny Kolesnikov <[email protected]>
2324
Felix Wolfsteller <[email protected]>
@@ -29,6 +30,7 @@ Gary Gapinski <[email protected]>
2930
Gautam Satish <[email protected]>
3031
Greg Elin <[email protected]>
3132
Hideki Yamane <[email protected]>
33+
Hugo Beauzée-Luyssen <[email protected]>
3234
Ilya Okomin <[email protected]>
3335
Jacob Varughese <[email protected]>
3436
Jakub Jelen <[email protected]>

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626
set(LT_CURRENT 33)
2727

2828
## increment any time the source changes; set 0 to if you increment CURRENT
29-
set(LT_REVISION 1)
29+
set(LT_REVISION 2)
3030

3131
## increment if any interfaces have been added; set to 0
3232
## if any interfaces have been changed or removed. removal has

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
openscap-1.4.2 06-04-2025
2+
- Maintenance, bug fix
3+
- Fix thread synchronization bugs
4+
- Fix textfilecontent54_probe behaviour for negative instance numbers
5+
- Fix signature obtaining in rpm_info probe
6+
17
openscap-1.4.1 2025-01-08
28
- New features
39
- Introduce "oscap-im" - script that can be used in Containerfiles to build

0 commit comments

Comments
 (0)