diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index 41d36e6c..bbbb1674 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,6 @@ +2.0.24 2011-04-11 + * Add new class field in role_transition by Harry Ciao. + 2.0.23 2010-12-16 * Remove unused variables to fix compliation under GCC 4.6 by Justin Mattock diff --git a/checkpolicy/VERSION b/checkpolicy/VERSION index 18f812ff..8f4c02d6 100644 --- a/checkpolicy/VERSION +++ b/checkpolicy/VERSION @@ -1 +1 @@ -2.0.23 +2.0.24 diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index a7b62bc7..c4c81fbb 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,12 @@ +2.0.102 2011-04-11 + * Give correct names to mount points in load_policy by Dan Walsh. + * Make sure selinux state is reported correctly if selinux is disabled or + fails to load by Dan Walsh. + * Fix crash if selinux_key_create was never called by Dan Walsh. + * Add new file_context.subs_dist for distro specific filecon substitutions + by Dan Walsh. + * Update man pages for selinux_color_* functions by Richard Haines. + 2.0.101 2011-03-23 * db_language object class support for selabel_lookup from KaiGai Kohei. diff --git a/libselinux/VERSION b/libselinux/VERSION index 5474a59e..777f72cb 100644 --- a/libselinux/VERSION +++ b/libselinux/VERSION @@ -1 +1 @@ -2.0.101 +2.0.102 diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index f155e0ba..986c82ef 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,6 @@ +2.0.43 2011-04-11 + * Add new class field in role_transition by Harry Ciao. + 2.0.42 2010-12-16 * Fix compliation under GCC 4.6 by Justin Mattock diff --git a/libsepol/VERSION b/libsepol/VERSION index a31ecb10..0f203326 100644 --- a/libsepol/VERSION +++ b/libsepol/VERSION @@ -1 +1 @@ -2.0.42 +2.0.43 diff --git a/policycoreutils/ChangeLog b/policycoreutils/ChangeLog index f2cc950a..24cb84ef 100644 --- a/policycoreutils/ChangeLog +++ b/policycoreutils/ChangeLog @@ -1,3 +1,6 @@ +2.0.86 2011-04-11 + * Use correct color range in mcstrand by Richard Haines. + 2.0.85 2010-12-20 * Move newrole to use libcap-ng from Dan Walsh diff --git a/policycoreutils/VERSION b/policycoreutils/VERSION index 2628e95d..84b6896e 100644 --- a/policycoreutils/VERSION +++ b/policycoreutils/VERSION @@ -1 +1 @@ -2.0.85 +2.0.86