Subject: CVS commit: pkgsrc/textproc/xerces-j
From: OBATA Akio
Date: 2014-06-15 08:37:55
Message id: 20140615063755.1645296@cvs.netbsd.org

Log Message:
Update xerces-j to 1.4.4.
PR pkg/15108 by Daniel Hagerty.

* ------------------------------------------------------------- *
* *November 15, 2001 (version 1.4.4)                            *
* ------------------------------------------------------------- *
    * JAXP fixes. [Edwin Goie]
    * Parser now resolves the locations of schemas referenced by
      other schemas relative to the schema doing the referencing
      rather than to the instance document. [Gopal Sharma/Neil
      Graham]
    * Changed HTML serializer so that, at user option, attributes
      with no value may be represented as attr="" instead of
      simply as attr. The default behaviour has not changed.
      [Sandor Szago (sszago@saba.com)/Neil Graham]
    * Fixed parser behavior: by default Xerces now exposes
      element and attribute values as defined by the Infoset.
      [Tamura Kent, Elena Litani]
    * By default bind "xml" prefix to "http://www.w3.org/XML/1998
      /namespace" per Namespace Constraint: Prefix Declared
      (Namespaces in XML REC) [Elena Litani]
    * Fixed date/time datatype bugs. [Henry Zongaro]
    * Fixed several DOM Level 2 conformance bugs. [Elena Litani]
    * General bug fixes [Elena Litani, Pavani Mukthipudi, Sandy
      Gao]

* ------------------------------------------------------------- *
* *August 20, 2001 (version 1.4.3)                              *
* ------------------------------------------------------------- *
    * Reorganization of the DOM implementation to separate the
      Core functionality (new classes: CoreDOMImplementationImpl,
      CoreDocumentImpl), from the complete DOM
      (DOMImplementationImpl, DocumentImpl) [Arnaud Le Hors]
    * Fix to Base64 and HexBinary datatype validators so they
      work properly on OS/390 [Steve Dulin/Neil Graham]
    * General bug fixes [Lisa Martin, Sandy Gao, Elena Litani,
      Neil Graham]

* ------------------------------------------------------------- *
* *July 23, 2001 (version 1.4.2)                                *
* ------------------------------------------------------------- *
    * Performance fixes [Henry Zongaro/Lisa Martin]
    * Patches for improving serializer extensibility [Gunnlaugur
      Thor Briem/Elena Litani]
    * Bug fixes (schema implementation, build, etc.) [Sandy Gao,
      Neil Graham, Elena Litani, Lisa Martin]

* ------------------------------------------------------------- *
* *June 22, 2001 (version 1.4.1)                                *
* ------------------------------------------------------------- *
    * Added support for all IANA encoding aliases which have a
      clear mapping to encodings recognized by Java [Neil Graham]
    * Addressed degradations in DTD validation performance caused
      by the schema implementation [Sandy Gao, Neil Graham]
    * Bug fixes [Sandy Gao, Neil Graham, Elena Litani, Lisa
      Martin, Henry Zongaro, Edwin Goei]
    * Added support for setAttribute/getAttribute in JAXP [Edwin
      Goei]
    * Added two new parser properties related to XML Schema
      [Elena Litani]

* ------------------------------------------------------------- *
* *May 22, 2001 (version 1.4.0)                                 *
* ------------------------------------------------------------- *
    * Completed implementation of schema Identity Constraints
      [Neil Graham]
    * Update XPath support to bring it into compliance with
      Schema PR [Achille Fokoue Nkoutche/Neil Graham]
    * Implemented Schema PR changes to the syntax of <attribute>
      declarations [Ted Han (than@ghx.com)/Neil Graham]
    * Added French resource bundle for regex package [Jean-Claude
      Dufourd, Laurent Foret/Neil Graham]
    * Added support for Schema "final" attribute [Neil Graham]
    * Added support for nillable and removed limitation for
      xsi:schemaLocation usage [Elena Litani]
    * PR changes for Datatypes (including implementation of date/
      time) [Sandy Gao, Elena Litani]
    * Added support for fixed attribute on datatype facets [Elena
      Litani]
    * Constraint checking [Lisa Martin, Neil Graham, Sandy Gao,
      Elena Litani]
    * Re-implemented "all" group support for performance reasons
      [Henry Zongaro]
    * Re-implemented "mixed" content model groups for Schema
      [Lisa Martin]
    * Miscellaneous bug fixes [Arnaud Le Hors, Jeffrey Rodrigues,
      Elena Litani]

