Edit

kc3-lang/libxml2/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-07-06 21:13:49
    Hash : 560c2a44
    Message : preparing release 1.5.8 changed some preprocessor block applied patch from * configure.in doc/*: preparing release 1.5.8 * nanohttp.c: changed some preprocessor block * xmlschemastypes.c: applied patch from Charles Bozeman adding hexBinary schema datatype and adding support for totalDigits and fractionDigits facets. Daniel

  • ChangeLog
  • Sun Jul  6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* configure.in doc/*: preparing release 1.5.8
    	* nanohttp.c: changed some preprocessor block
    	* xmlschemastypes.c: applied patch from Charles Bozeman adding
    	  hexBinary schema datatype and adding support for totalDigits and
    	  fractionDigits facets.
    
    Sun Jul  6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* debugXML.c xpath.c: fixed 2 bugs pointed in #116448
    
    Sun Jul  6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* xinclude.c: fixed bug #116095 removing the error message when
    	  reapplying XInclude to a document.
    
    Sat Jul  5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* xmlIO.c: applied small changes to portability layer for 
    	  compilation on DJGPP Ms-DOS compiler.
    
    Sat Jul  5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* parser.c HTMLparser.c: use the character() SAX callback
    	  if the cdataBlock ain't defined.
    	* xpath.c: fix bug #115349 allowing compilation when configured
    	  with --without-xpath since the Schemas code needs NAN and co.
    
    Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
    
    	Fixed problem with multi-threading, shown by the test program
    	testThreads.  After fix, ran mutiple tests on various speed
    	machines (single and dual processor X86), which all seem okay.
    
    	* catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
    
    	* threads.c: added missing initialisation for condition variable
    	  in xmlNewRMutex.
    
    Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
            Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
    	closing bug #114837
    
    	* configure.in: Added checks for IPv6 support and getaddrinfo().
    
    	* acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
    
    	* config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
    
    	* nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
    	  field or sockaddr_in field, depending upon the availability of IPv6
    	  support.
    	  have_ipv6(): Added to check for run-time IPv6 support.
    	  (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
    	  Modified to parse a URI with IPv6 address given in [].
    	  (xmlNanoFTPConnect): Changed to use getaddrinfo for address
    	  resolution, if it is available on the system, as gethostbyname
    	  does not return IPv6 addresses on some platforms.
    	  (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
    	  sockaddr_storage or sockaddr_in depending upon the IPv6 support.
    	  Sending EPSV, EPRT or PASV, PORT depending upon the type of address
    	  we are dealing with.
    
    	* nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
    	  (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
    	  a URI with IPv6 address given in [].
    	  (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
    	  available on the system. Also IPv6 addresses will be resolved by
    	  gethostbyname only if IPv6 run-time support is available.
    	  (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
    
    Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
    
    	* win32/configure.js include/win32config.h 
    	  include/libxml/xmlversion.h.in: Applied the patch for BCB
    	  by Eric Zurcher.
    
    Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* doc/Makefile.am doc/html/*: reverted back patch for #113521,
    	  due to #115104 and while fixing #115101 . HTML URLs must not
    	  be version dependant.
    
    Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* entities.c: do not generate &quot; for " outside of attributes
    	* result//*: this changes the output of some tests
    
    Mon Jun  9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* parser.c xmlIO.c: trying to fix #114277 about when file
    	  remapping and escaping should really be attempted.
    
    Mon Jun  9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* doc/*: applied a patch from Gman for building docs
    	* valid.c xmllint.c include/libxml/valid.h: applied a patch from
    	  Gary Pennington to provide an allocator for xmlValidCtxt
    	* xmlreader.c: applied patch from Jacek Konieczny fixing bug
    	  #113580 about data not being passed immediately.
    
    Thu Jun  5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* tree.c: applied a couple of patches from Mark Itzcovitz
    	  to handle saving back "UTF-16" documents.
    
    Mon Jun  2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
    
    	* relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
    	  some work done while in the Maldives (hence the timezone on the
    	  laptop !)
    	* result/schemas/length3* test/schemas/deter0_*
    	  test/schemas/group0_*: some tests added too
    
    Mon Jun  2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* encoding.c: small fix
    	* xmlIO.c: fixed an error message
    
    Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
    
    	* parserInternals.c: fixing Red Hat bug #91013 where xmllint was
    	  accepting an improper UTF8 sequence
    
    Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
    
    	* threads.c: applied the patch from St