From: <ssm...@us...> - 2007-08-01 18:57:53
|
Revision: 2506 http://selinux.svn.sourceforge.net/selinux/?rev=2506&view=rev Author: ssmalley Date: 2007-08-01 11:57:53 -0700 (Wed, 01 Aug 2007) Log Message: ----------- updated libsepol to version 2.0.5 Modified Paths: -------------- trunk/libsepol/ChangeLog trunk/libsepol/VERSION Modified: trunk/libsepol/ChangeLog =================================================================== --- trunk/libsepol/ChangeLog 2007-08-01 18:53:06 UTC (rev 2505) +++ trunk/libsepol/ChangeLog 2007-08-01 18:57:53 UTC (rev 2506) @@ -1,3 +1,8 @@ +2.0.5 2007-08-01 + * Fix sepol_context_clone to handle a NULL context correctly. + This happens for e.g. semanage_fcontext_set_con(sh, fcontext, NULL) + to set the file context entry to "<<none>>". + 2.0.4 2007-06-20 * Merged error handling patch from Eamon Walsh. Modified: trunk/libsepol/VERSION =================================================================== --- trunk/libsepol/VERSION 2007-08-01 18:53:06 UTC (rev 2505) +++ trunk/libsepol/VERSION 2007-08-01 18:57:53 UTC (rev 2506) @@ -1 +1 @@ -2.0.4 +2.0.5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |