diff --git a/.gitignore b/.gitignore index adc9f0d..89fffd0 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ libselinux-2.0.96.tgz /libselinux-2.0.97.tgz /libselinux-2.0.98.tgz /libselinux-2.0.99.tgz +/libselinux-2.0.101.tgz diff --git a/libselinux.spec b/libselinux.spec index d2d61c2..427ea22 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -6,8 +6,8 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.99 -Release: 6%{?dist} +Version: 2.0.101 +Release: 1%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz @@ -236,8 +236,10 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog -* Wed Apr 5 2011 Dan Walsh - 2.0.99-6 +* Wed Apr 5 2011 Dan Walsh - 2.0.101-1 - Clean up patch to make handling of constructor cleanup more portable + * db_language object class support for selabel_lookup from KaiGai Kohei. + * Library destructors for thread local storage keys from Eamon Walsh. * Tue Apr 5 2011 Dan Walsh - 2.0.99-5 - Add distribution subs path diff --git a/sources b/sources index 402feaf..3ff56be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfecfccf8b39734ea0c064b9074177a5 libselinux-2.0.99.tgz +14d969b13c42e72c477cb3543b52c427 libselinux-2.0.101.tgz