* ------------------------------------------------------------- *
* *March 16, 2001 (version 1.3.1)                               *
* ------------------------------------------------------------- *
    * Added support for schema <redefine> element [Neil Graham]
    * Added support for schema notations [Elena Litani]
    * Implemented validation constraints for the "abstract"
      attribute on elements [Lisa Martin]
    * Simple value normalization and whitespace facet support
      [Elena Litani]
    * Fixed validation constraints surrounding the schema
      <annotation> element info item [Neil Graham]
    * Implemented support for JAXP 1.1 [Edwin Goei]
    * Added experimental DOM Level 3 features for handling XML
      header [Elena Litani]
    * Miscellaneous bugfixes [Arnaud Le Hors, Neil Graham, Elena
      Litani, Andy Clark, Lynn Monson, Sandy Gao, Brad O'Hearne]
    * Partially fixed inability to make (or build) Xerces under
      Unix [Neil Graham]
    * Removed final from XMLSerializer per request [Andy Clark]
    * Fixed identity constraint bugs (support still limited)
      [Andy Clark]
    * Changed parse method to close streams opened by parser even
      in event of error [Andy Clark]

* ------------------------------------------------------------- *
* *January 31, 2001 (version 1.3.0)                             *
* ------------------------------------------------------------- *
    * Upgraded schema support to the schema CR drafts at a
      similar level to that which had existed for the WD schema
      specifications. [Elena Litani, Lisa Martin, Neil Graham]
    * Implemented schema union simple type definition. [Elena
      Litani]
    * Implemented many attribute and element declaration
      schema-validation constraints, as well as use=prohibited.
      [Neil Graham]
    * Implemented basic support for XML Schema identity
      constraints [Andy Clark]
    * Fixed bug in Deferred DOM with multiple IDs on same element
      [Andy Clark]
    * Updates to improve DFA build-time performance. [Tozawa
      Akihiko]
    * Optimization of memory used by attribute nodes in the DOM.
      [Arnaud Le Hors]
    * Fixed conflict between HTML DOM and Core DOM. [Mark
      Diekhans]
    * Optimized DOM normalize operation. [Jay Cain + Arnaud Le
      Hors]

* ------------------------------------------------------------- *
* *December 06, 2000 (version 1.2.3)                            *
* ------------------------------------------------------------- *
    * Fixed Memory leak bug was reported by Tosiki IGA where
      parser runs out of memory [Eric Ye]
    * Rampant object creation even when not validating fix patch
      send by Elena Litani[Elena Litani]
    * ListDatatypeValidator enumeration bug fix by Elena Litani
      Litani[Elena Litani]
    * Optimization in validator to only instantiate objects
      needed in the case of DTD vs. Schemas[Jeffrey Rodriguez]
    * Fixed misc. Schema Structures miscelaneous bugs since last
      release [Eric Ye]
    * improved implementation of <all> schema construct to handle
      8 elements instead of 6; also increased validation speed
      [Neil Graham, Eric Ye]
    * Fixed DOM misc. bugs and other patches since last release
      [Arnaud Le Hors]
    * Miscelaneous DOM patches by Lynn Monson [Lynn Monson]
    * Added new 'load-external-dtd' feature, so that when non
      validating, applications can ask the parser not to load the
      external subset at all [Arnaud Le Hors]

* ------------------------------------------------------------- *
* *November 22, 2000 (version 1.2.2)                            *
* ------------------------------------------------------------- *
    * DOM 2 Recommendation release support update [Arnaud Le
      Hors]
    * Fixed FAQ section submitted by Tony Montgomery Smith
      [Jeffrey Rodriguez,Tony Montgomery]
    * Added normalization patch by Ken Tamura [Jeffrey Rodriguez,
      Ken Tamura]
    * Fixed hang in UTF8Reader when we find a multb. UTF8 char.
      outside [#x10000-#x10FFFF] range [Jeffrey Rodriguez]
    * Fixed problem in Server env. with Singleton implemtation of
      validators [Eric Ye, Jeffrey Rodriguez]
    * Fixed patch submitted by Elena Litani Kitani and others
      with RangeImpl [Eric Ye, Elena Litani, Lynn Monson]
    * Fixed misc. Schema Structures miscelaneous bugs since last
      release [Eric Ye]
    * Miscelaneous bug fixes and patches submitted by Lisa Martin
      [Lisa Martin]
    * Fixed DOM misc. bugs and other patches since last release
      [Arnaud Le Hors]

* ------------------------------------------------------------- *
* *October 19, 2000 (version 1.2.1)                             *
* ------------------------------------------------------------- *
    * This is a bug fix release
    * Added Mark Swinkels datatype list refactoring [Mark
      Swinkels, Jeffrey Rodriguez]
    * Added RangeImpl patch submitted by Lynn Monson [Lynn
      monson, Arnaud Le Hors]
    * Fixed datatype registry not being initialized in
      XMLValidator bug [Jeffrey Rodriguez]
    * Fixed misc. Schema Structures bugs since last release [Eric
      Ye]
    * Fixed misc. Datatypes bugs since last release [Jeffrey
      Rodriguez]

Files:
RevisionActionfile
1.31modifypkgsrc/textproc/xerces-j/Makefile
1.5modifypkgsrc/textproc/xerces-j/PLIST
1.4modifypkgsrc/textproc/xerces-j/distinfo