From: <ssm...@us...> - 2007-02-20 14:07:08
|
Revision: 2242 http://svn.sourceforge.net/selinux/?rev=2242&view=rev Author: ssmalley Date: 2007-02-20 06:06:53 -0800 (Tue, 20 Feb 2007) Log Message: ----------- Update ChangeLogs and VERSIONs. Modified Paths: -------------- branches/stable/1_0/checkpolicy/ChangeLog branches/stable/1_0/checkpolicy/VERSION branches/stable/1_0/libselinux/ChangeLog branches/stable/1_0/libselinux/VERSION branches/stable/1_0/libsemanage/ChangeLog branches/stable/1_0/libsemanage/VERSION branches/stable/1_0/policycoreutils/ChangeLog branches/stable/1_0/policycoreutils/VERSION Modified: branches/stable/1_0/checkpolicy/ChangeLog =================================================================== --- branches/stable/1_0/checkpolicy/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/checkpolicy/ChangeLog 2007-02-20 14:06:53 UTC (rev 2242) @@ -1,3 +1,6 @@ +1.34.1 2007-02-20 + * Merged patch to allow dots in class identifiers from Caleb Case. + 1.34.0 2007-01-18 * Updated version for stable branch. Modified: branches/stable/1_0/checkpolicy/VERSION =================================================================== --- branches/stable/1_0/checkpolicy/VERSION 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/checkpolicy/VERSION 2007-02-20 14:06:53 UTC (rev 2242) @@ -1 +1 @@ -1.34.0 +1.34.1 Modified: branches/stable/1_0/libselinux/ChangeLog =================================================================== --- branches/stable/1_0/libselinux/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/libselinux/ChangeLog 2007-02-20 14:06:53 UTC (rev 2242) @@ -1,3 +1,6 @@ +1.34.3 2007-02-20 + * Merged patch from Todd Miller to convert int types over to C99 style. + 1.34.2 2007-02-01 * Merged patch from Todd Miller to remove sscanf in matchpathcon.c because of the use of the non-standard format %as. (original patch changed Modified: branches/stable/1_0/libselinux/VERSION =================================================================== --- branches/stable/1_0/libselinux/VERSION 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/libselinux/VERSION 2007-02-20 14:06:53 UTC (rev 2242) @@ -1 +1 @@ -1.34.2 +1.34.3 Modified: branches/stable/1_0/libsemanage/ChangeLog =================================================================== --- branches/stable/1_0/libsemanage/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/libsemanage/ChangeLog 2007-02-20 14:06:53 UTC (rev 2242) @@ -1,3 +1,8 @@ +1.10.2 2007-02-20 + * Merged Makefile test target patch from Caleb Case. + * Merged get_commit_number function rename patch from Caleb Case. + * Merged strnlen -> strlen patch from Todd Miller. + 1.10.1 2007-01-26 * Merged python binding fix from Dan Walsh. Modified: branches/stable/1_0/libsemanage/VERSION =================================================================== --- branches/stable/1_0/libsemanage/VERSION 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/libsemanage/VERSION 2007-02-20 14:06:53 UTC (rev 2242) @@ -1 +1 @@ -1.10.1 +1.10.2 Modified: branches/stable/1_0/policycoreutils/ChangeLog =================================================================== --- branches/stable/1_0/policycoreutils/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/policycoreutils/ChangeLog 2007-02-20 14:06:53 UTC (rev 2242) @@ -1,3 +1,7 @@ +1.34.2 2007-02-20 + * Merged seobject exception handler fix from Caleb Case. + * Merged setfiles memory leak patch from Todd Miller. + 1.34.1 2007-01-22 * Fixed newrole non-pam build. Modified: branches/stable/1_0/policycoreutils/VERSION =================================================================== --- branches/stable/1_0/policycoreutils/VERSION 2007-02-20 14:03:10 UTC (rev 2241) +++ branches/stable/1_0/policycoreutils/VERSION 2007-02-20 14:06:53 UTC (rev 2242) @@ -1 +1 @@ -1.34.1 +1.34.2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |