[cairo-commit] svg2png ChangeLog, 1.11, 1.12 NEWS, 1.2,
1.3 configure.in, 1.3, 1.4
Carl Worth
commit at pdx.freedesktop.org
Wed Jun 15 15:39:49 PDT 2005
- Previous message: [cairo-commit]
libsvg-cairo ChangeLog, 1.56, 1.57 configure.in, 1.18, 1.19
- Next message: [cairo-commit]
xsvg .cvsignore, 1.2, 1.3 ChangeLog, 1.33, 1.34 NEWS,
1.3, 1.4 configure.in, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/svg2png
In directory gabe:/tmp/cvs-serv12895
Modified Files:
ChangeLog NEWS configure.in
Log Message:
* NEWS: Add notes for 0.1.4.
* configure.in: Increment SVG2PNG_VERSION to 0.1.3.
* configure.in: Require libsvg-cairo >= 0.1.6.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/svg2png/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- ChangeLog 25 May 2005 16:07:35 -0000 1.11
+++ ChangeLog 15 Jun 2005 22:39:47 -0000 1.12
@@ -1,3 +1,11 @@
+2005-06-15 Carl Worth <cworth at cworth.org>
+
+ * NEWS: Add notes for 0.1.4.
+
+ * configure.in: Increment SVG2PNG_VERSION to 0.1.3.
+
+ * configure.in: Require libsvg-cairo >= 0.1.6.
+
2005-05-25 Carl Worth <cworth at cworth.org>
* src/svg2png.c: Remove obsolete include of cairo-png.h.
Index: NEWS
===================================================================
RCS file: /cvs/cairo/svg2png/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NEWS 14 Feb 2005 14:19:16 -0000 1.2
+++ NEWS 15 Jun 2005 22:39:47 -0000 1.3
@@ -1,3 +1,11 @@
+Snapshot 0.1.3 (2005-06-15 Carl Worth <cworth at cworth.org>)
+==========================================================
+Track changes in cairo API up to cairo 0.5.0.
+
+Now requires libsvg-cairo >= 0.1.6.
+
+Fix several issues caught by valgrind.
+
Snapshot 0.1.2 (2005-02-13 Carl Worth <cworth at cworth.org>)
==========================================================
Default input/output is now stdin/stdout so svg2png can be used in
Index: configure.in
===================================================================
RCS file: /cvs/cairo/svg2png/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.in 14 Feb 2005 14:19:16 -0000 1.3
+++ configure.in 15 Jun 2005 22:39:47 -0000 1.4
@@ -2,7 +2,7 @@
dnl ===========================================================================
-SVG2PNG_VERSION=0.1.2
+SVG2PNG_VERSION=0.1.3
AC_SUBST(SVG2PNG_VERSION)
dnl ===========================================================================
@@ -20,7 +20,7 @@
dnl ===========================================================================
-PKG_CHECK_MODULES(SVG2PNG, libsvg-cairo >= 0.1.3)
+PKG_CHECK_MODULES(SVG2PNG, libsvg-cairo >= 0.1.6)
dnl Use lots of warning flags with GCC
- Previous message: [cairo-commit]
libsvg-cairo ChangeLog, 1.56, 1.57 configure.in, 1.18, 1.19
- Next message: [cairo-commit]
xsvg .cvsignore, 1.2, 1.3 ChangeLog, 1.33, 1.34 NEWS,
1.3, 1.4 configure.in, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list