Subject: CVS commit: pkgsrc/textproc/pyxml
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 08/20/2002 15:54:22
Module Name:	pkgsrc
Committed By:	drochner
Date:		Tue Aug 20 12:54:21 UTC 2002

Modified Files:
	pkgsrc/textproc/pyxml: Makefile PLIST distinfo

Log Message:
update to 0.8

relevant changes in this version, compared to 0.7.1:
        * Python 1.5 is not supported anymore; Python 2.0 or higher
          is required.
        * pyexpat now reports skipped entities.
        * pyexpat now can combine subsequent character data events
          into a single callback invocation; set the parser's
          buffer_text attribute to true to enable this feature.
        * pyexpat can now report namespace prefixes.  Set the parser's
          namespace_prefixes attribute to true to enable this feature.
        * Various bugs in sgmlop have been fixed.
        * Various DOM Level 3 symbolic constants have been added;
          DOMStringSizeErr can now be spelled as DomstringSizeErr
          again, and ValidationErr has been defined.
        * Various DOM L1, L2 and L3 features have been added to
          minidom: userdata, isSupported, getInterface, wholeText,
          replaceWholeText, Entity, Notation
        * minidom's .toxml now allows the caller to specify an encoding.
        * The new module xml.dom.xmlbuilder implements the load part
          of the DOM L3 Load/Store spec.
        * The new module xml.dom.expatbuilder allows to create minidom
          trees more efficiently, by using expat directly (rather than
          using SAX).  This is normally used via xml.dom.xmlbuilder.
        * Bugs in c14n namespace processing have been fixed.
        * Minor bugs in xmlproc have been fixed.
        * xml.sax.expatreader now invokes resolveEntity properly.
        * The sgmlop SAX driver now invokes skippedEntity.
        * The xml-howto has been updated.
        * Bugs in the MSIE, ADR, and NS XBEL parsers have been fixed.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/pyxml/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/pyxml/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/textproc/pyxml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.