[cairo-commit] libsvg-cairo ChangeLog, 1.55, 1.56 NEWS, 1.4, 1.5 configure.in, 1.17, 1.18

Carl Worth commit at pdx.freedesktop.org
Wed Jun 15 15:30:19 PDT 2005


Committed by: cworth

Update of /cvs/cairo/libsvg-cairo
In directory gabe:/tmp/cvs-serv11855

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:

        * NEWS: Add notes for 0.1.6 snapshot.

        * configure.in: Increment LIBSVG_CAIRO_VERSION to 0.1.6

        * configure.in: Require cairo >= 0.5.0.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- ChangeLog	15 Jun 2005 20:54:38 -0000	1.55
+++ ChangeLog	15 Jun 2005 22:30:17 -0000	1.56
@@ -1,5 +1,13 @@
 2005-06-15  Carl Worth  <cworth at cworth.org>
 
+	* NEWS: Add notes for 0.1.6 snapshot.
+
+	* configure.in:	Increment LIBSVG_CAIRO_VERSION to 0.1.6
+
+	* configure.in: Require cairo >= 0.5.0.
+
+2005-06-15  Carl Worth  <cworth at cworth.org>
+
 	* .cvsignore: Ignore releases directory.
 
 2005-05-12  Carl Worth  <cworth at cworth.org>

Index: NEWS
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/NEWS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- NEWS	13 Feb 2005 22:44:22 -0000	1.4
+++ NEWS	15 Jun 2005 22:30:17 -0000	1.5
@@ -1,3 +1,12 @@
+Snapshot 0.1.6 (2005-06-15 Carl Worth <cworth at cworth.org>)
+==========================================================
+Track all changes in cairo API up to cairo 0.5.0 (which is now the 
+minimum version of cairo required).
+
+Bug fixes
+---------
+- Fix autogen.sh to call all commands through environment variables.
+
 Snapshot 0.1.5 (2005-02-13 Carl Worth <cworth at cworth.org>)
 ==========================================================
 Big performance fix for SVG images with deep grouping within a group

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- configure.in	13 Feb 2005 22:49:00 -0000	1.17
+++ configure.in	15 Jun 2005 22:30:17 -0000	1.18
@@ -3,7 +3,7 @@
 dnl ===========================================================================
 
 # Package version number, (as distinct from shared library version)
-LIBSVG_CAIRO_VERSION=0.1.5-head
+LIBSVG_CAIRO_VERSION=0.1.6
 
 # libtool shared library version
 
@@ -53,7 +53,7 @@
 
 dnl ===========================================================================
 
-PKG_CHECK_MODULES(LIBSVG_CAIRO, libsvg >= 0.1.2 cairo >= 0.1.8)
+PKG_CHECK_MODULES(LIBSVG_CAIRO, libsvg >= 0.1.2 cairo >= 0.5.0)
 AC_SUBST(LIBSVG_CAIRO_CFLAGS)
 AC_SUBST(LIBSVG_CAIRO_LIBS)
 




More information about the cairo-commit mailing list