[cairo-commit] cairomm ChangeLog,1.92,1.93 configure.in,1.26,1.27

Jonathon Jongsma commit at pdx.freedesktop.org
Wed Mar 21 13:56:47 PDT 2007


Committed by: jjongsma

Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv907

Modified Files:
	ChangeLog configure.in 
Log Message:
2007-03-21  Jonathon Jongsma  <jjongsma at gnome.org>

	* cairomm/context.cc:
	* cairomm/context.h:
	* cairomm/enums.h:
	* cairomm/pattern.cc:
	* cairomm/pattern.h:
	* configure.in: Add initial support for new cairo 1.4.x API.  It will
	probably still need quite a bit of work, but I wanted to commit what I have
	now so that it doesn't keep sitting in my working directory.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- ChangeLog	1 Feb 2007 14:19:54 -0000	1.92
+++ ChangeLog	21 Mar 2007 20:56:38 -0000	1.93
@@ -1,3 +1,14 @@
+2007-03-21  Jonathon Jongsma  <jjongsma at gnome.org>
+
+	* cairomm/context.cc:
+	* cairomm/context.h:
+	* cairomm/enums.h:
+	* cairomm/pattern.cc:
+	* cairomm/pattern.h:
+	* configure.in: Add initial support for new cairo 1.4.x API.  It will
+	probably still need quite a bit of work, but I wanted to commit what I have
+	now so that it doesn't keep sitting in my working directory.
+
 2007-02-01  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
 	* configure.in: Fixes for building on Cygwin from

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- configure.in	1 Feb 2007 14:19:54 -0000	1.26
+++ configure.in	21 Mar 2007 20:56:38 -0000	1.27
@@ -2,8 +2,8 @@
 
 #release versioning
 GENERIC_MAJOR_VERSION=1
-GENERIC_MINOR_VERSION=2
-GENERIC_MICRO_VERSION=5
+GENERIC_MINOR_VERSION=3
+GENERIC_MICRO_VERSION=0
 GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
 AC_SUBST(GENERIC_MAJOR_VERSION)
 AC_SUBST(GENERIC_MINOR_VERSION)
@@ -11,7 +11,7 @@
 AC_SUBST(GENERIC_VERSION)
 
 #shared library versioning
-GENERIC_LIBRARY_VERSION=1:0:0
+GENERIC_LIBRARY_VERSION=1:1:1
 #                       | | |
 #                +------+ | +---+
 #                |        |     |
@@ -101,7 +101,7 @@
 
 AC_CHECK_HEADERS(string list map, , exit)
 
-PKG_CHECK_MODULES(CAIROMM, cairo >= 1.2.0)
+PKG_CHECK_MODULES(CAIROMM, cairo >= 1.3.10)
 
 
 dnl Check whether to build the documentation directory



More information about the cairo-commit mailing list