- bump the versioning information
- start describing the changes in 1.95.7
This commit is contained in:
parent
57455c864c
commit
fa49735f8a
@ -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().
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user