summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 16:45:25 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-09 16:45:25 -0700
commitfc248fb44413d11fed288793d0d8c2af76aeeb40 (patch)
tree1ee97099d67a3289bdd533be729c4e3b409ed8b0
parent0f2a55b55d18272824444071f71473d988112465 (diff)
libXft 2.1.14libXft-2.1.14
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e6e8f26..6e4e225 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,16 @@
Xft
X FreeType library
- Version 2.1.13
- 2008-7-2
+ Version 2.1.14
+ 2009-10-09
Xft version 2.1 is 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.1.14
+
+Added fake bold support (#1579, Novell #38202/223682).
+
Version 2.1.13
Fix hashing in 64-bit versions. Register objects with freetype.
diff --git a/configure.ac b/configure.ac
index cd76278..141fd25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ dnl This is the package version number, not the shared library
dnl version. This version number will be substituted into Xft.h
dnl Please bump the minor library number at each release as well.
dnl
-AC_INIT(libXft, 2.1.13, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
+AC_INIT(libXft, 2.1.14, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])