diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-05 23:04:54 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-05 23:04:54 -0700 |
commit | 214f9b5306d833e2787c75fe41dfdc9228fcb738 (patch) | |
tree | 3a7e1a7a36abfaa411eac33f1a96329a42b33b14 | |
parent | 4acfdaf95adb0a05c2a25550bdde036c865902f4 (diff) |
libXft 2.3.2libXft-2.3.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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/configure.ac b/configure.ac index 013d9a6..840710d 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.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]) |