From ce2c97135f073f67319a541f0127bbc81546d36f Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Sun, 5 Jan 2014 03:12:18 +0000
Subject: [PATCH] More updates for v2.8.
---
configure.in | 6 +++---
doc/intro.html | 23 +++++++++++------------
doc/mxmldoc.xsd | 4 ++--
doc/relnotes.html | 18 ++++++++++++++++++
doc/schema.html | 6 +++---
doc/title.html | 6 +++---
6 files changed, 40 insertions(+), 23 deletions(-)
diff --git a/configure.in b/configure.in
index d2a686e..189bac0 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl "$Id$"
dnl
dnl Configuration script for Mini-XML, a small XML-like file parsing library.
dnl
-dnl Copyright 2003-2011 by Michael R Sweet.
+dnl Copyright 2003-2014 by Michael R Sweet.
dnl
dnl These coded instructions, statements, and computer programs are the
dnl property of Michael R Sweet and are protected by Federal copyright
@@ -11,7 +11,7 @@ dnl law. Distribution and use rights are outlined in the file "COPYING"
dnl which should have been included with this file. If this file is
dnl missing or damaged, see the license at:
dnl
-dnl http://www.minixml.org/
+dnl http://www.msweet.org/projects.php/Mini-XML
dnl
dnl Specify a source file from the distribution...
@@ -21,7 +21,7 @@ dnl Set the name of the config header file...
AC_CONFIG_HEADER(config.h)
dnl Version number...
-VERSION=2.7
+VERSION=2.8
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(MXML_VERSION, "Mini-XML v$VERSION")
diff --git a/doc/intro.html b/doc/intro.html
index 53e93e3..04dc26e 100644
--- a/doc/intro.html
+++ b/doc/intro.html
@@ -1,7 +1,7 @@
- Mini-XML Programmers Manual, Version 2.7
-
+ Mini-XML Programmers Manual, Version 2.8
+
@@ -10,7 +10,7 @@
Introduction
-This programmers manual describes Mini-XML version 2.7, a small
+
This programmers manual describes Mini-XML version 2.8, a small
XML parsing library that you can use to read and write XML data
files in your C and C++ applications.
@@ -37,26 +37,25 @@ and removed libxml2.
Thanks to lots of feedback and support from various
developers, Mini-XML has evolved since then to provide a more
-complete XML implementation and now stands at a whopping 3,965
-lines of code, compared to 103,893 lines of code for libxml2
-version 2.6.9.
+complete XML implementation and now stands at a whopping 3,792
+lines of code, compared to 140,410 lines of code for libxml2
+version 2.9.1.
Aside from Gutenprint, Mini-XML is used for the
following projects/software applications:
-Please email me (mxml @ easysw . com) if you would like your
-project added or removed from this list, or if you have any
-comments/quotes you would like me to publish about your
-experiences with Mini-XML.
+Please file a bug on msweet.org if you would like your project added or
+removed from this list, or if you have any comments/quotes you would like me to
+publish about your experiences with Mini-XML.
Organization of This Document
@@ -188,7 +187,7 @@ manual:
Legal Stuff
-The Mini-XML library is copyright 2003-2011 by Michael Sweet. License terms
+
The Mini-XML library is copyright 2003-2014 by Michael R Sweet. License terms
are described in Appendix A - Mini-XML License.
diff --git a/doc/mxmldoc.xsd b/doc/mxmldoc.xsd
index 26c6508..52db04a 100644
--- a/doc/mxmldoc.xsd
+++ b/doc/mxmldoc.xsd
@@ -2,8 +2,8 @@
- Mini-XML 2.7 documentation schema for mxmldoc output.
- Copyright 2003-2011 by Michael Sweet.
+ Mini-XML 2.8 documentation schema for mxmldoc output.
+ Copyright 2003-2014 by Michael Sweet.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/doc/relnotes.html b/doc/relnotes.html
index e18c5f1..8841b14 100644
--- a/doc/relnotes.html
+++ b/doc/relnotes.html
@@ -5,6 +5,24 @@
hspace="10" width="100" height="100" alt="B">Release Notes
+Changes in Mini-XML 2.8
+
+
+
+ - Now call docsetutil using xcrun on OS X (Bug #458)
+
+ - mxmldoc did not escape special HTML characters inside @code foo@
+ comments.
+
+ - Fixed a memory leak in mxmlElementDeleteAttr (Bug #452)
+
+ - Added MXML_MAJOR/MINOR_VERSION definitions to mxml.h (Bug $461)
+
+ - Fixed a bug reading UTF-16 characters from a file (Bug #454)
+
+
+
+
Changes in Mini-XML 2.7
diff --git a/doc/schema.html b/doc/schema.html
index 3ba0261..5b744ad 100644
--- a/doc/schema.html
+++ b/doc/schema.html
@@ -9,7 +9,7 @@ files produced by mxmldoc. This schema is available on-line
at:
- http://www.minixml.org/mxmldoc.xsd
+ http://www.msweet.org/schema/mxmldoc.xsd
mxmldoc.xsd
@@ -19,8 +19,8 @@ at:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation xml:lang="en">
- Mini-XML 2.7 documentation schema for mxmldoc output.
- Copyright 2003-2011 by Michael Sweet.
+ Mini-XML 2.8 documentation schema for mxmldoc output.
+ Copyright 2003-2014 by Michael Sweet.
</xsd:documentation>
</xsd:annotation>
diff --git a/doc/title.html b/doc/title.html
index 9d7d1e3..0235001 100644
--- a/doc/title.html
+++ b/doc/title.html
@@ -3,7 +3,7 @@
Mini-XML Programmers Manual
-
+
@@ -11,7 +11,7 @@
Mini-XML Programmers Manual
-Version 2.7
+Version 2.8
MICHAEL R. SWEET
@@ -21,7 +21,7 @@ Version 2.7
Mini-XML Programmers Manual, Version 2.7
-Copyright © 2003-2011 by Michael R. Sweet
+Copyright © 2003-2014 by Michael R. Sweet
Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU Library General Public
|