diff options
author | recht <recht@pkgsrc.org> | 2005-01-16 22:28:34 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-01-16 22:28:34 +0000 |
commit | 61c18939441ae137c62640eac1592b20fb27a502 (patch) | |
tree | fea6033a9d8be9da3b51f02d2b3489ef18c994ee /textproc/libxml2/PLIST | |
parent | cef80d20e3c673e66f1f4b28911211360a56018c (diff) | |
download | pkgsrc-61c18939441ae137c62640eac1592b20fb27a502.tar.gz |
update to 2.6.17
This release includes a lot of fixes and improvement to existing
features plus a few new APIs:
* build fixes:
- Windows
- warnings removal (William Brack)
- maintainer-clean dependency(William)
- build in a different directory (William)
- fixing --with-minimum configure build (William)
- BeOS build (Marcin Konicki)
- compilation on AIX (Dan McNichol)
* bug fixes:
- xmlTextReaderHasAttributes (Rob Richards)
- xmlCtxtReadFile() to use the catalog(s)
- loop on output (William Brack)
- XPath memory leak
- ID deallocation problem (Steve Shepard)
- debugDumpNode crash (William)
- warning not using error callback (William)
- xmlStopParser bug (William)
- UTF-16 with BOM on DTDs (William)
- namespace bug on empty elements in push mode (Rob Richards)
- line and col computations fixups (Aleksey Sanin)
- xmlURIEscape fix (William)
- xmlXPathErr on bad range (William)
- patterns with too many steps
- bug in RNG choice optimization
- line number sometimes missing.
* improvements:
- XSD Schemas (Kasimier Buchcik)
- xmlUTF8Strpos speedup (William)
- XSD error reports (Kasimier Buchcik)
* new APIs:
- added xmlDictExists()
- GetLineNumber and GetColumnNumber for the xmlReader (Aleksey Sanin)
- Dynamic Shared Libraries APIs (mostly Joel Reed)
- error extraction API from regexps
- new XMLSave option for format (Phil Shafer)
* documentation:
- site improvement (John Fleck), FAQ entries (William).
Diffstat (limited to 'textproc/libxml2/PLIST')
-rw-r--r-- | textproc/libxml2/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index 76c570027c8..1cc00138103 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.34 2004/09/22 08:09:55 jlam Exp $ +@comment $NetBSD: PLIST,v 1.35 2005/01/16 22:28:34 recht Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -35,6 +35,7 @@ include/libxml2/libxml/xmlautomata.h include/libxml2/libxml/xmlerror.h include/libxml2/libxml/xmlexports.h include/libxml2/libxml/xmlmemory.h +include/libxml2/libxml/xmlmodule.h include/libxml2/libxml/xmlreader.h include/libxml2/libxml/xmlregexp.h include/libxml2/libxml/xmlsave.h @@ -98,6 +99,7 @@ share/doc/html/libxml2/html/libxml-xmlautomata.html share/doc/html/libxml2/html/libxml-xmlerror.html share/doc/html/libxml2/html/libxml-xmlexports.html share/doc/html/libxml2/html/libxml-xmlmemory.html +share/doc/html/libxml2/html/libxml-xmlmodule.html share/doc/html/libxml2/html/libxml-xmlreader.html share/doc/html/libxml2/html/libxml-xmlregexp.html share/doc/html/libxml2/html/libxml-xmlsave.html |