From: <ssm...@us...> - 2007-11-20 16:22:44
|
Revision: 2688 http://selinux.svn.sourceforge.net/selinux/?rev=2688&view=rev Author: ssmalley Date: 2007-11-20 08:22:43 -0800 (Tue, 20 Nov 2007) Log Message: ----------- updated libselinux to version 2.0.44 Modified Paths: -------------- trunk/libselinux/ChangeLog trunk/libselinux/VERSION Modified: trunk/libselinux/ChangeLog =================================================================== --- trunk/libselinux/ChangeLog 2007-11-20 16:19:43 UTC (rev 2687) +++ trunk/libselinux/ChangeLog 2007-11-20 16:22:43 UTC (rev 2688) @@ -1,3 +1,7 @@ +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. + 2.0.43 2007-11-15 * Regenerated Flask headers from policy. Modified: trunk/libselinux/VERSION =================================================================== --- trunk/libselinux/VERSION 2007-11-20 16:19:43 UTC (rev 2687) +++ trunk/libselinux/VERSION 2007-11-20 16:22:43 UTC (rev 2688) @@ -1 +1 @@ -2.0.43 +2.0.44 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |