Skip to content

Commit 1e5d783

Browse files
committed
Merge remote-tracking branch 'upstream' into codex/macos-portability-ctest
2 parents 91c8ace + 4ac56ce commit 1e5d783

2 files changed

Lines changed: 24 additions & 9 deletions

File tree

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 34)
2727

2828
## increment any time the source changes; set 0 to if you increment CURRENT
29-
set(LT_REVISION 2)
29+
set(LT_REVISION 3)
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: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
openscap-1.4.4 03-04-2026
2+
- New features
3+
- List rules and variables in a profile by "oscap info"
4+
- Maintenance, bug fix
5+
- Add null check for ns_uri in cpe_dict_detect_version_priv
6+
- Fix autotailor json bugs
7+
- Use stable _init_completion API in bash completion
8+
- Add PanFS to the list of remote filesystems
9+
- Move to localtime_r
10+
- Fix Non-constant format string issues
11+
- Fix schema ordering when adding tailoring to ARF files
12+
- Fix null ptr deref in xccdf_benchmark_parse
13+
- Fix name space nulls in OVAL
14+
- Fix segfault in error handling for cpe_item_parse
15+
- Always check the current lists before inserting on blueprints
116
openscap-1.4.3 23-11-2025
217
- New features
318
- Show rule details in output
@@ -1099,7 +1114,7 @@ openscap-0.6.3 14-09-2010
10991114
- optimizing memory consumption
11001115
- proper result for unsupported OVAL objects
11011116
- many improvements in XSLT transformations
1102-
- supporting OVAL incomplete objects
1117+
- supporting OVAL incomplete objects
11031118
- fixes in directories traversal (findfiles)
11041119
- python API improvements
11051120
- Fedora SCAP content improvements
@@ -1128,7 +1143,7 @@ openscap-0.6.0 14-07-2010
11281143
openscap-0.5.12 30-06-2010
11291144
- OVAL high level API
11301145
- OVAL split system querying and evaluation
1131-
- OVAL variables rebind functionality
1146+
- OVAL variables rebind functionality
11321147
- XCCDF_POLICY - OVAL integration
11331148
- XCCDF_POLICY - scanner implementation
11341149
- XCCDF - implementation resolve(),
@@ -1188,7 +1203,7 @@ openscap-0.5.8 24-03-2010
11881203
openscap-0.5.7 21-02-2010
11891204
- Debian dpkginfo probe is available now
11901205
- RHEL5 support
1191-
- new command line tool - OVAL scanner
1206+
- new command line tool - OVAL scanner
11921207
- Fedora 12 OVAL content available
11931208
- documentation is heavy updated (with class diagrams)
11941209
- new tests in make check
@@ -1200,7 +1215,7 @@ openscap-0.5.6 04-01-2010
12001215
- OVAL doxygen documentation is available
12011216
- migration to new checking mechanism is completed
12021217
- new logging and error propagating mechanism
1203-
- many many bugfixes + defensive code
1218+
- many many bugfixes + defensive code
12041219

12051220
openscap-0.5.5 12-11-2009
12061221
- many fixes in OVAL
@@ -1213,26 +1228,26 @@ openscap-0.5.4 23-10-2009
12131228
- new CPE model
12141229
- evaluation of set objects and system characteristic output
12151230
- bindings clean up
1216-
- probes tune up, memory leaks fixes
1231+
- probes tune up, memory leaks fixes
12171232

12181233
openscap-0.5.3 29-09-2009
12191234
- OVAL results part is code complete
12201235
- improved memory management of definition and system characteristic model (OVAL)
12211236
- improved memory management of S-expressions
12221237
- new probe API
1223-
- refactoring
1238+
- refactoring
12241239

12251240
openscap-0.5.2 19-08-2009
12261241
- new family probe
12271242
- simple objects in OVAL content can be processed
12281243
- initial implementation of conversion of S-Expressions to System Characteristic
1229-
- bugfixes
1244+
- bugfixes
12301245

12311246
openscap-0.5.1 03-08-2009
12321247
- all code except oval is after refactoring
12331248
- populating of system-characteristics model from xml is available
12341249
- implementation of probes: rpminfo, runlevel, textfilecontent54,xmlfilecontent is done
1235-
- perl and python bindings are up2date
1250+
- perl and python bindings are up2date
12361251

12371252
openscap-0.3.2 24-04-2009
12381253
- perl bindings are available

0 commit comments

Comments
 (0)