From: <ssm...@us...> - 2008-02-20 15:32:56
|
Revision: 2806 http://selinux.svn.sourceforge.net/selinux/?rev=2806&view=rev Author: ssmalley Date: 2008-02-20 07:32:51 -0800 (Wed, 20 Feb 2008) Log Message: ----------- updated libsepol to version 2.0.21 Modified Paths: -------------- trunk/libsepol/ChangeLog trunk/libsepol/VERSION Modified: trunk/libsepol/ChangeLog =================================================================== --- trunk/libsepol/ChangeLog 2008-02-20 15:30:30 UTC (rev 2805) +++ trunk/libsepol/ChangeLog 2008-02-20 15:32:51 UTC (rev 2806) @@ -1,3 +1,6 @@ +2.0.21 2008-02-20 + * Fix invalid memory allocation in policydb_index_others() from Jason Tang. + 2.0.20 2008-02-04 * Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libsepol from Stephen Smalley. Modified: trunk/libsepol/VERSION =================================================================== --- trunk/libsepol/VERSION 2008-02-20 15:30:30 UTC (rev 2805) +++ trunk/libsepol/VERSION 2008-02-20 15:32:51 UTC (rev 2806) @@ -1 +1 @@ -2.0.20 +2.0.21 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |