Edit

kc3-lang/libxml2/ChangeLog

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-02-10 16:21:58
    Hash : 1d788d24
    Message : preparing release 2.5.3 Daniel * NEWS doc/* configure.in: preparing release 2.5.3 Daniel

  • ChangeLog
  • Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* NEWS doc/* configure.in: preparing release 2.5.3
    
    Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* tree.c: trying to fix #104934 about some XHTML1 serialization
    	  issues.
    
    Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* encoding.c xmlIO.c: fixing bug #104646 about iconv based
    	  encoding conversion when the input buffer stops in the
    	  middle of a multibyte char
    
    Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
    	* check-relaxng-test-suite.py: python script to run regression
    	  against OASIS RelaxNG testsuite
    	* relaxng.c: some cleanup tweaks
    	* HTMLparser.c globals.c: cleanups in comments
    	* doc/libxml2-api.xml: updated the API
    	* result/relaxng/*: errors moved files, so large diffs but
    	  no changes at the semantic level.
    
    Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* tree.c: fixing #105678 problem when dumping a namespace node.
    
    Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* xpath.c: fixed doc comment problems
    	* python/generator.py python/libxml_wrap.h python/types.c: adding
    	  RelaxNG wrappers
    	* python/tests/Makefile.am python/tests/relaxng.py: added a specific
    	  test of those early Python RelaxNG bindings
    
    Sun Feb  9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* libxml.spec.in: fixes a libtool problem on AMD 64bits builds
    	* relaxng.c: found the validation problem I had with interleave
    	  when not covering all remaining siblings
    	* Makefile.am test.relaxng/* result/relaxng/*: augmented the
    	  testsuite and check the RNG schemas against the RNG schemas
    	  given in appendix A
    
    Sat Feb  8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
    
    	* win32/Makefile.msvc: updates for RelaxNG
    	* win32/Makefile.mingw: updates for RelaxNG
    	* win32/libxml2.def.src: added RelaxNG exports
    	
    Fri Feb  7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* xinclude.c: applied another bug fix from Sean Chittenden
    
    Fri Feb  7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* configure.in xmllint.c: I f...ed up the default configuration
    	  of schemas and --relaxng option display in xmllint, pointed by
    	  Morus Walter.
    	* xlink.c: Sean Chittenden pointed a couple of errors in the XLink
    	  detection module, fixes bug #105374.
    
    Fri Feb  7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* xmlschemastypes.c: added the boolean base type.
    
    Thu Feb  6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* xmlschemastypes.c: started implementing some of the missing
    	  default simple types
    	* result/relaxng/*: updated the results
    
    Wed Feb  5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* NEWS doc/*: updated the docs, ready for 2.5.2 release
    
    Wed Feb  5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* HTMLparser.c tree.c xmlIO.c: comments cleanups
    	* Makefile.am: use xmllint for doing the RelaxNG tests
    	* configure.in: preparing 2.5.2 made schemas support default to
    	  on instead of off
    	* relaxng.c: removed the verbosity
    	* xmllint.c: added --relaxng option
    	* python/generator.py python/libxml_wrap.h: prepared the integration
    	  of the new RelaxNG module and schemas
    	* result/relaxng/*: less verbose output
    
    Wed Feb  5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* valid.c: do not run content model validation if the
    	  content is not determinist
    
    Wed Feb  5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
    
    	* SAX.c: added the redefinition of namespaced attribute
    	  check that was missing as Fabrice Desr