Updated libselinux and libsemanage ChangeLogs

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-11-15 11:07:20 -05:00
parent bb98da0948
commit 2c1ae0f029
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,6 @@
* Link Python wrapper with Python, from Nicolas Iooss.
* Link Ruby wrapper with -lruby, from Nicolas Iooss.
* Use Ruby to define RUBYINC, from Nicolas Iooss.
* Fix subdir build and usage of cmdline CFLAGS, from Stephen Smalley.
* Remove *swig_python_exception.i if its creation failed, from Nicolas Iooss.
* Remove rpm_execcon from SWIG wrappers, from Nicolas Iooss.

View file

@ -1,3 +1,7 @@
* 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.
* Use Ruby to define RUBYINC, from Nicolas Iooss.
* semanage_seuser_key_create: copy name to avoid use-after-free in swig-generated code, from Nicolas Iooss.
* Remove *swig_python_exception.i if its creation failed, from Nicolas Iooss.
* Remove ruby_semanage.so with "make clean", from Nicolas Iooss.