diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index c10b68f6..40c545da 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,10 @@ +2.0.85 2009-07-14 + * Reverted Tomas Mraz's fix for freeing thread local storage to avoid + pthread dependency. + * Removed fini_context_translations() altogether. + * Merged lazy init patch from Stephen Smalley based on original patch + by Steve Grubb. + 2.0.84 2009-07-07 * Add per-service seuser support from Dan Walsh. * Let load_policy gracefully handle selinuxfs being mounted from Stephen Smalley. diff --git a/libselinux/VERSION b/libselinux/VERSION index 3cddde07..2628e95d 100644 --- a/libselinux/VERSION +++ b/libselinux/VERSION @@ -1 +1 @@ -2.0.84 +2.0.85