expat README,1.26,1.27 expat.spec,1.13,1.14
"Fred L. Drake" <[email protected]> Thu, 15 Jul 2004 19:10:59 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13717 Modified Files: README expat.spec Log Message: Update version number to 1.95.8 in preparation for release. Index: README =================================================================== RCS file: /cvsroot/expat/expat/README,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- README 30 Apr 2004 03:18:09 -0000 1.26 +++ README 16 Jul 2004 02:10:56 -0000 1.27 @@ -1,5 +1,5 @@ - Expat, Release 1.95.7 + Expat, Release 1.95.8 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 Index: expat.spec =================================================================== RCS file: /cvsroot/expat/expat/expat.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- expat.spec 21 Oct 2003 17:05:43 -0000 1.13 +++ expat.spec 16 Jul 2004 02:10:56 -0000 1.14 @@ -1,4 +1,4 @@ -%define version 1.95.7 +%define version 1.95.8 %define release 1 Summary: Expat is an XML 1.0 parser written in C. @@ -35,9 +35,15 @@ /usr/bin/xmlwf /usr/lib /usr/include/expat.h +/usr/include/expat_external.h /usr/man/man1/xmlwf.1.gz %changelog +[Release 1.95.8-1] +* Fri Jul 16 2004 Fred L. Drake, Jr. <[email protected]> +- Update for the 1.95.8 release. +- Add the expat_external.h header to the installed files. + * Tue Oct 21 2003 Fred L. Drake, Jr. <[email protected]> - Update list of documentation files; we missed a .png file in the previous release.