summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-05 23:04:54 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-05 23:04:54 -0700
commit214f9b5306d833e2787c75fe41dfdc9228fcb738 (patch)
tree3a7e1a7a36abfaa411eac33f1a96329a42b33b14
parent4acfdaf95adb0a05c2a25550bdde036c865902f4 (diff)
libXft 2.3.2libXft-2.3.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b547c78..2a08f90 100644
--- a/NEWS
+++ b/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/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])