diff --git a/CHANGES b/CHANGES index 098fb6a..b8afdd9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ -README - 07/20/2003 +README - 07/21/2003 ------------------- +CHANGES IN Mini-XML 1.1.1 + + - The private mxml_add_ch() function did not update the + start-of-buffer pointer which could cause a crash when + using mxmlSaveString(). + - The private mxml_write_ws() function called putc() + instead of using the proper callback which could cause + a crash when using mxmlSaveString(). + + CHANGES IN Mini-XML 1.1 - The mxmlLoadFile() function now uses dynamically diff --git a/README b/README index 137611d..d209a79 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -README - 07/20/2003 +README - 07/21/2003 ------------------- INTRODUCTION This README file describes the Mini-XML library version - 1.1. + 1.1.1. Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without diff --git a/documentation.html b/documentation.html index 1b3b334..cfb367d 100644 --- a/documentation.html +++ b/documentation.html @@ -11,7 +11,7 @@

Contents