From 2ceadad8a36cf928ebe316181aac25f2d5492307 Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Tue, 15 Nov 2016 11:14:24 -0500 Subject: [PATCH] Updated libselinux and libsemanage ChangeLog Signed-off-by: Stephen Smalley --- libselinux/ChangeLog | 2 ++ libsemanage/ChangeLog | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index 9fb2ebf3..38f9209e 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,5 @@ + * swig: use SWIG_fail when an error occurs, from Nicolas Iooss. + * Fall back to gcc in exception.sh, from Nicolas Iooss. * Link Python wrapper with Python, from Nicolas Iooss. * Link Ruby wrapper with -lruby, from Nicolas Iooss. * Use Ruby to define RUBYINC, from Nicolas Iooss. diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index 9af5901f..6f311db9 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,3 +1,5 @@ + * swig: use SWIG_fail when an error occurs, from Nicolas Iooss. + * Fall back to gcc in exception.sh, from Nicolas Iooss. * Link Python wrapper with Python, from Nicolas Iooss. * Query for python site-packages dir directly, from Nicolas Iooss. * Link Ruby wrapper with -lruby, from Nicolas Iooss.