summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-01 23:05:40 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-01 23:05:40 +0000
commite9357d6670fc2e8ccf8d8770bac4c31994d6cc2f (patch)
tree89150f319acbe169fa47261840dfa03d3132e9ef
parent7ecd09a15c30770ed6e70d80fb67f88819471c20 (diff)
Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump to 1.1libxfont-1_1_0XORG-7_1XORG-7_0_99_901
for new header files and bugfixes.
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 14cb05c..279e9bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-01 Adam Jackson <ajax@freedesktop.org>
+
+ * Makefile.am:
+ Add ft.h and ftfuncs.h to the install set for Xprint's benefit.
+
+ * configure.ac:
+ Bump to 1.1 for new header files and bugfixes.
+
2006-03-31 Daniel Stone <daniel@freedesktop.org>
* src/fontfile/ffcheck.c:
diff --git a/Makefile.am b/Makefile.am
index d13645c..fbe5345 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,9 @@ libXfontinclude_HEADERS = \
include/X11/fonts/fontshow.h \
include/X11/fonts/fontutil.h \
include/X11/fonts/fontxlfd.h \
- include/X11/fonts/pcf.h
+ include/X11/fonts/pcf.h \
+ src/FreeType/ft.h \
+ src/FreeType/ftfuncs.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xfont.pc
diff --git a/configure.ac b/configure.ac
index 41a589b..3cc85b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
AC_INIT([libXfont],
- 1.0.0,
+ 1.1.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libXfont)
dnl