SHA256
1
0
forked from pool/openscap

- openscap 1.2.8 release

- Maintenance
    - textfilecontent54_probe does not produce false positives on non-UTF files (rhbz #1285757)
    - fixed oscap-docker
    - small improvements in verbose mode
    - oscap info module shows information about tailoring files
    - fixed build with CCE (issue #264)
    - fixed XCCDF score computation (issue #272)
    - fixed segmentation fault in variable probe (issue #277)
    - fixed broken support for OVAL directives
    - fixed bash completion
    - plugged memory leaks
    - fixed fresh static analysis (coverity) findings
    - fixed shellcheck warnings
    - new tests
    - refactoring in datastream module
    - many small bugfixes and typo fixes

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=149
This commit is contained in:
2016-01-19 10:25:06 +00:00
committed by Git OBS Bridge
parent b2e2d22272
commit e5564e2ae3
6 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jan 19 10:22:08 UTC 2016 - meissner@suse.com
- openscap 1.2.8 release
- Maintenance
- textfilecontent54_probe does not produce false positives on non-UTF files (rhbz #1285757)
- fixed oscap-docker
- small improvements in verbose mode
- oscap info module shows information about tailoring files
- fixed build with CCE (issue #264)
- fixed XCCDF score computation (issue #272)
- fixed segmentation fault in variable probe (issue #277)
- fixed broken support for OVAL directives
- fixed bash completion
- plugged memory leaks
- fixed fresh static analysis (coverity) findings
- fixed shellcheck warnings
- new tests
- refactoring in datastream module
- many small bugfixes and typo fixes
-------------------------------------------------------------------
Thu Dec 3 13:06:14 UTC 2015 - meissner@suse.com