summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes6
-rw-r--r--README2
-rw-r--r--configure.in4
-rw-r--r--expat.spec5
-rw-r--r--lib/expat.h2
-rw-r--r--win32/expat.iss10
6 files changed, 19 insertions, 10 deletions
diff --git a/Changes b/Changes
index c5f75d0..427a958 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+Release 1.95.7 XXX date not determined
+ - Fixed enum XML_Status issue (reported on SourceForge many
+ times), so compilers that are properly picky will be happy.
+ - Fixed a variety of bugs: see SF issues ...
+ - Added more regression tests.
+
Release 1.95.6 Tue Jan 28 2003
- Added XML_FreeContentModel().
- Added XML_MemMalloc(), XML_MemRealloc(), XML_MemFree().
diff --git a/README b/README
index 3bab5a0..452797b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- Expat, Release 1.95.6
+ Expat, Release 1.95.7
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
diff --git a/configure.in b/configure.in
index ae6d441..959979b 100644
--- a/configure.in
+++ b/configure.in
@@ -45,8 +45,8 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl
LIBCURRENT=4
-LIBREVISION=0
-LIBAGE=4
+LIBREVISION=1
+LIBAGE=5
AC_CONFIG_HEADER(expat_config.h)
diff --git a/expat.spec b/expat.spec
index 9d7d40d..f2655e5 100644
--- a/expat.spec
+++ b/expat.spec
@@ -1,4 +1,4 @@
-%define version 1.95.6
+%define version 1.95.7
%define release 1
Summary: Expat is an XML 1.0 parser written in C.
@@ -38,6 +38,9 @@ install -D xmlwf/xmlwf $RPM_BUILD_ROOT/usr/bin/xmlwf
/usr/man/man1/xmlwf.1.gz
%changelog
+* Tue Jul 15 2003 Fred L. Drake, Jr. <fdrake@acm.org>
+- Updated for the 1.95.7 release.
+
* Sat Jan 25 2003 Fred L. Drake, Jr. <fdrake@acm.org>
[Release 1.95.6-1]
- Updated for the 1.95.6 release.
diff --git a/lib/expat.h b/lib/expat.h
index dbdaaa9..9766ad7 100644
--- a/lib/expat.h
+++ b/lib/expat.h
@@ -926,7 +926,7 @@ XML_GetFeatureList(void);
*/
#define XML_MAJOR_VERSION 1
#define XML_MINOR_VERSION 95
-#define XML_MICRO_VERSION 6
+#define XML_MICRO_VERSION 7
#ifdef __cplusplus
}
diff --git a/win32/expat.iss b/win32/expat.iss
index fbac0d4..5bb9639 100644
--- a/win32/expat.iss
+++ b/win32/expat.iss
@@ -7,15 +7,15 @@
[Setup]
AppName=expat
AppId=expat
-AppVersion=1.95.6
-AppVerName=expat 1.95.6
-AppCopyright=Copyright © 1998-2002 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
-DefaultDirName={sd}\Expat-1.95.6
+AppVersion=1.95.7
+AppVerName=expat 1.95.7
+AppCopyright=Copyright © 1998-2003 Thai Open Source Software Center, Clark Cooper, and the Expat maintainers
+DefaultDirName={sd}\Expat-1.95.7
AppPublisher=The Expat Developers
AppPublisherURL=http://www.libexpat.org/
AppSupportURL=http://www.libexpat.org/
AppUpdatesURL=http://www.libexpat.org/
-UninstallDisplayName=Expat XML Parser (version 1.95.6)
+UninstallDisplayName=Expat XML Parser (version 1.95.7)
UninstallFilesDir={app}\Uninstall
Compression=bzip/9