[cairo-commit] cairo ChangeLog,1.111,1.112 configure.in,1.31,1.32

Carl Worth commit at pdx.freedesktop.org
Tue Nov 18 13:21:31 PST 2003


Committed by: cworth

Update of /cvs/cairo//cairo
In directory pdx:/tmp/cvs-serv23328

Modified Files:
	ChangeLog configure.in 
Log Message:

        * configure.in: Bump version to 0.1.13 for new freetype header
        compatibility.
        Fix comments regarding freetype version checking.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo//cairo/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** ChangeLog	18 Nov 2003 15:28:16 -0000	1.111
--- ChangeLog	18 Nov 2003 21:21:29 -0000	1.112
***************
*** 1,2 ****
--- 1,8 ----
+ 2003-11-18  Carl Worth  <cworth at east.isi.edu>
+ 
+ 	* configure.in: Bump version to 0.1.13 for new freetype header
+ 	compatibility.
+ 	Fix comments regarding freetype version checking.
+ 
  2003-11-18  James Henstridge  <james at daa.com.au>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo//cairo/configure.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** configure.in	18 Nov 2003 15:28:16 -0000	1.31
--- configure.in	18 Nov 2003 21:21:29 -0000	1.32
***************
*** 4,8 ****
  
  # Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.12
  
  # libtool shared library version
--- 4,8 ----
  
  # Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.13
  
  # libtool shared library version
***************
*** 48,52 ****
  # Freetype versions come in three forms:
  #   release (such as 2.1.5)
! #   libtool (such as 9.4.3)
  #   platform-specific/soname (such as 6.3.4)
  # and they recommend you never use the platform-specific version
--- 48,52 ----
  # Freetype versions come in three forms:
  #   release (such as 2.1.5)
! #   libtool (such as 9.4.3) (returned by freetype-config)
  #   platform-specific/soname (such as 6.3.4)
  # and they recommend you never use the platform-specific version
***************
*** 57,61 ****
  # release number - for information only
  FREETYPE_MIN_RELEASE=2.1.0
! # platform-specific version - this is what is checked
  FREETYPE_MIN_VERSION=8.0.2
  
--- 57,61 ----
  # release number - for information only
  FREETYPE_MIN_RELEASE=2.1.0
! # libtool-specific version - this is what is checked
  FREETYPE_MIN_VERSION=8.0.2
  





More information about the cairo-commit mailing list