* Fri Aug 02 2024 sndirsch@suse.com
- Update to version 2.0.7
* This release cleans out remnants of support for archiac platforms,
improves handling of font server reconnection, fixes several issues
found by static analysis, and updates some build checks.
* Sat Aug 27 2022 sndirsch@suse.com
- Update to version 2.0.6
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* configure: Use pkg-config to handle zlib dependency if possible
* Fix comments to reflect removal of OS/2 support
* Mon Aug 02 2021 sndirsch@suse.com
- Update to version 2.0.5
* README: Remove mention of libXfont 1.5
* Fix out-of-bounds read in FontFileMakeDir()
* configure: define HAVE_LIBBSD when libbsd was found
* Fix Win32 build since c4ed2e06 "Add some unit testing utilities"
* Fix crash when font server connection lost
* Fix use after free when font server connection lost
* Mon Sep 16 2019 sndirsch@suse.com
- Update to version 2.0.4
* This minor maintenance release cleans up issues found by
Coverity and gcc, as well as additional hardening through
the use of APIs with stronger bounds checking.
- tag COPYING as license
* Tue Nov 28 2017 sndirsch@suse.com
- Update to version 2.0.3
* Open files with O_NOFOLLOW. (CVE-2017-16611, bsc#1050459)
* Wed Oct 11 2017 tobias.johannes.klausmann@mni.thm.de
- Update to version 2.0.2:
A collection of minor fixes since 2.0.1, including fixes for CVE 2017-13720
and CVE 2017-13722.
* Fri Sep 23 2016 zaitor@opensuse.org
- Include COPYING in binary.
* Thu Sep 22 2016 jengelh@inai.de
- RPM group correction
* Tue Dec 22 2015 tobias.johannes.klausmann@mni.thm.de
- Initial package version 2.0.1:
Here's the first version of a new libXfont2 library; it's the same as
the old libXfont libary, but has a shiny new API/ABI that avoids
referencing symbols in the X server directly. The code for the X server
to use this version is awaiting review and merging still.