File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Carlos Matos <matosc15@gmail.com>
1212Charles Bushong <bushong1@gmail.com>
1313Chris Lundquist <rampantdurandal@gmail.com>
1414Dan Kopeček <dkopecek@redhat.com>
15+ darukutsu <darupeter@pm.me>
1516David du Colombier <djc@datadoghq.com>
1617David Niemoller <David.Niemoller@g2-inc.com>
1718De Huo <De.Huo@windriver.com>
@@ -82,6 +83,7 @@ Prasanth R <prasanth.r@timesys.com>
8283Quey-Liang Kao <s101062801@m101.nthu.edu.tw>
8384Radzy Radzykewycz <radzy@windriver.com>
8485Raphael Sanchez Prudencio <rsprudencio@redhat.com>
86+ Raul Leite <sp4wn.root@gmail.com>
8587Reggie Adkins <reggieadkins@gmail.com>
8688Richard W.M. Jones <rjones@redhat.com>
8789Riley C. Porter <Riley.Porter@g2-inc.com>
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ endif()
2323# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
2424
2525## increment if the interface has additions, changes, removals.
26- set (LT_CURRENT 33 )
26+ set (LT_CURRENT 34 )
2727
2828## increment any time the source changes; set 0 to if you increment CURRENT
2929set (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
3333## precedence over adding, so set to 0 if both happened.
34- set (LT_AGE 0 )
34+ set (LT_AGE 1 )
3535
3636math (EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE} " )
3737
Original file line number Diff line number Diff line change 1+ openscap-1.4.3 23-11-2025
2+ - New features
3+ - Show rule details in output
4+ - Maintenance, bug fix
5+ - Fix inverted fields in HTML report
6+ - Add new STIG URL - 1.4
7+ - Bump OVAL_SUPPORTED to 5.11.3
8+ - Handle virtual packages in dpkginfo probe
9+ - Inherit environment for scanning and remediating in `oscap-im` wrapper
10+ - Fix the way we check rpm library version in CMake
11+ - Explicitly allow xmlsec1 to load key data from KeyValue
12+ - Fix double-free in xccdf_policy_remediate.c
13+ - Fix `unterminated-string-initialization` errors
14+ - Inherit OpenSCAP environment when executing Bash remediations with `--remediate` option
15+ - Fix verbose command line option
16+
117openscap-1.4.2 06-04-2025
218- Maintenance, bug fix
319 - Fix thread synchronization bugs
You can’t perform that action at this time.
0 commit comments