Whoops, no 2.2.3 release...

pull/193/head
Michael R Sweet 19 years ago
parent 323851c7b1
commit 4ecca8b1bd
  1. 6
      CHANGES
  2. 2
      README
  3. 2
      configure
  4. 2
      configure.in
  5. 2
      doc/reference.html
  6. 10
      doc/relnotes.html
  7. 2
      www/str.php

@ -1,17 +1,13 @@
CHANGES - 08/10/2005 CHANGES - 08/10/2005
-------------------- --------------------
CHANGES IN Mini-XML 2.2.4 CHANGES IN Mini-XML 2.2.3
- The mxml_vsnprintf() function could get in an infinite - The mxml_vsnprintf() function could get in an infinite
loop on a buffer overflow (STR #25) loop on a buffer overflow (STR #25)
- Added new mxmlNewCDATA() and mxmlSetCDATA() functions - Added new mxmlNewCDATA() and mxmlSetCDATA() functions
to create and set CDATA nodes, which are really just to create and set CDATA nodes, which are really just
special element nodes. special element nodes.
CHANGES IN Mini-XML 2.2.3
- Added new MXML_IGNORE type and MXML_IGNORE_CB callback - Added new MXML_IGNORE type and MXML_IGNORE_CB callback
to ignore non-element nodes (i.e. whitespace) to ignore non-element nodes (i.e. whitespace)
- mxmlLoad*() crashed when reporting an error in some - mxmlLoad*() crashed when reporting an error in some

@ -5,7 +5,7 @@ README - 08/10/2005
INTRODUCTION INTRODUCTION
This README file describes the Mini-XML library version This README file describes the Mini-XML library version
2.2.4. 2.2.3.
Mini-XML is a small XML parsing library that you can use to Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without read XML and XML-like data files in your application without

2
configure vendored

@ -1236,7 +1236,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h" ac_config_headers="$ac_config_headers config.h"
VERSION=2.2.4 VERSION=2.2.3
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define MXML_VERSION "Mini-XML v$VERSION" #define MXML_VERSION "Mini-XML v$VERSION"

@ -23,7 +23,7 @@ dnl Set the name of the config header file...
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
dnl Version number... dnl Version number...
VERSION=2.2.4 VERSION=2.2.3
AC_SUBST(VERSION) AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(MXML_VERSION, "Mini-XML v$VERSION") AC_DEFINE_UNQUOTED(MXML_VERSION, "Mini-XML v$VERSION")

@ -2,7 +2,7 @@
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head> <head>
<title>Documentation</title> <title>Documentation</title>
<meta name='creator' content='Mini-XML v2.2.4'/> <meta name='creator' content='Mini-XML v2.2.3'/>
<style><!-- <style><!--
h1, h2, h3, p { font-family: sans-serif; text-align: justify; } h1, h2, h3, p { font-family: sans-serif; text-align: justify; }
tt, pre a:link, pre a:visited, tt a:link, tt a:visited { font-weight: bold; color: #7f0000; } tt, pre a:link, pre a:visited, tt a:link, tt a:visited { font-weight: bold; color: #7f0000; }

@ -3,7 +3,7 @@
<h1 align='right'><a name='RELNOTES'>B - Release Notes</a></h1> <h1 align='right'><a name='RELNOTES'>B - Release Notes</a></h1>
<h2>Changes in Mini-XML 2.2.4</h2> <h2>Changes in Mini-XML 2.2.3</h2>
<ul> <ul>
@ -14,14 +14,6 @@
to create and set CDATA nodes, which are really just to create and set CDATA nodes, which are really just
special element nodes.</li> special element nodes.</li>
</ul>
<h2>Changes in Mini-XML 2.2.3</h2>
<ul>
<li>Added new MXML_IGNORE type and MXML_IGNORE_CB <li>Added new MXML_IGNORE type and MXML_IGNORE_CB
callback to ignore non-element nodes (i.e. callback to ignore non-element nodes (i.e.
whitespace)</li> whitespace)</li>

@ -51,7 +51,7 @@ $versions = array(
"Trunk", "Trunk",
"+2.3", "+2.3",
"+2.2.4", "+2.2.4",
"2.2.3", "+2.2.3",
"2.2.2", "2.2.2",
"2.2.1", "2.2.1",
"2.2", "2.2",

Loading…
Cancel
Save