Fix a name.

This commit is contained in:
Fred L. Drake, Jr. 2002-09-19 20:19:51 +00:00
parent d784ead9cb
commit 896b3d1cc9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Release 1.95.5 Fri Sep 6 2002
- Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
- Finally fixed bug where default handler would report DTD
events that were already handled by another handler.
Initial patch contributed by Darryl Miller.
Initial patch contributed by Darryl Miles.
- Removed unnecessary DllMain() function that caused static
linking into a DLL to be difficult.
- Added VC++ projects for building static libraries.

View File

@ -65,7 +65,7 @@ of Expat.</p>
rejected. </li>
<li> Finally fixed bug where default handler would report DTD
events that were already handled by another handler.
Initial patch contributed by Darryl Miller. </li>
Initial patch contributed by Darryl Miles. </li>
<li> Removed unnecessary <code>DllMain()</code> function that
caused static linking into a DLL to be difficult. </li>
<li> Added VC++ projects for building static libraries. </li>