Subject: CVS commit: pkgsrc/textproc/pyxml
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 09/18/2002 14:54:07
Module Name:	pkgsrc
Committed By:	drochner
Date:		Wed Sep 18 11:54:07 UTC 2002

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

Log Message:
update to 0.8.1
Changes in this version, compared to 0.8:
  * Various bug fixes:
    - tracing works now with pyexpat
    - fix registry key for MSIE XBEL support
    - correct ill-formedness of xmlproc.dtd2schema
    - avoid adding comments and PIs in the internal subset as Document
      children when building minidom trees
    - properly close files in xml.dom.ext.reader.*
  * XSLT is not installed anymore by default, specify --with-xslt
    if desired
  * Update Expat to 1.95.5
  * Add features to xml.parsers.expat:
    - new method "UseForeignDTD"
    - new attribute "features"
  * Update to 25 July 2002 LS spec for xml.dom.xmlbuilder.  Use
    expatbuilder if no parser is given to
    xml.dom.minidom.parse[String].
  * Fix many obscure DOM bugs
  * Define and document the implementation-defined behaviors of
    cloneNode() for xml.dom.minidom.
  * Use urllib2 instead of urllib throughout.


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

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