This commit is contained in:
Dennis Gilmore 2014-06-07 20:08:16 -05:00
parent 210cfab462
commit 37993ee969

View File

@ -2,7 +2,7 @@
Name: json-c
Version: 0.11
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A JSON implementation in C
Group: Development/Libraries
License: MIT
@ -117,6 +117,9 @@ rm -rf %{buildroot}
%changelog
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Apr 09 2014 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.11-7
- Address CVE-2013-6371 and CVE-2013-6370 (BZ #1085676 and #1085677).
- Enabled rdrand support.