Blame NEWS

Packit Service 569379
openscap-1.3.3                                                  29-04-2020
Packit Service 569379
  - New features
Packit Service 569379
    - Added a Python script that can be used for CLI tailoring (autotailor)
Packit Service 569379
    - Added timezone to XCCDF TestResult start/end time
Packit Service 569379
    - Added yamlfilecontent independent probe (proposal/draft implementation),
Packit Service 569379
      see https://github.com/OVAL-Community/OVAL/issues/91 for more information
Packit Service 569379
    - Introduced `urn:xccdf:fix:script:kubernetes` fix type in XCCDF
Packit Service 569379
    - Added ability to generate `machineconfig` fix
Packit Service 569379
  - Maintenance, bug fixes
Packit Service 569379
    - utils/oscap-podman: Detect ambiguous scan target
Packit Service 569379
    - Fixed #170: The rpmverifyfile probe can't verify files from '/bin' directory
Packit Service 569379
    - The data system_info probe return for offline and online modes is consistent and actual
Packit Service 569379
    - Prevent crashes when complicated regexes are executed in textfilecontent58 probe
Packit Service 569379
    - Fixed #1512: Severity refinement lost in generated guide
Packit Service 569379
    - Fixed #1453: Pointer lost in Swig API
Packit Service 569379
    - Evaluation Characteristics of the XCCDF report are now consistent with OVAL entities
Packit Service 569379
      from system_info probe
Packit Service 569379
    - Fixed filepath pattern matching in offline mode in textfilecontent58 probe
Packit Service 569379
    - Fixed infinite recursion in systemdunitdependency probe
Packit Service 569379
    - Fixed the case when CMake couldn't find libacl or xattr.h
Packit Service 569379
Packit Service 569379
openscap-1.3.2                                                  13-01-2020
Packit Service 569379
  - New features
Packit Service 569379
    - Offline mode support for environmentvariable58 probe
Packit Service 569379
    - The oscap-docker wrapper is available without Atomic
Packit Service 569379
  - Maintenance, bug fixes
Packit Service 569379
    - Improved support of multi-check rules (report, remediations, console output)
Packit Service 569379
    - Improved HTML report look and feel, including printed version
Packit Service 569379
    - Less clutter in verbose mode output; some warnings and errors demoted to verbose mode levels
Packit Service 569379
    - Probe rpmverifyfile uses and returns canonical paths
Packit Service 569379
    - Improved a11y of HTML reports and guides
Packit Service 569379
    - Fixes and improvements for SWIG Python bindings
Packit Service 569379
    - #1403 fixed: Scanner would not apply remediation for multicheck rules (verbosity)
Packit Service 569379
    - Fixed URL link mechanism for Red Hat Errata
Packit Service 569379
    - New STIG Viewer URI: public.cyber.mil
Packit Service 569379
    - Probe selinuxsecuritycontext would not check if SELinux is enabled
Packit Service 569379
    - Scanner would provide information about unsupported OVAL objects
Packit Service 569379
    - Added more tests for offline mode (probes, remediation)
Packit Service 569379
    - #528 fixed: Eval SCE script when /tmp is in mode noexec
Packit Service 569379
    - #1173, RHBZ#1603347 fixed: Double chdir/chroot in probe rpmverifypackage
Packit Service 569379
Packit Service 569379
openscap-1.3.1                                                  12-06-2019
Packit Service 569379
  - New features
Packit Service 569379
    - Support for SCAP 1.3 Source Datastreams (evaluating, XML schemas,
Packit Service 569379
      validation)
Packit Service 569379
    - Introduced `oscap-podman` -- a tool for SCAP evaluation of Podman
