Index: third_party/libxml/NEWS |
diff --git a/third_party/libxml/NEWS b/third_party/libxml/NEWS |
index bd96196daa773637d7fc6c04c33c76de6aa54a4c..cdfdda6f8d4f3f1a40210b81c742d4805624ce50 100644 |
--- a/third_party/libxml/NEWS |
+++ b/third_party/libxml/NEWS |
@@ -13,8 +13,251 @@ The change log at |
ChangeLog.html |
describes the recents commits |
to the SVN at |
-http://svn.gnome.org/viewcvs/libxml2/trunk/ |
+http://svn.gnome.org/viewvc/libxml2/trunk/ |
code base.Here is the list of public releases: |
+2.7.6: Oct 6 2009: |
+ - Bug Fixes: |
+ Restore thread support in default configuration (Andrew W. Nosenko), |
+ URI with no path parsing problem (Daniel Veillard), |
+ Minor patch for conditional defines in threads.c (Eric Zurcher) |
+ |
+ |
+ |
+2.7.5: Sep 24 2009: |
+ - Bug Fixes: |
+ Restore behavior of --with-threads without argument (Andrew W. Nosenko), |
+ Fix memory leak when doc is NULL (Rob Richards), |
+ 595792 fixing a RelaxNG bug introduced in 2.7.4 (Daniel Veillard), |
+ Fix a Relaxng bug raised by libvirt test suite (Daniel Veillard), |
+ Fix a parsing problem with little data at startup (Daniel Veillard), |
+ link python module with python library (Frederic Crozat), |
+ 594874 Forgot an fclose in xmllint (Daniel Veillard) |
+ |
+ - Cleanup: |
+ Adding symbols.xml to EXTRA_DIST (Daniel Veillard) |
+ |
+ |
+ |
+2.7.4: Sep 10 2009: |
+ - Improvements: |
+ Switch to GIT (GNOME), |
+ Add symbol versioning to libxml2 shared libs (Daniel Veillard) |
+ |
+ - Portability: |
+ 593857 try to work around thread pbm MinGW 4.4 (Daniel Veillard), |
+ 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard), |
+ Fix Windows build * relaxng.c: fix windows build (Rob Richards), |
+ Fix the globals.h to use XMLPUBFUN (Paul Smith), |
+ Problem with extern extern in header (Daniel Veillard), |
+ Add -lnetwork for compiling on Haiku (Scott McCreary), |
+ Runtest portability patch for Solaris (Tim Rice), |
+ Small patch to accomodate the Haiku OS (Scott McCreary), |
+ 584605 package VxWorks folder in the distribution (Daniel Veillard), |
+ 574017 Realloc too expensive on most platform (Daniel Veillard), |
+ Fix windows build (Rob Richards), |
+ 545579 doesn't compile without schema support (Daniel Veillard), |
+ xmllint use xmlGetNodePath when not compiled in (Daniel Veillard), |
+ Try to avoid __imp__xmlFree link trouble on msys (Daniel Veillard), |
+ Allow to select the threading system on Windows (LRN), |
+ Fix Solaris binary links, cleanups (Daniel Veillard), |
+ Bug 571059 â MSVC doesn't work with the bakefile (Intron), |
+ fix ATTRIBUTE_PRINTF header clash (Belgabor and Mike Hommey), |
+ fixes for Borland/CodeGear/Embarcadero compilers (Eric Zurcher) |
+ |
+ - Documentation: |
+ 544910 typo: "renciliateNs" (Leonid Evdokimov), |
+ Add VxWorks to list of OSes (Daniel Veillard), |
+ Regenerate the documentation and update for git (Daniel Veillard), |
+ 560524 ÿ xmlTextReaderLocalName description (Daniel Veillard), |
+ Added sponsoring by AOE media for the server (Daniel Veillard), |
+ updated URLs for GNOME (Vincent Lefevre), |
+ more warnings about xmlCleanupThreads and xmlCleanupParser (Daniel Veillard) |
+ |
+ - Bug fixes: |
+ 594514 memory leaks - duplicate initialization (MOD), |
+ Wrong block opening in htmlNodeDumpOutputInternal (Daniel Veillard), |
+ 492317 Fix Relax-NG validation problems (Daniel Veillard), |
+ 558452 fight with reg test and error report (Daniel Veillard), |
+ 558452 RNG compilation of optional multiple child (Daniel Veillard), |
+ 579746 XSD validation not correct / nilable groups (Daniel Veillard), |
+ 502960 provide namespace stack when parsing entity (Daniel Veillard), |
+ 566012 part 2 fix regresion tests and push mode (Daniel Veillard), |
+ 566012 autodetected encoding and encoding conflict (Daniel Veillard), |
+ 584220 xpointer(/) and xinclude problems (Daniel Veillard), |
+ 587663 Incorrect Attribute-Value Normalization (Daniel Veillard), |
+ 444994 HTML chunked failure for attribute with <> (Daniel Veillard), |
+ Fix end of buffer char being split in XML parser (Daniel Veillard), |
+ Non ASCII character may be split at buffer end (Adiel Mittmann), |
+ 440226 Add xmlXIncludeProcessTreeFlagsData API (Stefan Behnel), |
+ 572129 speed up parsing of large HTML text nodes (Markus Kull), |
+ Fix HTML parsing with 0 character in CDATA (Daniel Veillard), |
+ Fix SetGenericErrorFunc and SetStructured clash (Wang Lam), |
+ 566012 Incomplete EBCDIC parsing support (Martin Kogler), |
+ 541335 HTML avoid creating 2 head or 2 body element (Daniel Veillard), |
+ 541237 error correcting missing end tags in HTML (Daniel Veillard), |
+ 583439 missing line numbers in push mode (Daniel Veillard), |
+ 587867 xmllint --html --xmlout serializing as HTML (Daniel Veillard), |
+ 559501 avoid select and use poll for nanohttp (Raphael Prevost), |
+ 559410 - Regexp bug on (...)? constructs (Daniel Veillard), |
+ Fix a small problem on previous HTML parser patch (Daniel Veillard), |
+ 592430 - HTML parser runs into endless loop (Daniel Veillard), |
+ 447899 potential double free in xmlFreeTextReader (Daniel Veillard), |
+ 446613 small validation bug mixed content with NS (Daniel Veillard), |
+ Fix the problem of revalidating a doc with RNG (Daniel Veillard), |
+ Fix xmlKeepBlanksDefault to not break indent (Nick Wellnhofer), |
+ 512131 refs from externalRef part need to be added (Daniel Veillard), |
+ 512131 crash in xmlRelaxNGValidateFullElement (Daniel Veillard), |
+ 588441 allow '.' in HTML Names even if invalid (Daniel Veillard), |
+ 582913 Fix htmlSetMetaEncoding() to be nicer (Daniel Veillard), |
+ 579317 Try to find the HTML encoding information (Daniel Veillard), |
+ 575875 don't output charset=html (Daniel Veillard), |
+ 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard), |
+ 570702 fix a bug in regexp determinism checking (Daniel Veillard), |
+ 567619 xmlValidateNotationUse missing param test (Daniel Veillard), |
+ 574393 ÿ utf-8 filename magic for compressed files (Hans Breuer), |
+ Fix a couple of problems in the parser (Daniel Veillard), |
+ 585505 ÿ Document ids and refs populated by XSD (Wayne Jensen), |
+ 582906 XSD validating multiple imports of the same schema (Jason Childs), |
+ Bug 582887 ÿ problems validating complex schemas (Jason Childs), |
+ Bug 579729 ÿ fix XSD schemas parsing crash (Miroslav Bajtos), |
+ 576368 ÿ htmlChunkParser with special attributes (Jiri Netolicky), |
+ Bug 565747 ÿ relax anyURI data character checking (Vincent Lefevre), |
+ Preserve attributes of include start on tree copy (Petr Pajas), |
+ Skip silently unrecognized XPointer schemes (Jakub Wilk), |
+ Fix leak on SAX1, xmllint --sax1 option and debug (Daniel Veillard), |
+ potential NULL dereference on non-glibc (Jim Meyering), |
+ Fix an XSD validation crash (Daniel Veillard), |
+ Fix a regression in streaming entities support (Daniel Veillard), |
+ Fix a couple of ABI issues with C14N 1.1 (Aleksey Sanin), |
+ Aleksey Sanin support for c14n 1.1 (Aleksey Sanin), |
+ reader bug fix with entities (Daniel Veillard), |
+ use options from current parser ctxt for external entities (Rob Richards), |
+ 581612 use %s to printf strings (Christian Persch), |
+ 584605 change the threading initialization sequence (Igor Novoseltsev), |
+ 580705 keep line numbers in HTML parser (Aaron Patterson), |
+ 581803 broken HTML table attributes init (Roland Steiner), |
+ do not set error code in xmlNsWarn (Rob Richards), |
+ 564217 fix structured error handling problems, |
+ reuse options from current parser for entities (Rob Richards), |
+ xmlXPathRegisterNs should not allow enpty prefixes (Daniel Veillard), |
+ add a missing check in xmlAddSibling (Kris Breuker), |
+ avoid leaks on errors (Jinmei Tatuya) |
+ |
+ - Cleanup: |
+ Chasing dead assignments reported by clang-scan (Daniel Veillard), |
+ A few more safety cleanup raised by scan (Daniel Veillard), |
+ Fixing assorted potential problems raised by scan (Daniel Veillard), |
+ Potential uninitialized arguments raised by scan (Daniel Veillard), |
+ Fix a bunch of scan 'dead increments' and cleanup (Daniel Veillard), |
+ Remove a pedantic warning (Daniel Veillard), |
+ 555833 always use rm -f in uninstall-local (Daniel Veillard), |
+ 542394 xmlRegisterOutputCallbacks MAX_INPUT_CALLBACK (Daniel Veillard), |
+ Autoregenerate libxml2.syms automated checkings (Daniel Veillard), |
+ Make xmlRecoverDoc const (Martin Trappel) (Daniel Veillard), |
+ Both args of xmlStrcasestr are const (Daniel Veillard), |
+ hide the nbParse* variables used for debugging (Mike Hommey), |
+ 570806 changed include of config.h (William M. Brack), |
+ cleanups and error reports when xmlTextWriterVSprintf fails (Jinmei Tatuya) |
+ |
+ |
+ |
+2.7.3: Jan 18 2009: |
+ - Build fix: fix build when HTML support is not included. |
+ - Bug fixes: avoid memory overflow in gigantic text nodes, |
+ indentation problem on the writed (Rob Richards), |
+ xmlAddChildList pointer problem (Rob Richards and Kevin Milburn), |
+ xmlAddChild problem with attribute (Rob Richards and Kris Breuker), |
+ avoid a memory leak in an edge case (Daniel Zimmermann), |
+ deallocate some pthread data (Alex Ott). |
+ - Improvements: configure option to avoid rebuilding docs (Adrian Bunk), |
+ limit text nodes to 10MB max by default, add element traversal |
+ APIs, add a parser option to enable pre 2.7 SAX behavior (Rob Richards), |
+ add gcc malloc checking (Marcus Meissner), add gcc printf like functions |
+ parameters checking (Marcus Meissner). |
+ |
+ |
+2.7.2: Oct 3 2008: |
+ - Portability fix: fix solaris compilation problem, fix compilation |
+ if XPath is not configured in |
+ - Bug fixes: nasty entity bug introduced in 2.7.0, restore old behaviour |
+ when saving an HTML doc with an xml dump function, HTML UTF-8 parsing |
+ bug, fix reader custom error handlers (Riccardo Scussat) |
+ |
+ - Improvement: xmlSave options for more flexibility to save as |
+ XML/HTML/XHTML, handle leading BOM in HTML documents |
+ |
+ |
+2.7.1: Sep 1 2008: |
+ - Portability fix: Borland C fix (Moritz Both) |
+ - Bug fixes: python serialization wrappers, XPath QName corner |
+ case handking and leaks (Martin) |
+ - Improvement: extend the xmlSave to handle HTML documents and trees |
+ - Cleanup: python serialization wrappers |
+ |
+ |
+2.7.0: Aug 30 2008: |
+ - Documentation: switch ChangeLog to UTF-8, improve mutithreads and |
+ xmlParserCleanup docs |
+ - Portability fixes: Older Win32 platforms (Rob Richards), MSVC |
+ porting fix (Rob Richards), Mac OS X regression tests (Sven Herzberg), |
+ non GNUCC builds (Rob Richards), compilation on Haiku (Andreas Färber) |
+ |
+ - Bug fixes: various realloc problems (Ashwin), potential double-free |
+ (Ashwin), regexp crash, icrash with invalid whitespace facets (Rob |
+ Richards), pattern fix when streaming (William Brack), various XML |
+ parsing and validation fixes based on the W3C regression tests, reader |
+ tree skipping function fix (Ashwin), Schemas regexps escaping fix |
+ (Volker Grabsch), handling of entity push errors (Ashwin), fix a slowdown |
+ when encoder cant serialize characters on output |
+ - Code cleanup: compilation fix without the reader, without the output |
+ (Robert Schwebel), python whitespace (Martin), many space/tabs cleanups, |
+ serious cleanup of the entity handling code |
+ - Improvement: switch parser to XML-1.0 5th edition, add parsing flags |
+ for old versions, switch URI parsing to RFC 3986, |
+ add xmlSchemaValidCtxtGetParserCtxt (Holger Kaelberer), |
+ new hashing functions for dictionnaries (based on Stefan Behnel work), |
+ improve handling of misplaced html/head/body in HTML parser, better |
+ regression test tools and code coverage display, better algorithms |
+ to detect various versions of the billion laughts attacks, make |
+ arbitrary parser limits avoidable as a parser option |
+ |
+ |
+2.6.32: Apr 8 2008: |
+ - Documentation: returning heap memory to kernel (Wolfram Sang), |
+ trying to clarify xmlCleanupParser() use, xmlXPathContext improvement |
+ (Jack Jansen), improve the *Recover* functions documentation, |
+ XmlNodeType doc link fix (Martijn Arts) |
+ - Bug fixes: internal subset memory leak (Ashwin), avoid problem with |
+ paths starting with // (Petr Sumbera), streaming XSD validation callback |
+ patches (Ashwin), fix redirection on port other than 80 (William Brack), |
+ SAX2 leak (Ashwin), XInclude fragment of own document (Chris Ryan), |
+ regexp bug with '.' (Andrew Tosh), flush the writer at the end of the |
+ document (Alfred Mickautsch), output I/O bug fix (William Brack), |
+ writer CDATA output after a text node (Alex Khesin), UTF-16 encoding |
+ detection (William Brack), fix handling of empty CDATA nodes for Safari |
+ team, python binding problem with namespace nodes, improve HTML parsing |
+ (Arnold Hendriks), regexp automata build bug, memory leak fix (Vasily |
+ Chekalkin), XSD test crash, weird system parameter entity parsing problem, |
+ allow save to file:///X:/ windows paths, various attribute normalisation |
+ problems, externalSubsetSplit fix (Ashwin), attribute redefinition in |
+ the DTD (Ashwin), fix in char ref parsing check (Alex Khesin), many |
+ out of memory handling fixes (Ashwin), XPath out of memory handling fixes |
+ (Alvaro Herrera), various realloc problems (Ashwin), UCS4 encoding |
+ conversion buffer size (Christian Fruth), problems with EatName |
+ functions on memory errors, BOM handling in external parsed entities |
+ (Mark Rowe) |
+ - Code cleanup: fix build under VS 2008 (David Wimsey), remove useless |
+ mutex in xmlDict (Florent Guilian), Mingw32 compilation fix (Carlo |
+ Bramini), Win and MacOS EOL cleanups (Florent Guiliani), iconv need |
+ a const detection (Roumen Petrov), simplify xmlSetProp (Julien Charbon), |
+ cross compilation fixes for Mingw (Roumen Petrov), SCO Openserver build |
+ fix (Florent Guiliani), iconv uses const on Win32 (Rob Richards), |
+ duplicate code removal (Ashwin), missing malloc test and error reports |
+ (Ashwin), VMS makefile fix (Tycho Hilhorst) |
+ - improvements: better plug of schematron in the normal error handling |
+ (Tobias Minich) |
+ |
+ |
2.6.31: Jan 11 2008: |
- Security fix: missing of checks in UTF-8 parsing |
- Bug fixes: regexp bug, dump attribute from XHTML document, fix |
@@ -59,9 +302,9 @@ http://svn.gnome.org/viewcvs/libxml2/trunk/ |
flag fix (Richard Jones), regexp interpretation of \, |
htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in |
typo (Bjorn Reese), entity content failure, xmlListAppend() fix |
- (Georges-André Silber), XPath number serialization (William Brack), |
+ (Georges-André Silber), XPath number serialization (William Brack), |
nanohttp gzipped stream fix (William Brack and Alex Cornejo), |
- xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon), |
+ xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon), |
XPath string value of PI nodes (William Brack), XPath node set |
sorting bugs (William Brack), avoid outputting namespace decl |
dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding |
@@ -69,7 +312,7 @@ http://svn.gnome.org/viewcvs/libxml2/trunk/ |
workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes, |
invalid character in attribute detection bug, big comments before |
internal subset streaming bug, HTML parsing of attributes with : in |
- the name, IDness of name in HTML (Dagfinn I. Mannsåker) |
+ the name, IDness of name in HTML (Dagfinn I. MannsÃÂ¥ker) |
- Improvement: keep URI query parts in raw form (Richard Jones), |
embed tag support in HTML (Michael Day) |
@@ -84,7 +327,7 @@ http://svn.gnome.org/viewcvs/libxml2/trunk/ |
(Steven Rainwater), user data propagation in XInclude (Michael Day), |
standalone and XML decl detection (Michael Day), Python id ouptut |
for some id, fix the big python string memory leak, URI parsing fixes |
- (Stéphane Bidoul and William), long comments parsing bug (William), |
+ (Stéphane Bidoul and William), long comments parsing bug (William), |
concurrent threads initialization (Ted Phelps), invalid char |
in text XInclude (William), XPath memory leak (William), tab in |
python problems (Andreas Hanke), XPath node comparison error |
@@ -94,7 +337,7 @@ http://svn.gnome.org/viewcvs/libxml2/trunk/ |
min occurs of 0 (William), HTML script/style parsing (Mike Day) |
- Improvement: make xmlTextReaderSetup() public |
- Compilation and postability: fix a missing include problem (William), |
- __ss_familly on AIX again (Björn Wiberg), compilation without zlib |
+ __ss_familly on AIX again (Björn Wiberg), compilation without zlib |
(Michael Day), catalog patch for Win32 (Christian Ehrlicher), |
Windows CE fixes (Andreas Stricke) |
- Various CVS to SVN infrastructure changes |
@@ -241,7 +484,7 @@ Do not use or package 2.6.25 |
2.6.22: Sep 12 2005: |
- - build fixes: compile without schematron (Stéphane Bidoul) |
+ - build fixes: compile without schematron (Stéphane Bidoul) |
- bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i, |
CDATA push parser bug, xmlElemDump problem with XHTML1 doc, |
XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx, fix some |
@@ -514,7 +757,7 @@ Do not use or package 2.6.25 |
streaming problem (Steve Ball), DTD serialization problem (William), |
libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on |
Python classes, xmlReader buffer bug, Python bindings memory interfaces |
- improvement (with Stéphane Bidoul), Fixed the push parser to be back to |
+ improvement (with Stéphane Bidoul), Fixed the push parser to be back to |
synchronous behaviour. |
- improvement: custom per-thread I/O enhancement (Rob Richards), register |
namespace in debug shell (Stefano Debenedetti), Python based regression |
@@ -640,8 +883,8 @@ Do not use or package 2.6.25 |
callbacks order for XPath callbacks (Frederic Peters) |
- Documentation: python scripts (William Brack), xslt stylesheets (John |
Fleck), doc (Sven Zimmerman), I/O example. |
- - Python bindings: fixes (William), enum support (Stéphane Bidoul), |
- structured error reporting (Stéphane Bidoul) |
+ - Python bindings: fixes (William), enum support (Stéphane Bidoul), |
+ structured error reporting (Stéphane Bidoul) |
- XInclude: various fixes for conformance, problem related to dictionnary |
references (William & me), recursion (William) |
- xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred |
@@ -771,7 +1014,7 @@ Do not use or package 2.6.25 |
and charset information if available. |
- Relax-NG: bug fixes including the one reported by Martijn Faassen and |
zeroOrMore, better error reporting. |
- - Python bindings (Stéphane Bidoul), never use stdout for errors |
+ - Python bindings (Stéphane Bidoul), never use stdout for errors |
output |
- Portability: all the headers have macros for export and calling |
convention definitions (Igor Zlatkovic), VMS update (Craig A. Berry), |
@@ -852,11 +1095,11 @@ A bugfixes only release - Windows Makefiles (William Brack) |
- portability: DJGPP (MsDos) , OpenVMS (Craig A. Berry) |
- William Brack fixed multithreading lock problems |
- IPv6 patch for FTP and HTTP accesses (Archana Shah/Wipro) |
- - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane |
+ - Windows fixes (Igor Zlatkovic, Eric Zurcher), threading (Stéphane |
Bidoul) |
- A few W3C Schemas Structure improvements |
- W3C Schemas Datatype improvements (Charlie Bozeman) |
- - Python bindings for thread globals (Stéphane Bidoul), and method/class |
+ - Python bindings for thread globals (Stéphane Bidoul), and method/class |
generator |
- added --nonet option to xmllint |
- documentation improvements (John Fleck) |
@@ -932,7 +1175,7 @@ A bugfixes only release - Windows Makefiles (William Brack) |
- First implementation of RelaxNG, added --relaxng flag to xmllint |
- Schemas support now compiled in by default. |
- Bug fixes: DTD validation, namespace checking, XInclude and entities, |
- delegateURI in XML Catalogs, HTML parser, XML reader (Stéphane Bidoul), |
+ delegateURI in XML Catalogs, HTML parser, XML reader (Stéphane Bidoul), |
XPath parser and evaluation, UTF8ToUTF8 serialization, XML reader memory |
consumption, HTML parser, HTML serialization in the presence of |
namespaces |
@@ -941,7 +1184,7 @@ A bugfixes only release - Windows Makefiles (William Brack) |
patches (Stefan Kost) |
- Portability fixes: NetBSD (Julio Merino), Windows (Igor Zlatkovic) |
- Added python bindings for XPointer, contextual error reporting |
- (Stéphane Bidoul) |
+ (Stéphane Bidoul) |
- URI/file escaping problems (Stefano Zacchiroli) |
@@ -953,11 +1196,11 @@ A bugfixes only release - Windows Makefiles (William Brack) |
2.5.0: Jan 6 2003: |
- New XmltextReader interface based on C# |
- API (with help of Stéphane Bidoul) |
+ API (with help of Stéphane Bidoul) |
- Windows: more exports, including the new API (Igor) |
- XInclude fallback fix |
- - Python: bindings for the new API, packaging (Stéphane Bidoul), |
- drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup |
+ - Python: bindings for the new API, packaging (Stéphane Bidoul), |
+ drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup |
and iterators for Python-2.2 (Hannu Krosing) |
- Tutorial fixes (john Fleck and Niraj Tolia) xmllint man update |
(John) |
@@ -977,7 +1220,7 @@ A bugfixes only release - Windows Makefiles (William Brack) |
2.4.29: Dec 11 2002: |
- Windows fixes (Igor): Windows CE port, pthread linking, python bindings |
- (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates |
+ (Stéphane Bidoul), Mingw (Magnus Henoch), and export list updates |
- Fix for prev in python bindings (ERDI Gergo) |
- Fix for entities handling (Marcus Clarke) |
- Refactored the XML and HTML dumps to a single code path, fixed XHTML1 |
@@ -1324,7 +1567,7 @@ it's actually not compiled in by default. The real fixes are: - a couple of bu |
2.3.9: May 19 2001: |
-Lots of bugfixes, and added a basic SGML catalog support: - HTML push bugfix #54891 and another patch from Jonas Borgström |
+Lots of bugfixes, and added a basic SGML catalog support: - HTML push bugfix #54891 and another patch from Jonas Borgström |
- some serious speed optimization again |
- some documentation cleanups |
- trying to get better linking on Solaris (-R) |