Author: branden
Date: 2005-03-29 17:31:53 -0500 (Tue, 29 Mar 2005)
New Revision: 104

Modified:
   vendor/ChangeLog
   vendor/Xft.3
   vendor/Xft.h
   vendor/configure
   vendor/configure.ac
Log:
Update vendor branch to libXft 2.1.4.


Modified: vendor/ChangeLog
===================================================================
--- vendor/ChangeLog    2005-03-29 20:51:33 UTC (rev 103)
+++ vendor/ChangeLog    2005-03-29 22:31:53 UTC (rev 104)
@@ -1,6 +1,13 @@
 2004-03-10  Keith Packard  <[EMAIL PROTECTED]>
 
        * Xft.h:
+       * configure.ac:
+       Sigh.  "someone" released a 2.1.3 without fixing
+       the version numbers.  Update to 2.1.4.
+
+2004-03-10  Keith Packard  <[EMAIL PROTECTED]>
+
+       * Xft.h:
        Update version number to 2.1.3
        Change #include syntax for recent FreeType
        

Modified: vendor/Xft.3
===================================================================
--- vendor/Xft.3        2005-03-29 20:51:33 UTC (rev 103)
+++ vendor/Xft.3        2005-03-29 22:31:53 UTC (rev 104)
@@ -26,7 +26,7 @@
 .ns
 .TP \\$1
 ..
-.TH XFT 3 "Version 2.1.3" "Xft"
+.TH XFT 3 "Version 2.1.4" "Xft"
 
 .SH NAME
  Xft \- X FreeType interface library

Modified: vendor/Xft.h
===================================================================
--- vendor/Xft.h        2005-03-29 20:51:33 UTC (rev 103)
+++ vendor/Xft.h        2005-03-29 22:31:53 UTC (rev 104)
@@ -1,5 +1,5 @@
 /*
- * $Id: Xft.h,v 1.37 2004/01/17 04:34:56 daniel Exp $
+ * $Id: Xft.h,v 1.38 2004/03/10 23:53:50 keithp Exp $
  *
  * Copyright  2000 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -33,7 +33,7 @@
 
 #define XFT_MAJOR      2
 #define XFT_MINOR      1
-#define XFT_REVISION   3
+#define XFT_REVISION   4
 #define XFT_VERSION    ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + 
(XFT_REVISION))
 #define XftVersion     XFT_VERSION
 

Modified: vendor/configure
===================================================================
--- vendor/configure    2005-03-29 20:51:33 UTC (rev 103)
+++ vendor/configure    2005-03-29 22:31:53 UTC (rev 104)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for libXft 2.1.3.
+# Generated by GNU Autoconf 2.59 for libXft 2.1.4.
 #
 # Report bugs to <[EMAIL PROTECTED]>.
 #
@@ -423,8 +423,8 @@
 # Identity of this package.
 PACKAGE_NAME='libXft'
 PACKAGE_TARNAME='libXft'
-PACKAGE_VERSION='2.1.3'
-PACKAGE_STRING='libXft 2.1.3'
+PACKAGE_VERSION='2.1.4'
+PACKAGE_STRING='libXft 2.1.4'
 PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
 
 # Factoring default headers for most tests.
@@ -953,7 +953,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libXft 2.1.3 to adapt to many kinds of systems.
+\`configure' configures libXft 2.1.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1023,7 +1023,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libXft 2.1.3:";;
+     short | recursive ) echo "Configuration of libXft 2.1.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1165,7 +1165,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-libXft configure 2.1.3
+libXft configure 2.1.4
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1179,7 +1179,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libXft $as_me 2.1.3, which was
+It was created by libXft $as_me 2.1.4, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1791,7 +1791,7 @@
 
 # Define the identity of the package.
  PACKAGE='libXft'
- VERSION='2.1.3'
+ VERSION='2.1.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20487,7 +20487,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by libXft $as_me 2.1.3, which was
+This file was extended by libXft $as_me 2.1.4, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20550,7 +20550,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-libXft config.status 2.1.3
+libXft config.status 2.1.4
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: vendor/configure.ac
===================================================================
--- vendor/configure.ac 2005-03-29 20:51:33 UTC (rev 103)
+++ vendor/configure.ac 2005-03-29 22:31:53 UTC (rev 104)
@@ -1,5 +1,5 @@
 dnl 
-dnl  $Id: configure.ac,v 1.18 2004/03/10 22:07:29 keithp Exp $
+dnl  $Id: configure.ac,v 1.19 2004/03/10 23:53:50 keithp Exp $
 dnl 
 dnl  Copyright  2003 Keith Packard, Noah Levitt
 dnl 
@@ -31,7 +31,7 @@
 dnl Yes, it is a pain to synchronize version numbers.  Unfortunately, it's
 dnl not possible to extract the version number here from Xft.h
 dnl
-AC_INIT(libXft, 2.1.3, [EMAIL PROTECTED], libXft)
+AC_INIT(libXft, 2.1.4, [EMAIL PROTECTED], libXft)
 
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to