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.