libXfont2/libXfont2.changes
Stefan Dirsch 13523c2c5c - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXfont2?expand=0&rev=17
2024-08-02 08:43:05 +00:00

69 lines
2.7 KiB
Plaintext

-------------------------------------------------------------------
Fri Aug 2 08:40:47 UTC 2024 - Stefan Dirsch <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 09:04:20 UTC 2022 - Stefan Dirsch <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 2 09:57:36 UTC 2021 - Stefan Dirsch <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 17:41:07 UTC 2019 - Stefan Dirsch <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 19:17:03 UTC 2017 - sndirsch@suse.com
- Update to version 2.0.3
* Open files with O_NOFOLLOW. (CVE-2017-16611, bsc#1050459)
-------------------------------------------------------------------
Wed Oct 11 22:57:54 UTC 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 10:04:47 UTC 2016 - zaitor@opensuse.org
- Include COPYING in binary.
-------------------------------------------------------------------
Thu Sep 22 08:12:21 UTC 2016 - jengelh@inai.de
- RPM group correction
-------------------------------------------------------------------
Tue Dec 22 18:19:01 UTC 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.