xmlunit/xmlunit.changes
Michal Vyskocil ce4b9c63f0 - Update to 1.5
* If one node in the comparison has children while the other one
    has not, XMLUnit 1.5 will signal a CHILD_NODELIST_LEN GTH
    difference and CHILD_NODE_NOT_FOUND differences for each child
    node of the node that has children in addition to a
    HAS_CHILD_NODES difference.
  1.4:
  * xsi:type attributes now have their value interpreted as a QName and will
    compare as identical if their namespace URI and local
    names match even if they use different prefixes
  1.3:
  * Try to match control Element with first unmatched test one instead of
    creating CHILD_NODE_NOT_FOUND
  1.2:
  * null XPath on missing node
  * SAXParserFactory can be configured
  * new Validator class to validate schema definitions
  1.1:
  * Support for XML Namespaces in XPath processing
  * Support for XML Schema validation using any JAXP compliant parser
- dropped xmlunit-java5-enum.patch, not needed
- dropped xmlunit-no-javac-target.patch, not needed
- put userguide to javadoc package

OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=14
2013-10-03 12:28:47 +00:00

53 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Thu Oct 3 12:16:24 UTC 2013 - mvyskocil@suse.com
- Update to 1.5
* If one node in the comparison has children while the other one
has not, XMLUnit 1.5 will signal a CHILD_NODELIST_LEN GTH
difference and CHILD_NODE_NOT_FOUND differences for each child
node of the node that has children in addition to a
HAS_CHILD_NODES difference.
1.4:
* xsi:type attributes now have their value interpreted as a QName and will
compare as identical if their namespace URI and local
names match even if they use different prefixes
1.3:
* Try to match control Element with first unmatched test one instead of
creating CHILD_NODE_NOT_FOUND
1.2:
* null XPath on missing node
* SAXParserFactory can be configured
* new Validator class to validate schema definitions
1.1:
* Support for XML Namespaces in XPath processing
* Support for XML Schema validation using any JAXP compliant parser
- dropped xmlunit-java5-enum.patch, not needed
- dropped xmlunit-no-javac-target.patch, not needed
- put userguide to javadoc package
-------------------------------------------------------------------
Wed Sep 11 10:03:55 UTC 2013 - mvyskocil@suse.com
- use add_maven_depmap from javapackages-tools
-------------------------------------------------------------------
Mon Sep 9 11:06:30 UTC 2013 - tchvatal@suse.com
- Move from jpackage-utils to javapackage-tools
-------------------------------------------------------------------
Thu Dec 15 11:29:10 UTC 2011 - mvyskocil@suse.cz
- fix the license to BSD-3-Clause (bnc#737022)
-------------------------------------------------------------------
Thu Dec 8 13:54:49 UTC 2011 - coolo@suse.com
- fix license to be in spdx.org format
-------------------------------------------------------------------
Thu Nov 4 11:44:42 UTC 2010 - mvyskocil@suse.cz
- Initial SUSE packaging of xmlunit (xmlunit-1.0-6.jpp5.src.rpm)