summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-08-01 17:49:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-08-01 17:49:42 -0700
commit98b121f22c3477b508dd17aa5db99f2ebf36ade4 (patch)
treeef82f74727d1371b45698561a1b65ac7eeecc185
parentdcd637d0f162e177a73a121feeb9d9e4fd69d4bb (diff)
libXft 2.3.4libXft-2.3.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 75e2124..54ef96b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,17 @@
Xft
X FreeType library
- Version 2.3.3
- 2019-03-16
+ Version 2.3.4
+ 2021-08-01
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.4
+
+Handle deprecation of FcNameRegisterObjectTypes API by fontconfig.
+Minor cleanups for compiler warnings and man pages.
+
Version 2.3.3
Use XRenderCreateSolidFill when available (Render version 0.10 or later)
diff --git a/configure.ac b/configure.ac
index a05c9a2..8bfe3d7 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.3],
+AC_INIT([libXft], [2.3.4],
[https://gitlab.freedesktop.org/xorg/lib/libXft/issues], [libXft])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])