diff options
Diffstat (limited to 'libXft')
-rw-r--r-- | libXft/NEWS | 8 | ||||
-rw-r--r-- | libXft/configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/libXft/NEWS b/libXft/NEWS index b547c7835..2a08f90e1 100644 --- a/libXft/NEWS +++ b/libXft/NEWS @@ -7,6 +7,14 @@ 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.2 + +Build fix for freetype 2.5.1, man page fix for XftDrawString8 & XftDrawRect. + +Version 2.3.1 + +Fix regression that broke bold fonts in 2.3.0, remove dead code. + Version 2.3.0 Subpixel LCD text rendering improvements diff --git a/libXft/configure.ac b/libXft/configure.ac index 013d9a64b..840710d53 100644 --- a/libXft/configure.ac +++ b/libXft/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.1], +AC_INIT([libXft], [2.3.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |