[cairo-commit] xsvg ChangeLog, 1.25, 1.26 NEWS, 1.1.1.1, 1.2 configure.in, 1.10, 1.11

Carl Worth commit at pdx.freedesktop.org
Tue Feb 15 19:52:10 PST 2005


Committed by: cworth

Update of /cvs/cairo/xsvg
In directory gabe:/tmp/cvs-serv22057

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:

        * NEWS: Add notes for 0.2.0.

        * configure.in: Bump XSVG_VERSION to 0.2.0 indicating removal of
        PNG generation support.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/xsvg/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ChangeLog	16 Feb 2005 03:47:34 -0000	1.25
+++ ChangeLog	16 Feb 2005 03:52:08 -0000	1.26
@@ -1,5 +1,10 @@
 2005-02-15  Carl Worth  <cworth at cworth.org>
 
+	* NEWS: Add notes for 0.2.0.
+
+	* configure.in: Bump XSVG_VERSION to 0.2.0 indicating removal of
+	PNG generation support.
+
 	* src/xsvg.c: Fix file encoding to utf-8.
 	(main): Rip out all support for rendering to a PNG image. This
 	functionality is already more completely in svg2png, (and there's

Index: NEWS
===================================================================
RCS file: /cvs/cairo/xsvg/NEWS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- NEWS	23 Oct 2002 21:20:40 -0000	1.1.1.1
+++ NEWS	16 Feb 2005 03:52:08 -0000	1.2
@@ -1 +1,12 @@
-- Initial version of xsvg
+Snapshot 0.2.0 (2005-02-15 Carl Worth <cworth at cworth.org>)
+==========================================================
+Remove all command-line options for generating PNG images, (see
+svg2png instead).
+
+Add support for specifying a list of SVG images on the commad-line,
+(for slide-show like switching throught images with space/backspace).
+
+Switch from argp to getopt for command-line parsing for better
+portability.
+
+Various little fixes.

Index: configure.in
===================================================================
RCS file: /cvs/cairo/xsvg/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- configure.in	20 Jan 2005 16:40:23 -0000	1.10
+++ configure.in	16 Feb 2005 03:52:08 -0000	1.11
@@ -2,7 +2,7 @@
 
 dnl ===========================================================================
 
-XSVG_VERSION=0.1.2
+XSVG_VERSION=0.2.0
 AC_SUBST(XSVG_VERSION)
 
 dnl ===========================================================================




More information about the cairo-commit mailing list