[Expat-checkins] expat Changes, 1.50, 1.51 README, 1.33, 1.34 configure.in, 1.42, 1.43
Karl Waclawek
kwaclaw at users.sourceforge.net
Mon Nov 27 03:52:01 CET 2006
Update of /cvsroot/expat/expat
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23533
Modified Files:
Changes README configure.in
Log Message:
Preparing for release 2.0.1.
Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Changes 2 Jul 2006 02:11:55 -0000 1.50
+++ Changes 27 Nov 2006 02:51:57 -0000 1.51
@@ -1,9 +1,20 @@
-Unrelease version
+Release 2.0.1
- SF bug #1515266: The character data handler's calling of
XML_StopParser() was not handled properly; if the parser was
stopped and the handler set to NULL, the parser would
segfault. Fixed.
- Minor cleanups of the test harness.
+ - Example outline.c missed a final XML_ParserFree() call:
+ bug #1543233.
+ - Fixes and improvements for Windows platform:
+ bugs #1409451, #1476160, 1548182, 1602769.
+ - Build fixes for various platforms:
+ HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180.
+ All Unix: #1554618 (refreshed config.sub/config.guess).
+ - Added Open Watcom support: patch #1523242.
+ - Fixes to Makefile.in to have make check work correctly
+ bugs #1408143, #1535603, #1536684.
+
Release 2.0.0 Wed Jan 11 2006
- We no longer use the "check" library for C unit testing; we
Index: README
===================================================================
RCS file: /cvsroot/expat/expat/README,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- README 22 Sep 2006 14:47:27 -0000 1.33
+++ README 27 Nov 2006 02:51:57 -0000 1.34
@@ -1,5 +1,5 @@
- Expat, Release 2.0.0
+ Expat, Release 2.0.1
This is Expat, a C library for parsing XML, written by James Clark.
Expat is a stream-oriented XML parser. This means that you register
@@ -25,8 +25,8 @@
If you are building Expat from a check-out from the CVS repository,
you need to run a script that generates the configure script using the
GNU autoconf and libtool tools. To do this, you need to have
-autoconf 2.52 or newer and libtool 1.4 or newer. Run the script like
-this:
+autoconf 2.52 or newer and libtool 1.4 or newer (1.5 or newer preferred).
+Run the script like this:
./buildconf.sh
Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- configure.in 25 Jan 2006 23:04:46 -0000 1.42
+++ configure.in 27 Nov 2006 02:51:57 -0000 1.43
@@ -45,7 +45,7 @@
dnl
LIBCURRENT=6
-LIBREVISION=0
+LIBREVISION=1
LIBAGE=5
AC_CONFIG_HEADER(expat_config.h)
More information about the Expat-checkins
mailing list