From: <ssm...@us...> - 2008-06-06 14:37:02
|
Revision: 2896 http://selinux.svn.sourceforge.net/selinux/?rev=2896&view=rev Author: ssmalley Date: 2008-06-06 07:37:00 -0700 (Fri, 06 Jun 2008) Log Message: ----------- updated libsepol to version 1.16.13 Modified Paths: -------------- branches/stable/1_0/libsepol/ChangeLog branches/stable/1_0/libsepol/VERSION Modified: branches/stable/1_0/libsepol/ChangeLog =================================================================== --- branches/stable/1_0/libsepol/ChangeLog 2008-06-06 14:36:10 UTC (rev 2895) +++ branches/stable/1_0/libsepol/ChangeLog 2008-06-06 14:37:00 UTC (rev 2896) @@ -1,3 +1,8 @@ +1.16.13 2008-06-06 + * Fix endianness bug in the handling of network node addresses from Stephen Smalley. + Only affects big endian platforms. + Bug reported by John Weeks of Sun upon policy mismatch between x86 and sparc. + 1.16.12 2008-03-04 * Merge r2831 from trunk: fix uninitialized use of handle in struct policy_file from Todd Miller. Modified: branches/stable/1_0/libsepol/VERSION =================================================================== --- branches/stable/1_0/libsepol/VERSION 2008-06-06 14:36:10 UTC (rev 2895) +++ branches/stable/1_0/libsepol/VERSION 2008-06-06 14:37:00 UTC (rev 2896) @@ -1 +1 @@ -1.16.12 +1.16.13 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |