From fa49735f8a66c1b72a036be3da49890d85aa74be Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Tue, 15 Jul 2003 15:20:35 +0000 Subject: [PATCH] - bump the versioning information - start describing the changes in 1.95.7 --- expat/Changes | 6 ++++++ expat/README | 2 +- expat/configure.in | 4 ++-- expat/expat.spec | 5 ++++- expat/lib/expat.h | 2 +- expat/win32/expat.iss | 10 +++++----- 6 files changed, 19 insertions(+), 10 deletions(-) diff --git a/expat/Changes b/expat/Changes index c5f75d0c..427a9585 100644 --- a/expat/Changes +++ b/expat/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/expat/README b/expat/README index 3bab5a02..452797bc 100644 --- a/expat/README +++ b/expat/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/expat/configure.in b/expat/configure.in index ae6d441b..959979b8 100644 --- a/expat/configure.in +++ b/expat/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/expat.spec b/expat/expat.spec index 9d7d40dc..f2655e57 100644 --- a/expat/expat.spec +++ b/expat/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. +- Updated for the 1.95.7 release. + * Sat Jan 25 2003 Fred L. Drake, Jr. [Release 1.95.6-1] - Updated for the 1.95.6 release. diff --git a/expat/lib/expat.h b/expat/lib/expat.h index dbdaaa9c..9766ad7b 100644 --- a/expat/lib/expat.h +++ b/expat/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/expat/win32/expat.iss b/expat/win32/expat.iss index fbac0d4e..5bb96399 100644 --- a/expat/win32/expat.iss +++ b/expat/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