diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index afa5ea69..d1ab80e1 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,8 @@ +2.0.92 2010-03-06 + * Fix from Eric Paris to fix leak on non-selinux systems. + * regenerate swig wrappers + * pkgconfig fix to respect LIBDIR from Dan Walsh. + 2.0.91 2010-02-22 * Change the AVC to only audit the permissions specified by the policy, excluding any permissions specified via dontaudit or not diff --git a/libselinux/VERSION b/libselinux/VERSION index a1622011..0a7e4e52 100644 --- a/libselinux/VERSION +++ b/libselinux/VERSION @@ -1 +1 @@ -2.0.91 +2.0.92 diff --git a/libsemanage/ChangeLog b/libsemanage/ChangeLog index 8142b673..32691111 100644 --- a/libsemanage/ChangeLog +++ b/libsemanage/ChangeLog @@ -1,3 +1,9 @@ +2.0.45 2010-03-06 + * Add enable/disable patch support from Dan Walsh. + * Add usepasswd flag to semanage.conf to disable genhomedircon using + passwd from Dan Walsh. + * regenerate swig wrappers + 2.0.44 2010-02-02 * Replace usage of fmemopen() with sepol_policy_file_set_mem() since glibc < 2.9 does not support binary mode ('b') for fmemopen'd diff --git a/libsemanage/VERSION b/libsemanage/VERSION index fa0b8b41..a822eaa9 100644 --- a/libsemanage/VERSION +++ b/libsemanage/VERSION @@ -1 +1 @@ -2.0.44 +2.0.45