From: <ssm...@us...> - 2007-08-23 14:59:33
|
Revision: 2536 http://selinux.svn.sourceforge.net/selinux/?rev=2536&view=rev Author: ssmalley Date: 2007-08-23 07:59:08 -0700 (Thu, 23 Aug 2007) Log Message: ----------- updated libsepol to version 2.0.7 Modified Paths: -------------- trunk/libsepol/ChangeLog trunk/libsepol/VERSION Modified: trunk/libsepol/ChangeLog =================================================================== --- trunk/libsepol/ChangeLog 2007-08-23 14:56:56 UTC (rev 2535) +++ trunk/libsepol/ChangeLog 2007-08-23 14:59:08 UTC (rev 2536) @@ -1,5 +1,9 @@ +2.0.7 2007-08-23 + * Eliminate unaligned accesses from policy reading code from Stephen Smalley. + 2.0.6 2007-08-16 - * Allow dontaudits to be turned off during policy expansion + * Allow dontaudits to be turned off during policy expansion from + Joshua Brindle. 2.0.5 2007-08-01 * Fix sepol_context_clone to handle a NULL context correctly. Modified: trunk/libsepol/VERSION =================================================================== --- trunk/libsepol/VERSION 2007-08-23 14:56:56 UTC (rev 2535) +++ trunk/libsepol/VERSION 2007-08-23 14:59:08 UTC (rev 2536) @@ -1 +1 @@ -2.0.6 +2.0.7 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |