summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-09-05 15:23:18 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-09-05 15:23:18 -0400
commitc6309d4c8fcb5f4879cc25cf81b649f5eb665413 (patch)
tree6571a6e6b305220c7b9abcc56c745074ace1c56f
parent4356b583f8c23575a9ac25d49e7d224930107ef5 (diff)
downloadxorg-lib-libXft-c6309d4c8fcb5f4879cc25cf81b649f5eb665413.tar.gz
libXft 2.3.5libXft-2.3.5
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 54ef96b..3ccc7dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,18 @@
Xft
X FreeType library
- Version 2.3.4
- 2021-08-01
+ Version 2.3.5
+ 2022-09-05
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.5
+
+Add support for BGRA glyphs display and scaling
+Add "trackmemusage" property to use in improved _XftFontUncacheGlyph
+Revised/completed manual page; all functions are documented.
+
Version 2.3.4
Handle deprecation of FcNameRegisterObjectTypes API by fontconfig.
diff --git a/configure.ac b/configure.ac
index 8ef5eef..53f950a 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.4],
+AC_INIT([libXft], [2.3.5],
[https://gitlab.freedesktop.org/xorg/lib/libXft/issues], [libXft])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])