Packit Service 569379
      images and containers (rhbz#1642373)
Packit Service 569379
    - Tailoring files are included in ARF result files (#902)
Packit Service 569379
    - OVAL details are always shown in HTML report, users do not have to
Packit Service 569379
      provide `--oval-results` on command line
Packit Service 569379
    - HTML report displays OVAL test details also for OVAL tests included
Packit Service 569379
      from other OVAL definitions using `extend_definition` (#916, #954)
Packit Service 569379
    - OVAL test IDs are shown in HTML report
Packit Service 569379
    - Rule IDs are shown in HTML guide (#1293)
Packit Service 569379
    - Added `block_size` in Linux `partition_state` defined in OVAL 5.11.2
Packit Service 569379
    - Added `oscap_wrapper` that can be used to comfortably execute custom
Packit Service 569379
      compiled oscap tool
Packit Service 569379
  - Maintenance, bug fixes
Packit Service 569379
    - Remote filesystems mounted using `autofs` direct maps are not
Packit Service 569379
      recognized as local filesystems (rhbz#1655943)
Packit Service 569379
    - SCAP source datastreams containing remote components can be
Packit Service 569379
      evaluated without downloading remote data (rhbz#1709423)
Packit Service 569379
    - Fixed duplicated variables in generated Ansible Playbooks
Packit Service 569379
    - Fixed trailing whitespace characters in Ansible Playbooks
Packit Service 569379
    - Correctly handle multiline profile titles and profile descriptions
Packit Service 569379
      in generated Ansible Playbooks (#1112)
Packit Service 569379
    - Fixed STIG Viewer output (--stig-viewer) to handle multiple rules
Packit Service 569379
      that have the same STIG ID
Packit Service 569379
    - Fixed incorrect displaying of OVAL test results in HTML report
Packit Service 569379
    - Fixed segmentation fault in offline mode caused by usage of `chroot`
Packit Service 569379
      file descriptor after closing (rhbz#1636431)
Packit Service 569379
    - Fixed textfilecontent54 probe to not ignore `max_depth`, `recurse`,
Packit Service 569379
      `recurse_direction` and `recurse_file_system` attributes of
Packit Service 569379
      `behaviors` element when `filepath` element is given (rhbz#1655943)
Packit Service 569379
    - Added CMake policies (CMP0078 and CMP0086) related to UseSWIG
Packit Service 569379
    - Added RHEL 8 CPE, Fedora 31 CPE, Oracle Linux 8 CPE
Packit Service 569379
    - Fedora CPEs fixed to work also on Fedora >= 30
Packit Service 569379
    - Fixed segmentation fault in CVRF module (rhbz#1642283)
Packit Service 569379
    - Fixed unresolved symbols in libopenscap_sce.so
Packit Service 569379
    - Fixed memory leaks in Windows registry probe (#1269)
Packit Service 569379
    - Fixed many GCC compiler warnings
Packit Service 569379
    - Removed dead code from `fsdev` module
Packit Service 569379
    - Many new test cases in upstream test suite
Packit Service 569379
    - Refactoring
Packit Service 569379
    - Updated Developer Guide
Packit Service 569379
    - Updated manual pages
Packit Service 569379
Packit Service 569379
openscap-1.3.0                                                  09-10-2018
Packit Service 569379
  - New features
Packit Service 569379
    - Introduced a virtual '(all)' profile selecting all rules
Packit Service 569379
    - Verbose mode is a global option in all modules
Packit Service 569379
    - Added Microsoft Windows CPEs
Packit Service 569379
    - oscap-ssh can supply SSH options into an environment variable
Packit Service 569379
  - Maintenance
Packit Service 569379
    - Removed SEXP parser
Packit Service 569379
    - Added Fedora 30 CPE
Packit Service 569379
    - Fixed many Coverity defects (memory leaks etc.)
Packit Service 569379
    - SCE builds are enabled by default
Packit Service 569379
    - Moved many low-level functions out of public API
Packit Service 569379
    - Removed unused and dead code
Packit Service 569379
    - Updated manual pages
Packit Service 569379
    - Numerous small fixes
Packit Service 569379
Packit Service 569379
openscap-1.3.0_alpha2                                           10-08-2018
Packit Service 569379
  - Maintenance
Packit Service 569379
    - Removed '--probe-root' option
Packit Service 569379
    - Removed '--show' option from 'oscap xccdf generate report'
Packit Service 569379
    - Removed CCE API
Packit Service 569379
    - Removed deprecated option '--sce-results'
Packit Service 569379
    - Removed 'oscap oval list-probes' submodule
Packit Service 569379
    - Removed 'validate-xml' submodule from CPE, OVAL, XCCDF modules
Packit Service 569379
    - Moved OVAL probe handler to private headers
Packit Service 569379
    - Added tests for filehash58 offline mode
Packit Service 569379
    - Fixed broken SCE
Packit Service 569379
    - Fixed problematic versioning in CMake and pkgconfig file
Packit Service 569379
    - Removed many unused code
Packit Service 569379
    - Rewritten test tests/API/XCCDF/default_cpe
Packit Service 569379
    - Started to use asciidoc instead of asciidoctor
Packit Service 569379
    - Fixed many compiler warnings
Packit Service 569379
    - Fixed MinGW builds
Packit Service 569379
    - Documentation updates
Packit Service 569379
    - Small fixes
Packit Service 569379
Packit Service 569379
openscap-1.3.0_alpha1                                           18-07-2018
Packit Service 569379
  - New features
Packit Service 569379
    - Microsoft Windows support (issue #195)
Packit Service 569379
    - new probes:
Packit Service 569379
       - Windows registry probe
Packit Service 569379
       - Windows accesstoken probe
Packit Service 569379
       - Windows wmi57 probe
Packit Service 569379
    - CMake is used as build system (issue #542)
Packit Service 569379
    - CTest is used as test suite driver
Packit Service 569379
  - Maintenance
Packit Service 569379
    - probes are not separate processes, they are threads within oscap
Packit Service 569379
    - OpenSCAP can be compiled using Visual Studio 2017
Packit Service 569379
    - Dropped 53 deprecated API symbols (issue #1088)
Packit Service 569379
    - Removed GNU Automake
Packit Service 569379
    - Removed Python 2 support (issue #1034)
Packit Service 569379
    - Ninja build is supported
Packit Service 569379
    - Public API symbols are marked by OSCAP_API macro
Packit Service 569379
    - Removed variable lenght arrays
Packit Service 569379
    - Removed custom memory allocation functions (issue #1077)
Packit Service 569379
    - Improved OS X build support
Packit Service 569379
    - Fixed crash when deallocating red-black-tree node in Windows
Packit Service 569379
    - Several large tests are splitted into smaller test cases
Packit Service 569379
    - User manual is splitted in User and Developer manual
Packit Service 569379
    - Many documentation updates (issue #1069, #1066)
Packit Service 569379
    - Stopped using '\r' characters on stdout (issue #579, #1023)
Packit Service 569379
    - Updated release tools to reflect CMake (issue #1036)
Packit Service 569379
    - Dropped Cygwin support from User Manual (issue #1011)
Packit Service 569379
    - source tarball does not contain build artifacts
Packit Service 569379
    - Many small fixes
Packit Service 569379
Packit Service 569379
openscap-1.2.17                                                 29-05-2018
Packit Service 569379
  - New features
Packit Service 569379
    - HTML Guide user experience improvements
Packit Service 569379
    - New options in HTML report "Group By" menu
Packit Service 569379
    - oscap-ssh supports --oval-results (issue #863)
Packit Service 569379
  - Maintenance
Packit Service 569379
    - Support comparing state record elements with item
Packit Service 569379
    - Updated Bash completion
Packit Service 569379
    - Make Bash role headers consistent with --help output
Packit Service 569379
    - Fixed problems reported by Coverity (issue #909)
Packit Service 569379
    - Fixed CVE schema to support 4 to 7 digits CVEs
Packit Service 569379
    - Fix output of generated bash role missing fix message
Packit Service 569379
    - Fix oscap-docker to clean up temporary image (RHBZ #1454637)
Packit Service 569379
    - Fix Ansible remediations generation
Packit Service 569379
    - Add a newline between ids in xccdf info (issue #968)
Packit Service 569379
    - Fix unknown subtype handling in oval_subtype_parse (issue #986)
Packit Service 569379
    - Outsourced the pthreads feature check and setup
Packit Service 569379
    - Speed up in debug mode
Packit Service 569379
    - Refactored the Python handling in build scripts
Packit Service 569379
    - Prevent reading from host in offline mode (issue #1001)
Packit Service 569379
    - Many probes use OWN offline mode
Packit Service 569379
    - Improve offline mode logic in OVAL probes
Packit Service 569379
    - Do not use chroot in system_info probe
Packit Service 569379
    - Prevent a segfault in oscap_seterr on Solaris
Packit Service 569379
    - Out of tree build is possible
Packit Service 569379
    - Use chroot for RPM probes in offline mode
Packit Service 569379
    - PEP8 accepts lines up to 99 characters
Packit Service 569379
    - New configure parameter --with-oscap-temp-dir (issue #1016)
Packit Service 569379
    - Fixed OVAL record elements namespace and SEXP conversion
Packit Service 569379
    - Removed '\r' characters from help output (issue #1023)
Packit Service 569379
    - Full Python 3 compatibility
Packit Service 569379
    - Removed basic Python implementation of oval_probes.c
Packit Service 569379
    - Added support for Travis CI and Sonar Cloud
Packit Service 569379
    - Minor fixes inspired by Sonar Cloud
Packit Service 569379
    - Added Fedora 29 CPE
Packit Service 569379
    - New tests in upstream test suite (offline mode, Ansible, etc.)
Packit Service 569379
Packit Service 569379
openscap-1.2.16                                                 13-11-2017
Packit Service 569379
  - Stats
Packit Service 569379
    - Over 350 commits from 12 distinct persons
Packit Service 569379
    - 3 new contributors.
Packit Service 569379
    - 66 Github issues fixed, 59 PRs merged.
Packit Service 569379
  - New features
Packit Service 569379
    - oscap can generate output that is compatible with STIG Viewer.
Packit Service 569379
    - CVRF parsing and export has been implemented.
Packit Service 569379
    - oscap info command has been expanded.
Packit Service 569379
    - The AIX platform is supported.
Packit Service 569379
    - Many documentation improvements.
Packit Service 569379
    - Numerous other improvements of existing features.
Packit Service 569379
  - Maintenance
Packit Service 569379
    - Huge cross-platform improvements.
Packit Service 569379
    - Memory leaks fixed (RHBZ#1485876).
Packit Service 569379
    - SELinux fixes.
Packit Service 569379
    - Many coverity fixes.
Packit Service 569379
    - Numerous other bugfixes.
Packit Service 569379
Packit Service 569379
openscap-1.2.15                                                 25-08-2017
Packit Service 569379
  - New features
Packit Service 569379
    - short profile names can be used instead of long IDs
Packit Service 569379
    - new option --rule allows to evaluate only a single rule
Packit Service 569379
    - new option --fix-type in "oscap xccdf generate fix" allows choosing
Packit Service 569379
      remediation script type without typing long URL
Packit Service 569379
    - "oscap info" shows profile titles
Packit Service 569379
    - OVAL details in HTML report are easier to read
Packit Service 569379
    - HTML report is smaller because unselected rules are removed
Packit Service 569379
    - HTML report supports NIST 800-171 and CJIS
Packit Service 569379
    - remediation scripts contain headers with useful information
Packit Service 569379
    - remediation scripts report progress when they run
Packit Service 569379
    - basic support for Oracle Linux (CPEs, runlevels)
Packit Service 569379
    - remediation scripts can be generated from datastreams that contain
Packit Service 569379
      multiple XCCDF benchmarks (issue #772)
Packit Service 569379
    - basic support for OVAL 5.11.2 (only schemas, no features)
Packit Service 569379
    - enabled offline RPM database in rpminfo probe (issue #778)
Packit Service 569379
    - added Fedora 28 CPE
Packit Service 569379
  - Maintenance
Packit Service 569379
    - fixed oscap-docker with Docker >= 2.0 (issue #794)
Packit Service 569379
    - fixed behavior of sysctl probe to be consistent with sysctl tool
Packit Service 569379
    - fixed generating remediation scripts (issue #723, #773)
Packit Service 569379
    - severity of tailored rules is not discarded (issue #739)
Packit Service 569379
    - fixed errors in RPM probes initialization
Packit Service 569379
    - oscap-docker shows all warnings reported by oscap (issue #713)
Packit Service 569379
    - small improvements in verbose mode
Packit Service 569379
    - standard C operations are used instead of custom OpenSCAP operations
Packit Service 569379
    - fixed compiler warnings
Packit Service 569379
    - fixed missing header files
Packit Service 569379
    - fixed resource leaks (issue #715)
Packit Service 569379
    - fixed pkgconfig file (RHBZ #1414777)
Packit Service 569379
    - refactoring
Packit Service 569379
    - documentation fixes and improvements
Packit Service 569379
Packit Service 569379
openscap-1.2.14                                                 21-03-2017
Packit Service 569379
  - New features
Packit Service 569379
    - Detailed information about ARF files in 'oscap info' (issue #664)
Packit Service 569379
    - XSLT template creating XCCDF files from OVAL files
Packit Service 569379
    - Generating remediation scripts from ARF
Packit Service 569379
    - Significant improvements of User Manual  (issue #249, #513)
Packit Service 569379
    - HTML report UX improvements (issue #601, #620, #622, #655)
Packit Service 569379
    - Warnings are shown by default
Packit Service 569379
    - Verbose mode is available in 'xccdf remediate' module (issue #520)
Packit Service 569379
    - Added Fedora 26, Fedora 27 and OpenSUSE 42.2 CPEs (issue #698)
Packit Service 569379
    - Support for Anaconda remediation in HTML report
Packit Service 569379
  - Maintenance
Packit Service 569379
    - Fixed CPE dictionary to identify RHEVH as RHEL7 (RHBZ #1420038)
Packit Service 569379
    - Fixed systemd probes crashes inside containers (RHBZ #1431186, issue #700)
Packit Service 569379
    - Added a warning on non-existing XCCDF Benchmarks (issue #614)
Packit Service 569379
    - Fixed output on terminals with white background (RHBZ #1365911, issue #512)
Packit Service 569379
    - Error handling in oscap-vm (RHBZ #1391754)
Packit Service 569379
    - Fixed SCE stderr stalling (RHBZ #1420811)
Packit Service 569379
    - Fixed Android OVAL schema (issue #279)
Packit Service 569379
    - Fixed absolute filepath parsing in OVAL (RHBZ #1312831, #1312824)
Packit Service 569379
    - Fixes based on Coverity scan report (issue #581, #634, #681)
Packit Service 569379
    - Fixed duplicated error messages (issue #707)
Packit Service 569379
    - Fixed XCCDF score calculation (issue #617)
Packit Service 569379
    - Fixed segmentation faults in RPM probes (RHBZ #1414303, #1414312)
Packit Service 569379
    - Fixed failing DataStream build if "@" is in filepath
Packit Service 569379
    - Fixed missing header in result-oriented Ansible remediations
Packit Service 569379
    - Memory leak and resource leak fixes (issue #635, #636)
Packit Service 569379
    - New upstream tests
Packit Service 569379
    - Many minor fixes and improvements
Packit Service 569379
Packit Service 569379
openscap-1-2.13                                                 05-01-2017
Packit Service 569379
  - Maintenance
Packit Service 569379
    - we always build system_info OVAL probe, fixed configure output accordingly
Packit Service 569379
    - warn when the user requests to generate an ARF from XCCDF 1.1
Packit Service 569379
    - fixed a segfault when loading an OVAL file with invalid family attribute
Packit Service 569379
    - added --thin-results CLI override to oscap xccdf eval
Packit Service 569379
    - added --without-syschar CLI override to oscap xccdf eval
Packit Service 569379
    - fixed a segfault when freeing xccdf_policy of the default profile
Packit Service 569379
    - removed ARF schematron workaround when there are no applicable checks
Packit Service 569379
    - fixed verbose output in oscap xccdf generate fix
Packit Service 569379
    - do not filter fix by applicability when generating remediations from results
Packit Service 569379
    - fixed memory leaks, resource leaks and other minor issues
Packit Service 569379
Packit Service 569379
openscap-1.2.12                                                 16-11-2016
Packit Service 569379
  - New features
Packit Service 569379
    - separated stdout and stderr in SCE results and HTML report
Packit Service 569379
    - HTML reports contain [ref] links for rules and groups
Packit Service 569379
  - Maintenance
Packit Service 569379
    - fixed ARF errors reported by the SCAPval tool
Packit Service 569379
    - fixed CVE parsing (issue #550)
Packit Service 569379
    - fixed namespace of ARF vocabulary according to NIST SP800-126 errata
Packit Service 569379
    - fixed exporting OVAL Windows namespaces
Packit Service 569379
    - fixed injecting xccdf:check-content-ref references in ARF results
Packit Service 569379
    - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248)
Packit Service 569379
    - fixed oscap-docker man page (RHBZ #1387166)
Packit Service 569379
    - fixed memory leaks and resource leaks
Packit Service 569379
    - small fixes and refactoring, test suite fixes
Packit Service 569379
Packit Service 569379
openscap-1.2.11                                                 14-10-2016
Packit Service 569379
  - New features
Packit Service 569379
    - huge speed-up of generating HTML reports and guides
Packit Service 569379
    - support remote datastream components (issue #526)
Packit Service 569379
    - support tailoring of external datastreams
Packit Service 569379
    - various attributes of remediation scripts are now shown in HTML report (issue #541)
Packit Service 569379
    - new option generating OVAL results without system characteristics
Packit Service 569379
    - remediation scripts in HTML report are now collapsed
Packit Service 569379
    - support for extracting Ansible playbooks
Packit Service 569379
    - enabled fetching remote resources in OVAL module
Packit Service 569379
    - added Wind River Linux CPE
Packit Service 569379
  - Maintenance
Packit Service 569379
    - updated jQuery and bootstrap libraries in HTML reports
Packit Service 569379
    - extended, improved and updated user manual
Packit Service 569379
    - fixed issues with proxy in oscap-docker (RHBZ #1351952)
Packit Service 569379
    - fixed a bug in OVAL arithmetic function
Packit Service 569379
    - fixed a segmentation fault (issue #529)
Packit Service 569379
    - fixed results of XCCDF rules with @role="unscored" (issue #525)
Packit Service 569379
    - fixed invalid characters in OVAL results (issue #468)
Packit Service 569379
    - fixed a segmentation fault in tailoring (RHBZ #1367896)
Packit Service 569379
    - updated SUSE 11 CPE
Packit Service 569379
    - fixed many memory issues
Packit Service 569379
    - large refactoring of datastream module
Packit Service 569379
    - new tests in upstream test suite
Packit Service 569379
    - various small fixes and improvements
Packit Service 569379
Packit Service 569379
openscap-1.2.10                                                 29-06-2016
Packit Service 569379
  - New features
Packit Service 569379
    - support --benchmark-id when running `oscap xccdf generate guide`
Packit Service 569379
    - added CPE support for OpenSUSE 42.1
Packit Service 569379
  - Maintenance
Packit Service 569379
    - oscap-docker fixed to be source compatible with both Python 2 and 3
Packit Service 569379
    - fixed offline mode in rpmverifypackage probe
Packit Service 569379
    - fixed scanning of non-RHEL containers in oscap-docker (issue #427)
Packit Service 569379
    - fixed regression in loading a datastream session (RHBZ #1250072)
Packit Service 569379
    - fixed missing SCE results in XCCDF reports (issue #394)
Packit Service 569379
    - fixed a segmentation fault (issue #370)
Packit Service 569379
    - fix error message when OVAL generator element is missing (issue #345)
Packit Service 569379
    - fixed failing rpminfo probe
Packit Service 569379
    - fixed compilation on RHEL5 (issue #393)
Packit Service 569379
    - new tests in upstream test suite
Packit Service 569379
    - test suite is able to run on Fedora 24
Packit Service 569379
    - fixed remediation scripts appearance in HTML guides (issue #460)
Packit Service 569379
    - fixed autoconf build
Packit Service 569379
    - small fixes, refactoring, small documentation improvements
Packit Service 569379
Packit Service 569379
openscap-1.2.9                                                  22-04-2016
Packit Service 569379
  - New features
Packit Service 569379
    - oscap-chroot - a tool for offline scanning of filesystems mounted at arbitrary paths
Packit Service 569379
    - enabled offline scanning in many probes
Packit Service 569379
    - support for SCE in data streams
Packit Service 569379
    - many improvements of verbose mode
Packit Service 569379
    - verbose messages can be written on stderr
Packit Service 569379
    - runlevel probe supports SUSE systems
Packit Service 569379
    - new upstream tests
Packit Service 569379
  - Maintenance
Packit Service 569379
    - a lot of refactoring
Packit Service 569379
    - fixes in various tests
Packit Service 569379
    - OCILs are correctly placed in datastreams (issue #364)
Packit Service 569379
    - oscap-vm can work with fusermount when guestunmount is not available
Packit Service 569379
    - fixed oscap-docker HTTP communication issues (issue #304)
Packit Service 569379
    - fixed oscap-docker tracebacks (issue #303, #317)
Packit Service 569379
    - fixed container mounting in oscap-docker (issue #329)
Packit Service 569379
    - added Fedora 25 CPE
Packit Service 569379
    - only non-empty profiles are built (rhbz#1256879, rhbz#1302230)
Packit Service 569379
    - fixed compiler errors on RHEL5 and SLES11
Packit Service 569379
    - fixed sorting of groups in HTML report (issue #342)
Packit Service 569379
    - fixed version/@time and version/@update in XCCDF Benchmark
Packit Service 569379
    - fixed CPE definitions to work also in offline mode
Packit Service 569379
    - fixed sysctl probe (issue #258)
Packit Service 569379
    - fixed manual page for oscap-ssh (rhbz#1299969)
Packit Service 569379
    - updated user manuals and manual pages
Packit Service 569379
    - updated .gitignore
Packit Service 569379
Packit Service 569379
openscap-1.2.8                                                  18-01-2016
Packit Service 569379
  - Maintenance
Packit Service 569379
    - textfilecontent54_probe does not produce false positives on non-UTF files (rhbz #1285757)
Packit Service 569379
    - fixed oscap-docker
Packit Service 569379
    - small improvements in verbose mode
Packit Service 569379
    - oscap info module shows information about tailoring files
Packit Service 569379
    - fixed build with CCE (issue #264)
Packit Service 569379
    - fixed XCCDF score computation (issue #272)
Packit Service 569379
    - fixed segmentation fault in variable probe (issue #277)
Packit Service 569379
    - fixed broken support for OVAL directives
Packit Service 569379
    - fixed bash completion
Packit Service 569379
    - plugged memory leaks
Packit Service 569379
    - fixed fresh static analysis (coverity) findings
Packit Service 569379
    - fixed shellcheck warnings
Packit Service 569379
    - new tests
Packit Service 569379
    - refactoring in datastream module
Packit Service 569379
    - many small bugfixes and typo fixes
Packit Service 569379
Packit Service 569379
openscap-1.2.7                                                  02-12-2015
Packit Service 569379
  - New features
Packit Service 569379
    - OVAL 5.11.1 fully supported
Packit Service 569379
    - oscap-vm - tool for offline scanning of virtual machines
Packit Service 569379
    - verbose mode
Packit Service 569379
    - added SLED, SLES and OpenSUSE CPE names
Packit Service 569379
    - show profile description in HTML report and guide
Packit Service 569379
    - group rules by PCI DSS identifier in HTML report
Packit Service 569379
    - preliminary support for Ansible Playbooks within xccdf:fix
Packit Service 569379
    - added "How to contribute" and "Versioning" documents
Packit Service 569379
  - Maintenance
Packit Service 569379
    - using bziped RHSA documents in oscap-docker
Packit Service 569379
    - fixed errors of sysctl probe
Packit Service 569379
    - fixed skip-valid option (issue #203)
Packit Service 569379
    - fixed segmentation faults in SCE content reporting (issue #231)
Packit Service 569379
    - fixed tracebacks of scap-as-rpm
Packit Service 569379
    - fixed invalid memory reads in rpmverifyfile probe (issue #212)
Packit Service 569379
    - updated README and user manual
Packit Service 569379
    - many small bugfixes and new tests
Packit Service 569379
Packit Service 569379
openscap-1.2.6                                                  05-10-2015
Packit Service 569379
  - New features
Packit Service 569379
    - introduced OpenSCAP user manual
Packit Service 569379
    - improved OVAL 5.11.1 support
Packit Service 569379
      - added OVAL 5.11.1 XSD schemas and schematrons
Packit Service 569379
      - support for core/platform schema versions
Packit Service 569379
      - support for check_existence attribute in state entities
Packit Service 569379
      - support for CIM datetime format
Packit Service 569379
      - amended behavior of mask attribute
Packit Service 569379
    - added support for remote .xml.bz2 files (use with
Packit Service 569379
--fetch-remote-resources)
Packit Service 569379
    - rewrote oscap-docker to python, deeper integration with Atomic Host
Packit Service 569379
    - introduced CPE name for Fedora 24 to the internal dictionary
Packit Service 569379
  - HTML report & guide
Packit Service 569379
    - results can be grouped by according to various aspects
Packit Service 569379
    - printing supported (interactive elements are now hidden when printing)
Packit Service 569379
    - table of content now shows only selected items (rule & groups)
Packit Service 569379
    - references to RHSA are presented as links to website (rhbz#1243808)
Packit Service 569379
  - Maintenance
Packit Service 569379
    - scap-as-rpm can now build source rpm packages (srpms) (trac#469)
Packit Service 569379
    - scap-as-rpm now supports python3
Packit Service 569379
    - refactored oval processing into oval_session structure
Packit Service 569379
    - many smaller bugfixes and new tests
Packit Service 569379
Packit Service 569379
openscap-1.2.5                                                  06-07-2015
Packit Service 569379
 - maintenance
Packit Service 569379
   - smaller bugfixes
Packit Service 569379
   - plugged memory leaks
Packit Service 569379
   - fixed fresh static analysis (coverity) findings
Packit Service 569379
   - fixed shellcheck warnings
Packit Service 569379
   - fixes for Solaris platform
Packit Service 569379
Packit Service 569379
openscap-1.2.4                                                  21-06-2015
Packit Service 569379
 - new features
Packit Service 569379
   - OVAL 5.11 support 99.8% completed!
Packit Service 569379
     - new symlink probe introduced
Packit Service 569379
     - new process58 test capabilities
Packit Service 569379
     - added possible_value support for external variables
Packit Service 569379
     - added possible_restriction support for external variables
Packit Service 569379
     - improved IP address comparisons
Packit Service 569379
   - Added Scientific Linux CPEs
Packit Service 569379
   - Added oscap-docker tool
Packit Service 569379
   - Created man-page for oscap-ssh
Packit Service 569379
 - HTML changes
Packit Service 569379
   - improved visibility of selected XCCDF profile in guides and reports
Packit Service 569379
   - render rule-result/message contents in reports
Packit Service 569379
 - maintenance
Packit Service 569379
   - Tests now pass on ppc64 little endian arch (rhbz#1215220)
Packit Service 569379
   - partition probe now supports remount, bind and move mount options
Packit Service 569379
   - Patched NIST OVAL-5.11 schemas to be backward compatible with
Packit Service 569379
     OVAL-5.10 (rhbz#1220262)
Packit Service 569379
   - fixed scap-as-rpm to work with vintage python (2.6)
Packit Service 569379
   - better error reporting when a probe dies (i.e. due to OOM killer)
Packit Service 569379
   - dropped selinux policy from upstream (rhbz#1209969)
Packit Service 569379
   - fix segfault on invalid selectors (rhbz#1220944)
Packit Service 569379
   - solaris support patches: file-system zones, systeminfo improvements
Packit Service 569379
   - many smaller fixes and new tests
Packit Service 569379
Packit Service 569379
openscap-1.2.3                                                  01-05-2015
Packit Service 569379
 - new features
Packit Service 569379
   - oscap-ssh -- handy utility to run remote scan over ssh
Packit Service 569379
   - glob_to_regexp OVAL function added
Packit Service 569379
 - HTML changes
Packit Service 569379
   - show rationale elements
Packit Service 569379
   - show fixtext elements
Packit Service 569379
   - show Benchmark's front-matter, description and notices
Packit Service 569379
   - show warnings for Groups and Rules
Packit Service 569379
   - improved handling of multiple fixes within a single Rule
Packit Service 569379
   - scroll evaluation characteristic if they overflow
Packit Service 569379
 - maintenance
Packit Service 569379
   - OVAL 5.11 schema fixes
Packit Service 569379
   - coverity and mem leak fixes
Packit Service 569379
   - skip transient files when traversing /proc (trac#457)
Packit Service 569379
Packit Service 569379
openscap-1.2.2                                                  02-04-2015
Packit Service 569379
 - new features
Packit Service 569379
   - OVAL 5.11 support turned on by default
Packit Service 569379
   - included OVAL 5.11 schematron rules
Packit Service 569379
   - DataStream can now contain OVAL 5.11
Packit Service 569379
   - `oscap ds sds-compose` now supports --skip-valid parameter
Packit Service 569379
 - HTML report changes
Packit Service 569379
   - Notably increased level of OVAL details
Packit Service 569379
   - Table of contents is now generated for HTML guides
Packit Service 569379
 - maintenance
Packit Service 569379
   - rhbz#1182242, rhbz#1159289 - @var_check & @var_ref exporting
Packit Service 569379
   - solaris build fixes
Packit Service 569379
   - xccdf:fix/instance processing fixes
Packit Service 569379
   - improved (none) epoch processing in rpm probe
Packit Service 569379
   - environmentvariable58 now emits warning messages when appropriate
Packit Service 569379
   - offline mode improvements
Packit Service 569379
   - other bugfixes
Packit Service 569379
Packit Service 569379
openscap-1.2.1                                                  01-10-2015
Packit Service 569379
 - API changes
Packit Service 569379
   - 5.11 schemas updated (from RC1 to gold)
Packit Service 569379
   - oscap_source_new_from_memory can take bzip2ed content
Packit Service 569379
 - HTML report changes
Packit Service 569379
   - severity bar is now reversed (left-to-right)
Packit Service 569379
 - maintenance
Packit Service 569379
   - rhbz#1165139 - fix probe cancelation
Packit Service 569379
   - dozen of bugfixes
Packit Service 569379
Packit Service 569379
openscap-1.2.0                                                  02-12-2014
Packit Service 569379
 - new features
Packit Service 569379
   - native support of bzip2ed SCAP files (file extension needs to be '.xml.bz2')
Packit Service 569379
   - improved performance on huge XML documents, especially DataStreams
Packit Service 569379
   - minimized use of temp files to absolute minimum
Packit Service 569379
   - added OVAL-5.11 release candidate schemas
Packit Service 569379
 - API changes
Packit Service 569379
   - overall 50 new symbols added to public API
Packit Service 569379
   - introduced oscap_source abstraction for input files
Packit Service 569379
     - all the parsers converted to use oscap_source abstraction
Packit Service 569379
   - introduced ds_sds_session, high level API for playing with Source DataStreams
Packit Service 569379
   - introduced cpe_session, abstraction to approach multiple CPE resources
Packit Service 569379
   - introduced ds_rds_session, high level API for playing with Result DataStreams
Packit Service 569379
     (ARF files)
Packit Service 569379
   - deprecated dozens of API calls dependent on filepath
Packit Service 569379
   - introduced API for waivers (xccdf:override) and modification of ARF
Packit Service 569379
     - initial support for waivers in HTML Report
Packit Service 569379
   - dozens of small improvements
Packit Service 569379
 - maintenance
Packit Service 569379
   - dozens of small fixes
Packit Service 569379
   - dozens of memory leaks (whole test suite is now leak free)
Packit Service 569379
   - updated gnulib
Packit Service 569379
Packit Service 569379
openscap-1.1.1                                                  26-09-2014
Packit Service 569379
 - Hint towards `oscap info` when profile is not found in oscap tool
Packit Service 569379
 - HTML report changes:
Packit Service 569379
   - Source OVAL results from ARF if available
Packit Service 569379
   - Highlight notchecked rules, treat them as rules that need attention
Packit Service 569379
 - HTML guide changes:
Packit Service 569379
   - Variable Substitution improvements
Packit Service 569379
   - Show benchmark title
Packit Service 569379
   - Show info about selected profile
Packit Service 569379
   - Avoid cdf12:notice, show only its contents
Packit Service 569379
 - bugfixes:
Packit Service 569379
   - improved handling of fqdn in XCCDF
Packit Service 569379
   - memory leaks
Packit Service 569379
   - static analysis fixes
Packit Service 569379
Packit Service 569379
openscap-1.1.0                                                  03-09-2014
Packit Service 569379
 - HTML report and guide redesign
Packit Service 569379
 - dropped support for docbook
Packit Service 569379
 - Introduced new probes (that are to be part of OVAL 5.11)
Packit Service 569379
   - probe_systemdunitproperty
Packit Service 569379
   - probe_systemdunitdependency
Packit Service 569379
 - introduced raw bindings for python3
Packit Service 569379
 - dozens of small bug fixes
Packit Service 569379
Packit Service 569379
openscap-1.0.9                                                  25-06-2014
Packit Service 569379
 - xccdf_session_export_arf must not return 0 if the export failed
Packit Service 569379
 - expose xccdf_policy_get_value_of_item as public API
Packit Service 569379
 - skip "Signature" when parsing sds_index without spewing out an error
Packit Service 569379
 - return non-zero when cannot resolve XCCDF
Packit Service 569379
 - consider the last set-value as the effective set-value and export only one
Packit Service 569379
 - test suite fixes
Packit Service 569379
 - do not destroy SVG data in XCCDFs when generating guide or report
Packit Service 569379
Packit Service 569379
openscap-1.0.8                                                  26-03-2014
Packit Service 569379
 - fixes related to Asset Reporting Format
Packit Service 569379
   - Inject arf:report/@id into nested rule-result/check/check-content-ref/@href
Packit Service 569379
   - Add hostname for each fqdn when generating ARF asset identification data
Packit Service 569379
   - Add all MAC addresses from target-facts to ARF as asset identification data
Packit Service 569379
Packit Service 569379
openscap-1.0.7                                                  20-03-2014
Packit Service 569379
 - fix namespaces for attributes in ARF relationship element
Packit Service 569379
 - Avoid ".00" as the score in HTML report when score is 0.
Packit Service 569379
Packit Service 569379
openscap-1.0.6                                                  19-03-2014
Packit Service 569379
 - fix process58 loginuid integer handling on 32bit
Packit Service 569379
Packit Service 569379
openscap-1.0.5                                                  14-03-2014
Packit Service 569379
 - XCCDF titles and description support xccdf:sub resolution
Packit Service 569379
 - HTML Report lists only applicable cpe platforms
Packit Service 569379
 - TestResult element contains applicable cpe platforms
Packit Service 569379
 - Introduced XCCDF 1.2 schematron validation
Packit Service 569379
 - XCCDF bug fixes
Packit Service 569379
    - tailoring profiles shall regards inherited refine-values (trac#373)
Packit Service 569379
    - rule-result now always includes at least one check
Packit Service 569379
 - Other bug fixes:
Packit Service 569379
    - Dpkginfo probe collects epoch in evr
Packit Service 569379
    - Updated examplary openscap-content based on the latest facts from
Packit Service 569379
      Red Hat Enterprise Linux 6
Packit Service 569379
    - Minor changes
Packit Service 569379
Packit Service 569379
openscap-1.0.4                                                  13-02-2014
Packit Service 569379
 - Introduced xccdf_tailoring_remove_profile to API
Packit Service 569379
 - OVAL bug fixes
Packit Service 569379
Packit Service 569379
openscap-1.0.3                                                  14-01-2014
Packit Service 569379
 - bug fixes
Packit Service 569379
    - a few coverity issues
Packit Service 569379
    - a few memory leak plugs
Packit Service 569379
    - broken comparison of huge intin OVAL (rhbz#1052142)
Packit Service 569379
Packit Service 569379
openscap-1.0.2                                                  10-01-2014
Packit Service 569379
 - XCCDF generate fix now supports tailoring file
Packit Service 569379
 - XCCDF bug fixes
Packit Service 569379
    - Generate guide points to RHSA pages (rhbz#1018291)
Packit Service 569379
    - Generate report ommits remediation when assesment passed (rhbz#1029879)
Packit Service 569379
    - $PATH variable is available for SCE checks (rhbz#1026833)
Packit Service 569379
    - Tailoring of top-level Group elements via API fixed
Packit Service 569379
    - Fix-filtering should not drop fixes (affected SSG)
Packit Service 569379
    - Generated fix file is created with sane permissions (trac#362)
Packit Service 569379
    - Inherit parent's namespace when exporting oscap_text with HTML trait
Packit Service 569379
 - OVAL bug Fixes:
Packit Service 569379
    - Handful of xinetd probe fixes
Packit Service 569379
    - Handful of process and process58 fixes
Packit Service 569379
    - Obsoleted textfilecontent now supports text ent comparisons
Packit Service 569379
    - rpm*_item/epoch is reported as '(none)' when needed
Packit Service 569379
    - Fixed dozen of flaws in ipv4 and ipv6_address comparison (CIDR handling)
Packit Service 569379
    - Made integer and floating type number parsing much stricter
Packit Service 569379
    - Fixed floating point numbers comparisons (trac#366)
Packit Service 569379
    - Fixed case-insensitive comparisons
Packit Service 569379
    - Item filtering fixes in probes
Packit Service 569379
    - Consolidated some of comparisons in results model and probes (trac#367)
Packit Service 569379
 - Other bug fixes:
Packit Service 569379
    - Workaround libxml2 bug handling x509 xmldsig (gnomebz#350248)
Packit Service 569379
    - Fixed static build (--disable-shared)
Packit Service 569379
    - Format assertions (-Werror=format-security) turned on by default
Packit Service 569379
    - SCE scripts are notified when parent (oscap) is killed
Packit Service 569379
    - oscap info now recognizes all the document types (adeded: tailoring & CVE)
Packit Service 569379
    - Documentation improvements
Packit Service 569379
    - Handful of other minor fixes
Packit Service 569379
Packit Service 569379
openscap-1.0.1                                                  28-11-2013
Packit Service 569379
 - versioned interface is used to handle internal SCE plug-in
Packit Service 569379
 - build-in gnulib package was updated to current version
Packit Service 569379
 - bugfixes
Packit Service 569379
    - selinux_domain_label and posix_capability properties
Packit Service 569379
      were reintroduced to OVAL system characteristics model
Packit Service 569379
    - selinux_domain_label now collects the domain/type (not the context)
Packit Service 569379
    - oscap oval collect reports progress on stdout (not on the stderr)
Packit Service 569379
    - typo in the manual page (rhbz#1032537), and another small clarification
Packit Service 569379
Packit Service 569379
openscap-1.0.0							19-11-2013
Packit Service 569379
 - Improved heuristic to distinguish 'local' and 'remote' file systems
Packit Service 569379
 - Improved comparison of EntityStateEVRStringType (trac#355)
Packit Service 569379
 - Link against librpm (if available) to include rpmvercmp
Packit Service 569379
   (on other platforms we fall back to the build-in rpmvercmp)
Packit Service 569379
 - Bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.13							08-11-2013
Packit Service 569379
 - Moved SCE to separate shared library (libopenscap_sce.so)
Packit Service 569379
 - Introduction of scap-as-rpm tool
Packit Service 569379
 - Improvements of sql and sql57 probes
Packit Service 569379
 - Improvements of SELinux policy
Packit Service 569379
 - Amendments based on SCAP 1.2 Errata (sp800-126r2-errata-20120409.pdf)
Packit Service 569379
 - Minor improvements in state_entity processing
Packit Service 569379
 - Introduction of CPE name for Fedora 21 to the internal dictionary
Packit Service 569379
 - Added support for ind-def:pid/@xsi:nil (rhbz#1013011)
Packit Service 569379
 - Improved error reporting
Packit Service 569379
 - Bug fixes
Packit Service 569379
   - Changed CPE name regex to be more permissive
Packit Service 569379
   - avoided reports from the library to the stdout and stderr
Packit Service 569379
   - plugged several memory leaks
Packit Service 569379
   - improved xccdf:check-content-refs processing
Packit Service 569379
   - misspelling in syslog message (rhbz#1021695)
Packit Service 569379
   - fixed OVAL's <field> element processing
Packit Service 569379
   - fixes based on static analysers
Packit Service 569379
   - test suite is locale independent
Packit Service 569379
Packit Service 569379
openscap-0.9.12							12-09-2013
Packit Service 569379
 - tailoring improvements (@id, version, and benchmark ref attributes)
Packit Service 569379
 - XCCDF 1.1 tailoring extension
Packit Service 569379
 - improved robustness of CPE dictionary parser and exporter
Packit Service 569379
   - and added misc CPE 2.3 elements
Packit Service 569379
 - added Fedora 20 to internal CPE dictionary
Packit Service 569379
 - updated OVAL's results_to_html stylesheet from Mitre Corporation.
Packit Service 569379
 - profiles with duplicate selects (same @idref) now export correctly
Packit Service 569379
 - test improvements
Packit Service 569379
 - bug fixes
Packit Service 569379
   - fixed IPv6 export in TestResult/target-address
Packit Service 569379
   - consistently inject target-id-ref into TestResult in ARFs
Packit Service 569379
   - improved rpmdb manipulation (rhbz#999903)
Packit Service 569379
   - solaris build fixes
Packit Service 569379
   - spelling of name of default language fixed (oscap_text related)
Packit Service 569379
   - fixed CPE names matching (generalization vs. specialization)
Packit Service 569379
Packit Service 569379
openscap-0.9.11							17-07-2013
Packit Service 569379
 - bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.10							12-07-2013
Packit Service 569379
 - bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.9							10-07-2013
Packit Service 569379
 - --oval-results also exports CPE OVAL results
Packit Service 569379
 - added --benchmark-id to select a component-ref by ID of Benchmark it's pointing to
Packit Service 569379
 - OVAL variable_instance processing (or so called value multiset) and the processing
Packit Service 569379
   of @variable_instance attribute to OVAL Result Definition, OVAL Result Test and
Packit Service 569379
   Collected Objects.
Packit Service 569379
 - improved test coverage of OVAL variable processing
Packit Service 569379
 - introduced new internal data type: oval_smc
Packit Service 569379
 - added support for evaluating OVAL definitions against an RPM database, a.k.a. rpm
Packit Service 569379
   database offline mode
Packit Service 569379
 - bug fixes and dead code removal
Packit Service 569379
Packit Service 569379
openscap-0.9.8							17-06-2013
Packit Service 569379
 - added experimental support for offline mode scanning to the OVAL
Packit Service 569379
   check engine (i.e. scanning of virtual host disk images)
Packit Service 569379
 - improved OVAL variables processing
Packit Service 569379
 - bug fixes and dead code removal
Packit Service 569379
Packit Service 569379
openscap-0.9.7							26-04-2013
Packit Service 569379
 - bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.6							23-04-2013
Packit Service 569379
 - new command-line module added as preview: "oscap ds sds-add"
Packit Service 569379
 - improved xccdf:fix processing (support of DataStreams and CPE)
Packit Service 569379
 - internal selinux policy preview
Packit Service 569379
 - added Fedora 19 to default CPE dictionary
Packit Service 569379
 - bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.5							19-03-2013
Packit Service 569379
 - oscap xccdf remediate (new oscap module which introduces offline
Packit Service 569379
   remediation; the remediation based on existing xccdf:TestResult file)
Packit Service 569379
 - added support for SCE into DataStream (SCE scripts can now be
Packit Service 569379
   embedded into the DataStream file similarly as OVAL can)
Packit Service 569379
 - improved bash completion and documentation
Packit Service 569379
 - bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.4							26-02-2013
Packit Service 569379
 - high Level API
Packit Service 569379
 - improved Text Substitution Processing
Packit Service 569379
 - technical Preview of Online Remediation Execution
Packit Service 569379
   (the oscap xccdf eval --remediate)
Packit Service 569379
 - improved Library Internal Error Reporting.
Packit Service 569379
 - the oscap xccd export-oval-variables now support DataStreams.
Packit Service 569379
 - improved documentation
Packit Service 569379
 - improved schema files.
Packit Service 569379
 - tailoring file support
Packit Service 569379
 - profile shadowing support
Packit Service 569379
 - bug Fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.3							17-12-2012
Packit Service 569379
- Embedded CPE dictionary (allows users to ommit --cpe argument)
Packit Service 569379
- improvements of DataStream and CPE processing on RHEL5
Packit Service 569379
- changed API of various functions in cpe_dict, benchmark and xccdf_policy to use string timestamp instead of time_t
Packit Service 569379
- fixed several issues found by Coverity and cppcheck static code analysis
Packit Service 569379
- bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.2							19-11-2012
Packit Service 569379
- rewritten the heuristic for pattern matching on path and filepath
Packit Service 569379
- CPE 2.3 language applicability testing
Packit Service 569379
- new ds_sds_index API providing a datastream overview
Packit Service 569379
- CPEs in source datastreams are automatically registered and used
Packit Service 569379
  for XCCDF evaluation
Packit Service 569379
- --cpe option autodetects CPE dictionary and language
Packit Service 569379
- CVE support (validate feed, print CVEs)
Packit Service 569379
- introduced info module
Packit Service 569379
- made "$oscap xccdf generate custom" work again -> man page update
Packit Service 569379
- bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.1							22-10-2012
Packit Service 569379
- the http in the check-content-ref/@hrefhref support
Packit Service 569379
- the cpedict support
Packit Service 569379
- obsoleted the oscap_reporter
Packit Service 569379
- send start and finish messages to the syslog
Packit Service 569379
- the XCCDF multi-check evaluation support
Packit Service 569379
- "oscap oval validate-xml" autodetect a document type
Packit Service 569379
- bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.9.0							25-09-2012
Packit Service 569379
- consolidate public headers naming
Packit Service 569379
- do not build untested modules
Packit Service 569379
- improved support of SCAP datastreams
Packit Service 569379
- various fixes in OVAL and XCCDF
Packit Service 569379
Packit Service 569379
openscap-0.8.5							27-08-2012
Packit Service 569379
- added rpmverifypackage probe
Packit Service 569379
- added initial support for source and target datastreams
Packit Service 569379
- added xccdf 1.2 dc-status support
Packit Service 569379
- several probes updated to conform to OVAL 5.10.1
Packit Service 569379
- bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.8.4							07-08-2012
Packit Service 569379
- added OVAL schemas 5.9, 5.10.1
Packit Service 569379
- alloc.h is no more public api
Packit Service 569379
- bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.8.3 							30-07-2012
Packit Service 569379
- added XCCDF 1.2 schemas
Packit Service 569379
- changed XCCDF report format
Packit Service 569379
- updated schemas for OVAL 5.10
Packit Service 569379
- added additional OVAL schemas - 5.3, 5.4, 5.5, 5.6, 5.7
Packit Service 569379
- multi version support for XCCDF and OVAL
Packit Service 569379
- a schema version of an imported and exported content is same
Packit Service 569379
- added rpmverifyfile probe
Packit Service 569379
- results are validated only if an OSCAP_FULL_VALIDATION variable is set
Packit Service 569379
- bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.8.2							28-03-2012
Packit Service 569379
- XCCDF check-import support
Packit Service 569379
- XSLT transformation for XCCDF 1.1 to 1.2 migration
Packit Service 569379
- SCE reports now optionally use the new check-import functionality
Packit Service 569379
  and don't need separate SCE result files
Packit Service 569379
- bug fixes
Packit Service 569379
Packit Service 569379
openscap-0.8.1							15-02-2012
Packit Service 569379
- introduce Script Check Engine
Packit Service 569379
Packit Service 569379
openscap-0.8.0							11-10-2011
Packit Service 569379
- Added an OVAL Directives schema to allow for a tool
Packit Service 569379
  to supply a set of directives to more easily specify
Packit Service 569379
  desired results content.
Packit Service 569379
- Enhanced OVAL Results directives to allow for more flexibility
Packit Service 569379
  in allowed results content
Packit Service 569379
- added new OVAL objects(all OVAL 5.8 objects are covered now)
Packit Service 569379
- update dpkgprobe
Packit Service 569379
- all issues reported by coverity are fixed
Packit Service 569379
- add capability to export OVAL Variables from XCCDF
Packit Service 569379
- added cvss score calculator from vector
Packit Service 569379
Packit Service 569379
openscap-0.7.4							25-07-2011
Packit Service 569379
- support set operations on Set Objects
Packit Service 569379
- add support for an unbounded filter element in all objects
Packit Service 569379
- fix various datatype changes in object items
Packit Service 569379
- SOLARIS integration(get existing probes working, dist files)
Packit Service 569379
- support new OVAL objects: environmentvariable58, filehash58, selinuxboolean
Packit Service 569379
- extend oscap tool(validate all imports and exports)
Packit Service 569379
- bug fixes (make check in test/mitre)
Packit Service 569379
Packit Service 569379
openscap-0.7.3							24-06-2011
Packit Service 569379
- start migration to OVAL 5.8
Packit Service 569379
- new probes and schemas from OVAL 5.8
Packit Service 569379
- RHEL6 SCAP content is in good shape
Packit Service 569379
- SOLARIS integration(make and make check work)
Packit Service 569379
- use gnulib (better portability)
Packit Service 569379
- add "analyse" mode to oscap tool
Packit Service 569379
- fixes
Packit Service 569379
Packit Service 569379
openscap-0.7.2							13-04-2011
Packit Service 569379
- OVAL 5.7 is supported
Packit Service 569379
- "--skip-valid" option in oscap tool
Packit Service 569379
- bugfixes
Packit Service 569379
Packit Service 569379
openscap-0.7.1							08-03-2011
Packit Service 569379
- improve library selfcheck mechanism
Packit Service 569379
- substitution support in XCCDF
Packit Service 569379
- mostly bug-fixes and cleanups
Packit Service 569379
Packit Service 569379
openscap-0.7.0							10-02-2011
Packit Service 569379
- OVAL 5.6 is supported
Packit Service 569379
- async stop of evaluation by signal
Packit Service 569379
- bugfixes
Packit Service 569379
Packit Service 569379
openscap-0.6.8							31-01-2011
Packit Service 569379
- support more than one state inside OVAL tests
Packit Service 569379
- initial implementation of filepath element
Packit Service 569379
- add 'mask' attribute support
Packit Service 569379
- support PCRE in object-state comparison
Packit Service 569379
- support unstructured 'metadata' elements in OVAL definitions
Packit Service 569379
- interface probe support 'type' entity
Packit Service 569379
- support for new 'behaviors' attributes
Packit Service 569379
- add OVAL schemas version 5.6
Packit Service 569379
- improved XCCDF reporting (include OVAL result items)
Packit Service 569379
- bugfixes and clean ups
Packit Service 569379
Packit Service 569379
openscap-0.6.7							14-01-2011
Packit Service 569379
- new CPE dict. match functionality in oscap
Packit Service 569379
- bugxifes
Packit Service 569379
Packit Service 569379
openscap-0.6.6							09-12-2010
Packit Service 569379
- better atomic functions support check
Packit Service 569379
Packit Service 569379
openscap-0.6.5							01-12-2010
Packit Service 569379
- propagate probe communication errors upwards
Packit Service 569379
- functions for handling OVAL "generator"
Packit Service 569379
- implement oval_probe_session_abort
Packit Service 569379
- RHEL5 related fixes
Packit Service 569379
- libtool versioning
Packit Service 569379
Packit Service 569379
openscap-0.6.4                                                  20-10-2010
Packit Service 569379
- perl regular expression is on by default
Packit Service 569379
- OVAL float type support
Packit Service 569379
- fix non-compliant handling of empty variables in OVAL
Packit Service 569379
- directory traversal algorithm made-over, avoid loops
Packit Service 569379
- add RHEL5 spec file and related fixes
Packit Service 569379
- XSL transformation improvements + Dublin Core support
Packit Service 569379
- fixing XCCDF export functionality
Packit Service 569379
Packit Service 569379
openscap-0.6.3                                                  14-09-2010
Packit Service 569379
- support filters inside objects
Packit Service 569379
- optimizing memory consumption
Packit Service 569379
- proper result for unsupported OVAL objects
Packit Service 569379
- many improvements in XSLT transformations
Packit Service 569379
- supporting  OVAL incomplete objects 
Packit Service 569379
- fixes in directories traversal (findfiles)
Packit Service 569379
- python API improvements
Packit Service 569379
- Fedora SCAP content improvements
Packit Service 569379
Packit Service 569379
openscap-0.6.2                                                  25-08-2010
Packit Service 569379
- provide draft of fedora14 XCCDF and OVAL content
Packit Service 569379
- XSL transformations for generating report and guidance
Packit Service 569379
- memory optimalizations for  file probe
Packit Service 569379
- add probes: sql and xinetd
Packit Service 569379
- new modular design of oscap tool
Packit Service 569379
- OVAL API refactor and clean up
Packit Service 569379
- debug mechanism clean up
Packit Service 569379
- improved python bindings
Packit Service 569379
- many many fixes
Packit Service 569379
Packit Service 569379
openscap-0.6.0							14-07-2010
Packit Service 569379
- finished OVAL variables support
Packit Service 569379
- fixed swig version requirement
Packit Service 569379
- xccdf_policy API tuned up
Packit Service 569379
- simplified reporting mechanism
Packit Service 569379
- provided OVAL and XCCDF schemas in tarball
Packit Service 569379
- improved interface for validation
Packit Service 569379
- added validation and cvss support to oscap tool
Packit Service 569379
- oscap tool fixes
Packit Service 569379
Packit Service 569379
openscap-0.5.12                                                 30-06-2010
Packit Service 569379
- OVAL high level API
Packit Service 569379
- OVAL split system querying and evaluation
Packit Service 569379
- OVAL variables rebind functionality 
Packit Service 569379
- XCCDF_POLICY - OVAL integration
Packit Service 569379
- XCCDF_POLICY - scanner implementation
Packit Service 569379
- XCCDF - implementation resolve(),
Packit Service 569379
- XCCDF - fixes in clone()
Packit Service 569379
- XCCDF - fixes and test for export()
Packit Service 569379
- XCCDF - value handling
Packit Service 569379
- probes - documentation
Packit Service 569379
- probes - reset()
Packit Service 569379
- probes - leaks
Packit Service 569379
- bindings  - callback interface
Packit Service 569379
- transform oscap-scan to oscap toolkit
Packit Service 569379
Packit Service 569379
openscap-0.5.11							26-05-2010
Packit Service 569379
* leak fixes on side of probes
Packit Service 569379
* variables support almost in all probes
Packit Service 569379
* new probes: environment variable, variable
Packit Service 569379
* semantic validation of variable model
Packit Service 569379
* library selftests for new probes
Packit Service 569379
* xccdf export and clone functions
Packit Service 569379
* xccdf_policy python/perl wrappers
Packit Service 569379
* bugfixes
Packit Service 569379
Packit Service 569379
openscap-0.5.10							07-05-2010
Packit Service 569379
- fixing many many leaks
Packit Service 569379
- variables support in: findfiles and process, password probes
Packit Service 569379
- new probes: textfilecontent
Packit Service 569379
- semantic validation available for: syschar model, result model
Packit Service 569379
- library selftests: two new tests, skiping missing probes
Packit Service 569379
- documentation: better coverege of  "common" part
Packit Service 569379
- xccdf_policy: new variables support
Packit Service 569379
Packit Service 569379
openscap-0.5.9							16-04-2010
Packit Service 569379
- built on windows (without probe support)
Packit Service 569379
- better support on RHEL5
Packit Service 569379
- OVAL model validation functionality
Packit Service 569379
- OVAL, XCCDF xml file validation functionality
Packit Service 569379
- update XCDDF model manipulation functions
Packit Service 569379
- introduction of XCCDF_POLICY tailoring interface
Packit Service 569379
- new probes: filemd5, filehash
Packit Service 569379
- removed libnl dependency
Packit Service 569379
- extended and improved library selfcheck
Packit Service 569379
- alternative solution to atomic functions based on mutex
Packit Service 569379
- many many fixes
Packit Service 569379
Packit Service 569379
openscap-0.5.8							24-03-2010
Packit Service 569379
- new s-expr parser
Packit Service 569379
- new probes from unix schema
Packit Service 569379
- file probe optimization
Packit Service 569379
- xccdf test_results implementation
Packit Service 569379
- extended OVAL API
Packit Service 569379
- documentaion update for OVAL + probes
Packit Service 569379
- tuned fedora content
Packit Service 569379
- initscript, cron job, oscap-scan (improved)
Packit Service 569379
- XCCDF_POLICY API specification
Packit Service 569379
- fixes(make distcheck pass)
Packit Service 569379
Packit Service 569379
openscap-0.5.7							21-02-2010
Packit Service 569379
- Debian dpkginfo probe is available now
Packit Service 569379
- RHEL5 support
Packit Service 569379
- new command line tool - OVAL scanner 
Packit Service 569379
- Fedora 12 OVAL content available
Packit Service 569379
- documentation is heavy updated (with class diagrams)
Packit Service 569379
- new tests in make check
Packit Service 569379
- minor API changes
Packit Service 569379
- C++ reserved names cleanup
Packit Service 569379
Packit Service 569379
openscap-0.5.6							04-01-2010
Packit Service 569379
- OVAL API has been extended
Packit Service 569379
- OVAL doxygen documentation is available
Packit Service 569379
- migration to new checking mechanism is completed
Packit Service 569379
- new logging and error propagating mechanism
Packit Service 569379
- many many bugfixes + defensive code 
Packit Service 569379
Packit Service 569379
openscap-0.5.5							12-11-2009
Packit Service 569379
- many fixes in OVAL
Packit Service 569379
- new system_info probe in OVAL
Packit Service 569379
- CVE is re-implemented
Packit Service 569379
- migration to improved testing mechanism has begun (see CPE)
Packit Service 569379
- bindings are merged into single module called openscap
Packit Service 569379
Packit Service 569379
openscap-0.5.4							23-10-2009
Packit Service 569379
- new CPE model
Packit Service 569379
- evaluation of set objects and system characteristic output
Packit Service 569379
- bindings clean up
Packit Service 569379
- probes tune up, memory leaks fixes 
Packit Service 569379
Packit Service 569379
openscap-0.5.3							29-09-2009
Packit Service 569379
- OVAL results part is code complete
Packit Service 569379
- improved memory management of definition and system characteristic model (OVAL)
Packit Service 569379
- improved memory management of S-expressions
Packit Service 569379
- new probe API
Packit Service 569379
- refactoring 
Packit Service 569379
Packit Service 569379
openscap-0.5.2							19-08-2009
Packit Service 569379
- new family probe
Packit Service 569379
- simple objects in OVAL content can be processed
Packit Service 569379
- initial implementation of conversion of S-Expressions to System Characteristic
Packit Service 569379
- bugfixes 
Packit Service 569379
Packit Service 569379
openscap-0.5.1							03-08-2009
Packit Service 569379
- all code except oval is after refactoring
Packit Service 569379
- populating of system-characteristics model from xml is available
Packit Service 569379
- implementation of probes: rpminfo, runlevel, textfilecontent54,xmlfilecontent is done
Packit Service 569379
- perl and python bindings are up2date 
Packit Service 569379
Packit Service 569379
openscap-0.3.2							24-04-2009
Packit Service 569379
- perl bindings are available
Packit Service 569379
Packit Service 569379
openscap-0.3.1							09-04-2009
Packit Service 569379
- python bindings for CPE, CCE, CVE and CVSS
Packit Service 569379
- OVAL can load definitions
Packit Service 569379
Packit Service 569379
Packit Service 569379
openscap-0.1.4							29-03-2009
Packit Service 569379
- first official release
Packit Service 569379
- CPE, CCE, CVE and CVSS are implmented
Packit Service 569379