Skip to content

Commit 9b3e756

Browse files
committed
openscap-1.3.9
1 parent 49538c2 commit 9b3e756

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ Carlos Matos <[email protected]>
1111
Charles Bushong <[email protected]>
1212
Chris Lundquist <[email protected]>
1313
Dan Kopeček <[email protected]>
14+
David du Colombier <[email protected]>
1415
David Niemoller <[email protected]>
1516
17+
Dirk Müller <[email protected]>
1618
Dmitry Teselkin <[email protected]>
1719
DominiqueDevinci <[email protected]>
1820
Ed Sealing <[email protected]>
@@ -41,6 +43,7 @@ Jonathan Zember <[email protected]>
4143
Josh Kayse <[email protected]>
4244
Joshua Adams <[email protected]>
4345
Julian Andres Klode <[email protected]>
46+
4447
Katarina Jankov <[email protected]>
4548
Lenka Horáková <[email protected]>
4649
Lukáš Kuklínek <[email protected]>
@@ -84,6 +87,7 @@ Sam S Wang <[email protected]>
8487
Shawn Wells <[email protected]>
8588
Šimon Lukašík <[email protected]>
8689
Spencer Shimko <[email protected]>
90+
Stephen L Arnold <[email protected]>
8791
Steve Grubb <[email protected]>
8892
Timothy Brackett <[email protected]>
8993
Tom Seewald <[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 31)
2727

2828
## increment any time the source changes; set 0 to if you increment CURRENT
29-
set(LT_REVISION 0)
29+
set(LT_REVISION 1)
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
openscap-1.3.9 06-09-2023
2+
- New features
3+
- OpenSCAP can now use PCRE2 library
4+
- Maintenance, bug fix
5+
- Fix offline mode (OVAL/sysctl)
6+
- Fix leak of dpkg cache when dpkginfo_init is called multiple times
7+
- Fix un-expanded variable in xccdf report output
8+
- Fix issues when parsing profiles
9+
- Fix minor problems and resource leaks
10+
111
openscap-1.3.8 21-06-2023
212
- New features
313
- The boot-time remediation service for systemd's Offline Update mode is now disabled by default

0 commit comments

Comments
 (0)