Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif()
set(LT_CURRENT 32)

## increment any time the source changes; set 0 to if you increment CURRENT
set(LT_REVISION 3)
set(LT_REVISION 4)

## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openscap-1.3.14 03-04-2026
- Maintenance, bug fix
- Make autotailor use correct XML namespaces
- Fix null pointer and segfault bugs
- Always check the current lists before inserting on blueprints

openscap-1.3.13 13-11-2025
- Maintenance, bug fix
- Handle virtual packages in dpkginfo probe
Expand Down
Loading