Skip to content

Commit 6d00861

Browse files
committed
openscap-1.3.10
1 parent 0e7f654 commit 6d00861

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 31)
26+
set(LT_CURRENT 32)
2727

2828
## increment any time the source changes; set 0 to if you increment CURRENT
29-
set(LT_REVISION 1)
29+
set(LT_REVISION 0)
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 6)
34+
set(LT_AGE 7)
3535

3636
math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}")
3737

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
openscap-1.3.10 18-03-2024
2+
- New features
3+
- Dump all env. variables that affects the behaviour on INFO log level
4+
- Support Blueprint services customization for masking
5+
- Fix Blueprint template to be self-contained
6+
- Add a refine-rule tailoring ability to autotailor
7+
- Introduce JSON tailoring import option for autotailor
8+
- Select rules based on reference
9+
- Skip certain paths from scanning (controlled via env. variable)
10+
- Introduce a limit of collected items (controlled via env. variable)
11+
- Maintenance, bug fix
12+
- Fix partition probe for PCRE2
13+
- Fix NSS crypto backend
14+
- Wrap Bash snippets in a subshell when generating a fix script
15+
- Improve references in HTML guides and reports
16+
- Update html report with OVAL details
17+
- Rewrite dpkginfo probe without using APT
18+
- Fix incorrect openscap-cpe-oval result filename
19+
- Implement xccdf_session_get_rule_results function in XCCDF session API
20+
- Implement xccdf_session_result_reset function in XCCDF session API
21+
122
openscap-1.3.9 06-09-2023
223
- New features
324
- OpenSCAP can now use PCRE2 library

0 commit comments

Comments
 (0)