[cairo-commit] libsvg ChangeLog, 1.68, 1.69 NEWS, 1.3,
1.4 configure.in, 1.10, 1.11
Carl Worth
commit at pdx.freedesktop.org
Wed Jun 15 13:29:37 PDT 2005
Committed by: cworth
Update of /cvs/cairo/libsvg
In directory gabe:/tmp/cvs-serv2748
Modified Files:
ChangeLog NEWS configure.in
Log Message:
* NEWS: Add notes for 0.1.4 snapshot.
* configure.in: Increment LIBSVG_VERSION to 0.1.4.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- ChangeLog 3 Jun 2005 16:23:31 -0000 1.68
+++ ChangeLog 15 Jun 2005 20:29:33 -0000 1.69
@@ -1,3 +1,9 @@
+2005-06-15 Carl Worth <cworth at cworth.org>
+
+ * NEWS: Add notes for 0.1.4 snapshot.
+
+ * configure.in: Increment LIBSVG_VERSION to 0.1.4.
+
2005-06-03 Carl Worth <cworth at cworth.org>
* src/svgint.h:
Index: NEWS
===================================================================
RCS file: /cvs/cairo/libsvg/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NEWS 16 Feb 2005 23:11:30 -0000 1.3
+++ NEWS 15 Jun 2005 20:29:33 -0000 1.4
@@ -1,3 +1,19 @@
+Snapshot 0.1.4 (2005-06-15 Carl Worth <cworth at cworth.org>)
+==========================================================
+- Add support to use expat rather than libxml2 for XML parsing.
+ Use the "--with-expat" argument to configure or autogen.sh.
+ (Thanks to Phil Blundell)
+
+Bug fixes
+---------
+- Fix autogen.sh to call all commands through environment variables.
+
+- Use getcwd in POSIX-compliant way, (rather than a Linux-specific way)
+
+- Fix code to compile cleanly with gcc version 4.
+
+- Fix several memory leaks and other memory mismanagement.
+
Snapshot 0.1.3 (2005-02-13 Carl Worth <cworth at cworth.org>)
==========================================================
Add extern "C" stuff to svg.h for easier use from C++.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/libsvg/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- configure.in 11 Apr 2005 16:20:09 -0000 1.10
+++ configure.in 15 Jun 2005 20:29:33 -0000 1.11
@@ -3,7 +3,7 @@
dnl ===========================================================================
# Package version number, (as distinct from shared library version)
-LIBSVG_VERSION=0.1.3-head
+LIBSVG_VERSION=0.1.4
# libtool shared library version
More information about the cairo-commit
mailing list