diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-29 16:21:18 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-29 16:21:18 -0700 |
commit | b9d4a2b5be71ca883f5a876500edb0a1a9add0cf (patch) | |
tree | 94171b9197d70ae6b502562e75e85b3f7ff5c00a | |
parent | 8751e341bcc29952b4603e18767ab994653c6b01 (diff) |
libXft 2.2.0libXft-2.2.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 8 insertions, 3 deletions
@@ -1,12 +1,16 @@ Xft X FreeType library - Version 2.1.14 - 2009-10-09 + Version 2.2.0 + 2010-10-29 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.2.0 + +Dropped xft-config, now that pkg-config is well established. + Version 2.1.14 Added fake bold support (#1579, Novell #38202/223682). diff --git a/configure.ac b/configure.ac index 713edd5..f35eb91 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,8 @@ 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.14, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft) +AC_INIT([libXft], [2.2.0], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft]) AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |