File tdom.changes of Package tdom
-------------------------------------------------------------------
Wed Aug 15 11:17:27 CEST 2007 - max@suse.de
- Update to the final 0.8.2 release
* Correct a licensing issue
* Some cosmetical fixes
-------------------------------------------------------------------
Wed Aug 8 16:41:02 CEST 2007 - max@suse.de
- New version: 0.8.2rc3
* Update to expat 2.0.1.
* Improve 64bit support
* Added the '-namespaces' option to the selectNodes method.
* Added the methods 'transform' and 'delete' to xsltCmds.
* Added the 'selectNodesNamespace' to documents.
* Normalize case of attribute also (not only elements).
* Added method deleteXPathCache: basic control over the xpath
expression cache.
* Variable references in XPath queries will now be resoved as
Tcl variables.
- Added tcllib to BuildRequires (needed for 'make test').
- Added the tnc extension to the package
-------------------------------------------------------------------
Fri Apr 27 18:57:55 CEST 2007 - aj@suse.de
- Add libexpat-devel to BuildRequires.
-------------------------------------------------------------------
Mon Oct 9 18:34:57 CEST 2006 - max@suse.de
- New package: tdom
- A XML/DOM/XPath/XSLT Implementation for Tcl, based on expat.
- Patched to use the libexpat instead of included copy.