From: <ssm...@us...> - 2007-11-20 18:47:33
|
Revision: 2690 http://selinux.svn.sourceforge.net/selinux/?rev=2690&view=rev Author: ssmalley Date: 2007-11-20 10:47:19 -0800 (Tue, 20 Nov 2007) Log Message: ----------- updated libselinux to version 2.0.45 Modified Paths: -------------- trunk/libselinux/ChangeLog trunk/libselinux/VERSION Modified: trunk/libselinux/ChangeLog =================================================================== --- trunk/libselinux/ChangeLog 2007-11-20 18:46:30 UTC (rev 2689) +++ trunk/libselinux/ChangeLog 2007-11-20 18:47:19 UTC (rev 2690) @@ -1,3 +1,6 @@ +2.0.45 2007-11-20 + * dlopen libsepol.so.1 rather than libsepol.so from Stephen Smalley. + 2.0.44 2007-11-20 * Based on a suggestion from Ulrich Drepper, defer regex compilation until we have a stem match, by Stephen Smalley. A further optimization would be to defer regex compilation until we have a complete match of the constant prefix of the regex - TBD. Modified: trunk/libselinux/VERSION =================================================================== --- trunk/libselinux/VERSION 2007-11-20 18:46:30 UTC (rev 2689) +++ trunk/libselinux/VERSION 2007-11-20 18:47:19 UTC (rev 2690) @@ -1 +1 @@ -2.0.44 +2.0.45 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |