diff --git a/credits.txt b/credits.txt index c34263d60dc0fb623332b4ab701acd54b1994671..eb9e233779fa7493f87fb27a4a27c1ce442888f1 100644 --- a/credits.txt +++ b/credits.txt @@ -86,6 +86,7 @@ John Warrier Mark Weaver Roger Webster Robert Weir +Carolyn Weiss Kari Whitcomb Dietrich Wolf Kirk Wylie diff --git a/doc/feedback.xml b/doc/feedback.xml index 829014beafdd61cd6ca3e53d1666f3d7a039ffee..9c50de659665eef73de10f2b63a98c1c488ab01f 100644 --- a/doc/feedback.xml +++ b/doc/feedback.xml @@ -111,6 +111,7 @@ <li>Mark Weaver</li> <li>Roger Webster</li> <li>Robert Weir</li> + <li>Carolyn Weiss</li> <li>Kari Whitcomb</li> <li>Dietrich Wolf</li> <li>Kirk Wylie</li> diff --git a/doc/releases.xml b/doc/releases.xml index f2154dd952496bf931a27b43963a762b742976bf..4f498cdd8b8dc54f26c1b8c25c26f6f2a6dbb190 100644 --- a/doc/releases.xml +++ b/doc/releases.xml @@ -11,10 +11,32 @@ <td>Description</td> </tr> + <tr> + <td>2001-11-13</td> + <td>Tinny Ng</td> + <td>Move root element check from XMLValidator to XMLScanner + and deprecate XMLValidator::checkRootElement(). + </td> + </tr> + + <tr> + <td>2001-11-13</td> + <td>Tinny Ng</td> + <td>Update documentation for DefaultHandler and DOMParser. + </td> + </tr> + + <tr> + <td>2001-11-09</td> + <td>Tinny Ng</td> + <td>Regular Expression: Update the Block Names and Block Range to comply to the latest standard. + </td> + </tr> + <tr> <td>2001-11-09</td> <td>Carolyn Weiss</td> - <td>DOMIdTest/MemParse fix: Pulled the hardcoded encoding out of the document + <td>DOMIDTest/MemParse fix: Pulled the hardcoded encoding out of the document itself and made it a #define to make it easier to support other encodings. </td> </tr> @@ -23,21 +45,21 @@ <td>2001-11-09</td> <td>Carolyn Weiss</td> <td>DOMMemTest fix: Changed some literal values to their equivalent hex values - so they work correctly on both ascii and EBCDIC systems. + so they work correctly on both ASCII and EBCDIC systems. </td> </tr> <tr> <td>2001-11-09</td> <td>Linda Swan</td> - <td>Bug Fix: maxChars in copyNString is more related to the target than the src. + <td>Bug Fix: maxChars in XMLString::copyNString is more related to the target than the src. </td> </tr> <tr> <td>2001-11-07</td> <td>Tinny Ng</td> - <td>Performance: Create QName in ContentSpecNode only if it is a leaf/Any*/PCDataNode. + <td>Performance: Create QName in ContentSpecNode only if it is a leaf/Any/PCDataNode. </td> </tr> @@ -63,7 +85,8 @@ YearDatatypeValidator, <br/> YearMonthDatatypeValidator, <br/> DurationDatatypeValidator. <br/> - Add XMLDateTime. + Add SchemaDataTimeException, <br/> + XMLDateTime. </td> </tr> @@ -125,7 +148,7 @@ </tr> <tr> - <td>2001-10-29</td> + <td>2001/10/29</td> <td>Tinny Ng</td> <td>Update samples doc to reflect the latest changes. Also update runConfigure usage in build doc to reflect the latest changes.