From: <ssm...@us...> - 2007-02-20 14:03:18
|
Revision: 2241 http://svn.sourceforge.net/selinux/?rev=2241&view=rev Author: ssmalley Date: 2007-02-20 06:03:10 -0800 (Tue, 20 Feb 2007) Log Message: ----------- Update ChangeLogs and VERSIONs. Modified Paths: -------------- trunk/checkpolicy/ChangeLog trunk/checkpolicy/VERSION trunk/libselinux/ChangeLog trunk/libselinux/VERSION trunk/libsemanage/ChangeLog trunk/libsemanage/VERSION trunk/policycoreutils/ChangeLog trunk/policycoreutils/VERSION Modified: trunk/checkpolicy/ChangeLog =================================================================== --- trunk/checkpolicy/ChangeLog 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/checkpolicy/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) @@ -1,3 +1,6 @@ +2.0.1 2007-02-20 + * Merged patch to allow dots in class identifiers from Caleb Case. + 2.0.0 2007-02-01 * Merged patch to use new libsepol error codes by Karl MacMillan. Modified: trunk/checkpolicy/VERSION =================================================================== --- trunk/checkpolicy/VERSION 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/checkpolicy/VERSION 2007-02-20 14:03:10 UTC (rev 2241) @@ -1 +1 @@ -2.0.0 +2.0.1 Modified: trunk/libselinux/ChangeLog =================================================================== --- trunk/libselinux/ChangeLog 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/libselinux/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) @@ -1,3 +1,6 @@ +2.0.1 2007-02-20 + * Merged patch from Todd Miller to convert int types over to C99 style. + 2.0.0 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: trunk/libselinux/VERSION =================================================================== --- trunk/libselinux/VERSION 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/libselinux/VERSION 2007-02-20 14:03:10 UTC (rev 2241) @@ -1 +1 @@ -2.0.0 +2.0.1 Modified: trunk/libsemanage/ChangeLog =================================================================== --- trunk/libsemanage/ChangeLog 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/libsemanage/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) @@ -1,3 +1,8 @@ +2.0.0 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: trunk/libsemanage/VERSION =================================================================== --- trunk/libsemanage/VERSION 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/libsemanage/VERSION 2007-02-20 14:03:10 UTC (rev 2241) @@ -1 +1 @@ -1.10.1 +2.0.0 Modified: trunk/policycoreutils/ChangeLog =================================================================== --- trunk/policycoreutils/ChangeLog 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/policycoreutils/ChangeLog 2007-02-20 14:03:10 UTC (rev 2241) @@ -1,3 +1,7 @@ +2.0.2 2007-02-20 + * Merged seobject exception handler fix from Caleb Case. + * Merged setfiles memory leak patch from Todd Miller. + 2.0.1 2007-02-08 * Merged small fix to correct include of errcodes.h in semodule_deps from Dan Walsh. Modified: trunk/policycoreutils/VERSION =================================================================== --- trunk/policycoreutils/VERSION 2007-02-20 13:53:16 UTC (rev 2240) +++ trunk/policycoreutils/VERSION 2007-02-20 14:03:10 UTC (rev 2241) @@ -1 +1 @@ -2.0.1 +2.0.2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |