From 7d3bcd3b9ae3ffbfcd4f31c8f1db2254df90bc33 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 10 Sep 2022 09:59:49 -0400 Subject: libXft 2.3.6 Signed-off-by: Thomas E. Dickey --- NEWS | 8 ++++++-- configure.ac | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3ccc7dd..3dded13 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1