diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-09-10 09:59:49 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-09-10 09:59:49 -0400 |
commit | 7d3bcd3b9ae3ffbfcd4f31c8f1db2254df90bc33 (patch) | |
tree | 8f1d115eb8216674636c1752c1d9b931707dc663 | |
parent | 5e0ed11a43e37e50ba0937beaa40851c2d864981 (diff) |
libXft 2.3.6libXft-2.3.6
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 3 deletions
@@ -1,12 +1,16 @@ Xft X FreeType library - Version 2.3.5 - 2022-09-05 + Version 2.3.6 + 2022-09-10 Xft version 2.1 was the first stand alone release of Xft, a library that connects X applications with the FreeType font rasterization library. Xft uses fontconfig to locate fonts so it has no configuration files. +Version 2.3.6 + +Fixes a regression in 2.3.5 for XftTextExtents* length-checks. + Version 2.3.5 Add support for BGRA glyphs display and scaling diff --git a/configure.ac b/configure.ac index 53f950a..016cb88 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_PREREQ([2.60]) # version. This version number will be substituted into Xft.h # Please bump the minor library number at each release as well. # -AC_INIT([libXft], [2.3.5], +AC_INIT([libXft], [2.3.6], [https://gitlab.freedesktop.org/xorg/lib/libXft/issues], [libXft]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |