File tdom.changes of Package tdom
-------------------------------------------------------------------
Thu Jun 20 14:49:22 UTC 2013 - max@suse.com
- Add -DUSE_INTERP_ERRORLINE to fix build with Tcl 8.6.
-------------------------------------------------------------------
Mon Jun 18 12:03:55 UTC 2012 - gber@opensuse.org
- update to version 0.8.3
- numerous bugfixes, see ChangeLog for a detailed list of changes
- split off devel subpackage for stubs table, header and config
script
-------------------------------------------------------------------
Wed Dec 21 10:45:36 UTC 2011 - coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
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.