forked from pool/openscap
- openscap-1.2.0 update
- new features - native support of bzip2ed SCAP files (file extension needs to be '.xml.bz2') - improved performance on huge XML documents, especially DataStreams - minimized use of temp files to absolute minimum - added OVAL-5.11 release candidate schemas - API changes - overall 50 new symbols added to public API - introduced oscap_source abstraction for input files - further info: http://isimluk.livejournal.com/4859.html - all the parsers converted to use oscap_source abstraction - introduced ds_sds_session, high level API for playing with Source DataStreams - introduced cpe_session, abstraction to approach multiple CPE resources - introduced ds_rds_session, high level API for playing with Result DataStreams (ARF files) - deprecated dozens of API calls dependent on filepath - introduced API for waivers (xccdf:override) and modification of ARF - initial support for waivers in HTML Report - dozens of small improvements - maintenance - dozens of small fixes - dozens of memory leaks (whole test suite is now leak free) - updated gnulib - Remove unused build require on libnl-1_1 according to the OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=117
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 2 12:44:35 UTC 2014 - meissner@suse.com
|
||||
|
||||
- openscap-1.2.0 update
|
||||
- new features
|
||||
- native support of bzip2ed SCAP files (file extension needs to be '.xml.bz2')
|
||||
- improved performance on huge XML documents, especially DataStreams
|
||||
- minimized use of temp files to absolute minimum
|
||||
- added OVAL-5.11 release candidate schemas
|
||||
- API changes
|
||||
- overall 50 new symbols added to public API
|
||||
- introduced oscap_source abstraction for input files
|
||||
- further info: http://isimluk.livejournal.com/4859.html
|
||||
- all the parsers converted to use oscap_source abstraction
|
||||
- introduced ds_sds_session, high level API for playing with Source DataStreams
|
||||
- introduced cpe_session, abstraction to approach multiple CPE resources
|
||||
- introduced ds_rds_session, high level API for playing with Result DataStreams
|
||||
(ARF files)
|
||||
- deprecated dozens of API calls dependent on filepath
|
||||
- introduced API for waivers (xccdf:override) and modification of ARF
|
||||
- initial support for waivers in HTML Report
|
||||
- dozens of small improvements
|
||||
- maintenance
|
||||
- dozens of small fixes
|
||||
- dozens of memory leaks (whole test suite is now leak free)
|
||||
- updated gnulib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 1 12:38:45 UTC 2014 - meissner@suse.com
|
||||
|
||||
@@ -50,7 +77,7 @@ Wed Jul 2 12:41:39 UTC 2014 - meissner@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 14:19:09 UTC 2014 - crrodriguez@opensuse.org
|
||||
|
||||
- Remove unused build require on libnl-1_1 according to the
|
||||
- Remove unused build require on libnl-1_1 according to the
|
||||
changelog, it stopped beign used in 2010
|
||||
- libattr is also unused.
|
||||
|
||||
|
Reference in New Issue
Block a user