Skip to content

Commit 4513803

Browse files
authored
Merge pull request #1460 from evgenyz/maint-1.3
1.3.2 release
2 parents 9d02a13 + ebbe0fe commit 4513803

File tree

3 files changed

+46
-6
lines changed

3 files changed

+46
-6
lines changed

AUTHORS

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1+
Alexander Bergmann <[email protected]>
2+
Alexander Scheel <[email protected]>
3+
Axel Nennker <[email protected]>
14
Brady Alleman <[email protected]>
25
Brandon Dixon <[email protected]>
36
Brent Baude <[email protected]>
47
Brian Kolbay <[email protected]>
58
Bruno Ducrot <[email protected]>
9+
Bryan Schneiders <[email protected]>
610
Charles Bushong <[email protected]>
711
Chris Lundquist <[email protected]>
812
Dan Kopeček <[email protected]>
913
David Niemoller <[email protected]>
14+
15+
Dmitry Teselkin <[email protected]>
16+
DominiqueDevinci <[email protected]>
1017
Ed Sealing <[email protected]>
1118
Evgeni Golov <[email protected]>
19+
Evgeny Kolesnikov <[email protected]>
1220
Felix Wolfsteller <[email protected]>
1321
Fen Labalme <[email protected]>
1422
Francisco Slavin <[email protected]>
15-
23+
Gabe Alford <[email protected]>
24+
Gabriel Gaspar Becker <[email protected]>
1625
Gary Gapinski <[email protected]>
1726
Gautam Satish <[email protected]>
1827
Greg Elin <[email protected]>
@@ -28,45 +37,56 @@ John Whipple <[email protected]>
2837
Jonathan Zember <[email protected]>
2938
Josh Kayse <[email protected]>
3039
Joshua Adams <[email protected]>
40+
Julian Andres Klode <[email protected]>
3141
Katarina Jankov <[email protected]>
3242
Lenka Horáková <[email protected]>
3343
Lukáš Kuklínek <[email protected]>
44+
Malte Kraus <[email protected]>
3445
Marcus Meissner <[email protected]>
3546
Marek Haičman <[email protected]>
3647
Maroš Barabas <[email protected]>
3748
Marshall Miller <[email protected]>
3849
Martin Preisler <[email protected]>
3950
Matěj Týč <[email protected]>
51+
matsushima <[email protected]>
4052
Matthew Keeler <[email protected]>
4153
Matus Marhefka <[email protected]>
42-
Michaël Zaoui
54+
Michaël Zaoui <[email protected]>
4355
Michal Šrubař <[email protected]>
4456
mildew <mildew@sapropelus.(none)>
57+
Milan Lysonek <[email protected]>
4558
Miloslav Trmač <[email protected]>
4659
Miroslav Grepl <[email protected]>
4760
Mooli Tayer <[email protected]>
61+
62+
Nitin Ravindran <[email protected]>
4863
Ondrej Moriš <[email protected]>
64+
Panu Matilainen <[email protected]>
4965
Peter Vrabec <[email protected]>
5066
Petr Lautrbach <[email protected]>
5167
Pierre Chifflier <[email protected]>
68+
Prasanth R <[email protected]>
5269
Quey-Liang Kao <[email protected]>
5370
Radzy Radzykewycz <[email protected]>
5471
Raphael Sanchez Prudencio <[email protected]>
5572
Reggie Adkins <[email protected]>
5673
Richard W.M. Jones <[email protected]>
5774
Riley C. Porter <[email protected]>
75+
Robert Frohl <[email protected]>
5876
Ryan E Haggerty <[email protected]>
5977
Shawn Wells <[email protected]>
6078
Šimon Lukašík <[email protected]>
6179
Spencer Shimko <[email protected]>
6280
Steve Grubb <[email protected]>
6381
Tomas Heinrich <[email protected]>
82+
T.O. Radzy Radzykewycz <[email protected]>
6483
Trey Henefield <[email protected]>
6584
6685
Vincent Batts <[email protected]>
67-
Watson Sato <wsato@redhat.com>
86+
Vojtech Polasek <vpolasek@redhat.com>
6887
Watson Yuuma Sato <[email protected]>
6988
Wesley Ceraso Prudencio <[email protected]>
7089
Xiang Zhai <[email protected]>
7190
Zbyněk Moravec <[email protected]>
91+
Yoon Jean Kim <[email protected]>
7292
Андрей Рудаков <[email protected]>

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 25)
26+
set(LT_CURRENT 26)
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 0)
34+
set(LT_AGE 1)
3535

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

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
openscap-1.3.2 13-01-2020
2+
- New features
3+
- Offline mode support for environmentvariable58 probe
4+
- The oscap-docker wrapper is available without Atomic
5+
- Maintenance, bug fixes
6+
- Improved support of multi-check rules (report, remediations, console output)
7+
- Improved HTML report look and feel, including printed version
8+
- Less clutter in verbose mode output; some warnings and errors demoted to verbose mode levels
9+
- Probe rpmverifyfile uses and returns canonical paths
10+
- Improved a11y of HTML reports and guides
11+
- Fixes and improvements for SWIG Python bindings
12+
- #1403 fixed: Scanner would not apply remediation for multicheck rules (verbosity)
13+
- Fixed URL link mechanism for Red Hat Errata
14+
- New STIG Viewer URI: public.cyber.mil
15+
- Probe selinuxsecuritycontext would not check if SELinux is enabled
16+
- Scanner would provide information about unsupported OVAL objects
17+
- Added more tests for offline mode (probes, remediation)
18+
- #528 fixed: Eval SCE script when /tmp is in mode noexec
19+
- #1173, RHBZ#1603347 fixed: Double chdir/chroot in probe rpmverifypackage
20+
121
openscap-1.3.1 12-06-2019
222
- New features
323
- Support for SCAP 1.3 Source Datastreams (evaluating, XML schemas,

0 commit comments

Comments
 (0)