Bump to 1.1.3.

web
Michael R Sweet 21 years ago
parent 6531fd7d8f
commit c02f86dd83
  1. 11
      CHANGES
  2. 6
      mxml.list.in
  3. 6
      mxml.spec

@ -1,6 +1,14 @@
README - 07/25/2003 README - 07/27/2003
------------------- -------------------
CHANGES IN Mini-XML 1.1.3
- Updated the HTML documentation to include examples of
the walk and load function output.
- Added --with/without-ansi configure option to control
the strdup() function check.
CHANGES IN Mini-XML 1.1.2 CHANGES IN Mini-XML 1.1.2
- The mxml(3) man page wasn't updated for the string - The mxml(3) man page wasn't updated for the string
@ -11,7 +19,6 @@ CHANGES IN Mini-XML 1.1.2
wrong place. wrong place.
CHANGES IN Mini-XML 1.1.1 CHANGES IN Mini-XML 1.1.1
- The private mxml_add_ch() function did not update the - The private mxml_add_ch() function did not update the

@ -1,5 +1,5 @@
# #
# "$Id: mxml.list.in,v 1.7 2003/07/23 14:47:17 mike Exp $" # "$Id: mxml.list.in,v 1.8 2003/07/27 23:14:22 mike Exp $"
# #
# EPM software list file for mini-XML, a small XML-like file parsing library. # EPM software list file for mini-XML, a small XML-like file parsing library.
# #
@ -32,7 +32,7 @@ $srcdir=@srcdir@
%vendor Michael Sweet %vendor Michael Sweet
%license ${srcdir}/COPYING %license ${srcdir}/COPYING
%readme ${srcdir}/README %readme ${srcdir}/README
%version 1.1.2 %version 1.1.3
%description <<EOF %description <<EOF
Mini-XML is a small XML parsing library that you can use to read Mini-XML is a small XML parsing library that you can use to read
@ -89,5 +89,5 @@ f 0444 root sys ${mandir}/cat3/mxml.$CAT3EXT $srcdir/mxml.$CAT3EXT
f 0444 root sys ${mandir}/man3/mxml.$MAN3EXT $srcdir/mxml.man f 0444 root sys ${mandir}/man3/mxml.$MAN3EXT $srcdir/mxml.man
# #
# End of "$Id: mxml.list.in,v 1.7 2003/07/23 14:47:17 mike Exp $". # End of "$Id: mxml.list.in,v 1.8 2003/07/27 23:14:22 mike Exp $".
# #

@ -1,5 +1,5 @@
# #
# "$Id: mxml.spec,v 1.6 2003/07/23 14:47:17 mike Exp $" # "$Id: mxml.spec,v 1.7 2003/07/27 23:14:22 mike Exp $"
# #
# RPM "spec" file for mini-XML, a small XML-like file parsing library. # RPM "spec" file for mini-XML, a small XML-like file parsing library.
# #
@ -18,7 +18,7 @@
Summary: Miniature XML development library Summary: Miniature XML development library
Name: mxml Name: mxml
Version: 1.1.2 Version: 1.1.3
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Development/Libraries Group: Development/Libraries
@ -95,5 +95,5 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man3/* /usr/share/man/man3/*
# #
# End of "$Id: mxml.spec,v 1.6 2003/07/23 14:47:17 mike Exp $". # End of "$Id: mxml.spec,v 1.7 2003/07/27 23:14:22 mike Exp $".
# #

Loading…
Cancel
Save