Skip to content

Commit

Permalink
Merge pull request #1460 from evgenyz/maint-1.3
Browse files Browse the repository at this point in the history
1.3.2 release
  • Loading branch information
jan-cerny authored Jan 14, 2020
2 parents 9d02a13 + ebbe0fe commit 4513803
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 6 deletions.
26 changes: 23 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
Alexander Bergmann <abergmann@suse.com>
Alexander Scheel <ascheel@redhat.com>
Axel Nennker <axel@nennker.de>
Brady Alleman <brady@alleman.me>
Brandon Dixon <Brandon.Dixon@g2-inc.com>
Brent Baude <bbaude@redhat.com>
Brian Kolbay <Brian.Kolbay@g2-inc.com>
Bruno Ducrot <bruno@poupinou.org>
Bryan Schneiders <pschneiders@trisept.com>
Charles Bushong <bushong1@gmail.com>
Chris Lundquist <rampantdurandal@gmail.com>
Dan Kopeček <dkopecek@redhat.com>
David Niemoller <David.Niemoller@g2-inc.com>
De Huo <De.Huo@windriver.com>
Dmitry Teselkin <dteselkin@mirantis.com>
DominiqueDevinci <dominique.blaze@edu.devinci.fr>
Ed Sealing <esealing@tresys.com>
Evgeni Golov <egolov@redhat.com>
Evgeny Kolesnikov <ekolesni@redhat.com>
Felix Wolfsteller <felix.wolfsteller@greenbone.net>
Fen Labalme <fen@civicactions.com>
Francisco Slavin <fslavin@tresys.com>
Gabe <redhatrises@gmail.com>
Gabe Alford <redhatrises@gmail.com>
Gabriel Gaspar Becker <ggasparb@redhat.com>
Gary Gapinski <gary@garygapinski.com>
Gautam Satish <gautams@hpe.com>
Greg Elin <greg@fotonotes.net>
Expand All @@ -28,45 +37,56 @@ John Whipple <john@whipple.org>
Jonathan Zember <zember@gmail.com>
Josh Kayse <Joshua.Kayse@gtri.gatech.edu>
Joshua Adams <jadams@tresys.com>
Julian Andres Klode <julian.klode@canonical.com>
Katarina Jankov <kjankov@redhat.com>
Lenka Horáková <lhorakov@redhat.com>
Lukáš Kuklínek <lkuklinek@redhat.com>
Malte Kraus <malte.kraus@suse.com>
Marcus Meissner <meissner@suse.de>
Marek Haičman <mhaicman@redhat.com>
Maroš Barabas <mbarabas@redhat.com>
Marshall Miller <mmiller@tresys.com>
Martin Preisler <mpreisle@redhat.com>
Matěj Týč <matyc@redhat.com>
matsushima <m-matsushima@bk.jp.nec.com>
Matthew Keeler <mkeeler@tresys.com>
Matus Marhefka <mmarhefk@redhat.com>
Michaël Zaoui
Michaël Zaoui <mzaoui@localhost.localdomain>
Michal Šrubař <msrubar@redhat.com>
mildew <mildew@sapropelus.(none)>
Milan Lysonek <mlysonek@redhat.com>
Miloslav Trmač <mitr@redhat.com>
Miroslav Grepl <mgrepl@redhat.com>
Mooli Tayer <mtayer@redhat.com>
msfuko <chloeleeq@gmail.com>
Nitin Ravindran <nravindran@pivotal.io>
Ondrej Moriš <omoris@redhat.com>
Panu Matilainen <pmatilai@redhat.com>
Peter Vrabec <pvrabec@redhat.com>
Petr Lautrbach <plautrba@redhat.com>
Pierre Chifflier <chifflier@edenwall.com>
Prasanth R <prasanth.r@timesys.com>
Quey-Liang Kao <s101062801@m101.nthu.edu.tw>
Radzy Radzykewycz <radzy@windriver.com>
Raphael Sanchez Prudencio <rsprudencio@redhat.com>
Reggie Adkins <reggieadkins@gmail.com>
Richard W.M. Jones <rjones@redhat.com>
Riley C. Porter <Riley.Porter@g2-inc.com>
Robert Frohl <rfrohl@suse.com>
Ryan E Haggerty <rhaggerty@tresys.com>
Shawn Wells <shawn@redhat.com>
Šimon Lukašík <slukasik@redhat.com>
Spencer Shimko <sshimko@tresys.com>
Steve Grubb <sgrubb@redhat.com>
Tomas Heinrich <theinric@redhat.com>
T.O. Radzy Radzykewycz <radzy@windriver.com>
Trey Henefield <trey.henefield@ultra-ats.com>
V. Vinay <vvinay@hpe.com>
Vincent Batts <vbatts@hashbangbash.com>
Watson Sato <wsato@redhat.com>
Vojtech Polasek <vpolasek@redhat.com>
Watson Yuuma Sato <wsato@redhat.com>
Wesley Ceraso Prudencio <wcerasop@redhat.com>
Xiang Zhai <xiang.zhai@i-soft.com.cn>
Zbyněk Moravec <zmoravec@redhat.com>
Yoon Jean Kim <ykim@pivotal.io>
Андрей Рудаков <melhior@altx-soft.ru>
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ endif()
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details

## increment if the interface has additions, changes, removals.
set(LT_CURRENT 25)
set(LT_CURRENT 26)

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

## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
## precedence over adding, so set to 0 if both happened.
set(LT_AGE 0)
set(LT_AGE 1)

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

Expand Down
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
openscap-1.3.2 13-01-2020
- New features
- Offline mode support for environmentvariable58 probe
- The oscap-docker wrapper is available without Atomic
- Maintenance, bug fixes
- Improved support of multi-check rules (report, remediations, console output)
- Improved HTML report look and feel, including printed version
- Less clutter in verbose mode output; some warnings and errors demoted to verbose mode levels
- Probe rpmverifyfile uses and returns canonical paths
- Improved a11y of HTML reports and guides
- Fixes and improvements for SWIG Python bindings
- #1403 fixed: Scanner would not apply remediation for multicheck rules (verbosity)
- Fixed URL link mechanism for Red Hat Errata
- New STIG Viewer URI: public.cyber.mil
- Probe selinuxsecuritycontext would not check if SELinux is enabled
- Scanner would provide information about unsupported OVAL objects
- Added more tests for offline mode (probes, remediation)
- #528 fixed: Eval SCE script when /tmp is in mode noexec
- #1173, RHBZ#1603347 fixed: Double chdir/chroot in probe rpmverifypackage

openscap-1.3.1 12-06-2019
- New features
- Support for SCAP 1.3 Source Datastreams (evaluating, XML schemas,
Expand Down

0 comments on commit 4513803

Please sign in to comment.