Skip to content

Commit

Permalink
openscap-0.9.12
Browse files Browse the repository at this point in the history
There were 14 new symbols added. The soname of libopenscap
has changed from 3.3.3 to 3.4.0.
  • Loading branch information
isimluk committed Sep 12, 2013
1 parent 71dd8bf commit de1b793
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
openscap-0.9.12 12-09-2013
- tailoring improvements (@id, version, and benchmark ref attributes)
- XCCDF 1.1 tailoring extension
- improved robustness of CPE dictionary parser and exporter
- and added misc CPE 2.3 elements
- added Fedora 20 to internal CPE dictionary
- updated OVAL's results_to_html stylesheet from Mitre Corporation.
- profiles with duplicate selects (same @idref) now export correctly
- test improvements
- bug fixes
- fixed IPv6 export in TestResult/target-address
- consistently inject target-id-ref into TestResult in ARFs
- improved rpmdb manipulation (rhbz#999903)
- solaris build fixes
- spelling of name of default language fixed (oscap_text related)
- fixed CPE names matching (generalization vs. specialization)

openscap-0.9.11 17-07-2013
- bug fixes

Expand Down
6 changes: 3 additions & 3 deletions ac_probes/configure.ac.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ AC_PROG_SWIG([])
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details

## increment if the interface has additions, changes, removals.
LT_CURRENT=6
LT_CURRENT=7

## increment any time the source changes; set 0 to if you increment CURRENT
LT_REVISION=3
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.
LT_AGE=3
LT_AGE=4

AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ AC_PROG_SWIG([])
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details

## increment if the interface has additions, changes, removals.
LT_CURRENT=6
LT_CURRENT=7

## increment any time the source changes; set 0 to if you increment CURRENT
LT_REVISION=3
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.
LT_AGE=3
LT_AGE=4

AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
Expand Down

0 comments on commit de1b793

Please sign in to comment.