-
Mon Mar 11 2019 Marek Kasik <mkasik@redhat.com> - 2.8-14
- Fix rendering in monochrome mode
- Resolves: #1657479
-
Tue Nov 13 2018 Marek Kasik <mkasik@redhat.com> - 2.8-13
- Fix definition of constant ft_encoding_gb2312 in freetype.h
- Resolves: #1645218
-
Fri Jun 08 2018 Marek Kasik <mkasik@redhat.com> - 2.8-12
- Fix loading of avar tables
- Resolves: #1576504
-
Thu Jun 07 2018 Marek Kasik <mkasik@redhat.com> - 2.8-11
- Preserve API/ABI compatibility for public symbols
- Resolves: #1576504
-
Wed Jun 06 2018 Richard Hughes <rhughes@redhat.com> - 2.8-10
- Update to 2.8
- Resolves: #1576504
-
Mon Feb 20 2017 Marek Kasik <mkasik@redhat.com> - 2.4.11-15
- Fix shellcheck warning (coverity)
- Related: #1368141
-
Mon Feb 20 2017 Marek Kasik <mkasik@redhat.com> - 2.4.11-14
- Backport functions for reading signed values from stream
- Resolves: #1381678
-
Fri Feb 17 2017 Marek Kasik <mkasik@redhat.com> - 2.4.11-13
- Don't show path of non-existing libtool file
- Resolves: #1368141
-
Tue Mar 22 2016 Marek Kasik <mkasik@redhat.com> - 2.4.11-12
- Define _FILE_OFFSET_BITS=64 to handle inodes higher than or equal to 2^31
- Resolves: #1303268
-
Tue Mar 10 2015 Marek Kasik <mkasik@redhat.com> - 2.4.11-11
- Fixes CVE-2014-9657
- Check minimum size of `record_size'.
- Fixes CVE-2014-9658
- Use correct value for minimum table length test.
- Fixes CVE-2014-9675
- New macro that checks one character more than `strncmp'.
- Fixes CVE-2014-9660
- Check `_BDF_GLYPH_BITS'.
- Fixes CVE-2014-9661
- Initialize `face->ttf_size'.
- Always set `face->ttf_size' directly.
- Exclusively use the `truetype' font driver for loading
the font contained in the `sfnts' array.
- Fixes CVE-2014-9663
- Fix order of validity tests.
- Fixes CVE-2014-9664
- Add another boundary testing.
- Fix boundary testing.
- Fixes CVE-2014-9667
- Protect against addition overflow.
- Fixes CVE-2014-9669
- Protect against overflow in additions and multiplications.
- Fixes CVE-2014-9670
- Add sanity checks for row and column values.
- Fixes CVE-2014-9671
- Check `size' and `offset' values.
- Fixes CVE-2014-9673
- Fix integer overflow by a broken POST table in resource-fork.
- Fixes CVE-2014-9674
- Fix integer overflow by a broken POST table in resource-fork.
- Additional overflow check in the summation of POST fragment lengths.
- Work around behaviour of X11's `pcfWriteFont' and `pcfReadFont' functions
- Resolves: #1197740