diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 11:03:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 11:03:38 -0700 |
commit | a266847d3c17dcdfcac719a1aa970ad54f4b545a (patch) | |
tree | f3409690bc8450ca8360da5d51c21cccdde8e5aa | |
parent | fab5adf8fa3073862267e14aece1adf9eed0541c (diff) |
libXft 2.3.3libXft-2.3.3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 3 deletions
@@ -1,12 +1,17 @@ Xft X FreeType library - Version 2.3.0 - 2012-03-07 + Version 2.3.3 + 2019-03-16 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.3 + +Use XRenderCreateSolidFill when available (Render version 0.10 or later) +in XftDrawSrcPicture. + Version 2.3.2 Build fix for freetype 2.5.1, man page fix for XftDrawString8 & XftDrawRect. diff --git a/configure.ac b/configure.ac index ff03cfc..a05c9a2 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.2], +AC_INIT([libXft], [2.3.3], [https://gitlab.freedesktop.org/xorg/lib/libXft/issues], [libXft]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |