Edit

kc3-lang/libxml2/NEWS

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2003-02-24 20:11:43
    Hash : 17bed981
    Message : preparing release 2.5.4 updated and rebuilt the docs removed warnings * configure.in: preparing release 2.5.4 * doc/*: updated and rebuilt the docs * relaxng.c: removed warnings * result/relaxng/*: updated the results Daniel

  • NEWS
  •         NEWS file for libxml2
    
      Note that this is automatically generated from the news webpage at:
           http://xmlsoft.org/news.html
    
    
    
    CVS only : check the Changelog at 
    http://cvs.gnome.org/lxr/source/gnome-xml/ChangeLog
     file
    for a really accurate description:
    Items not finished and worked on, get in touch with the list if you want
    to test those
       - More testing on RelaxNG
       - Finishing up XML
      Schemas
    
    
    
    2.5.4: Feb 20 2003:
       - Conformance testing and lot of fixes on Relax NG and XInclude
        implementation
       - Implementation of XPointer element() scheme
       - Bug fixes: XML parser, XInclude entities merge, validity checking on
        namespaces,
        2 serialization bugs, node info generation problems, a DTD regexp
        generation problem.
      
       - Portability: windows updates and path canonicalization (Igor)
       - A few typo fixes (Kjartan Maraas)
       - Python bindings generator fixes (Stephane Bidoul)
    
    
    2.5.3: Feb 10 2003:
       - RelaxNG and XML Schemas datatypes improvements, and added a first
        version of RelaxNG Python bindings
       - Fixes: XLink (Sean Chittenden), XInclude (Sean Chittenden), API fix for
        serializing namespace nodes, encoding conversion bug, XHTML1
      serialization
       - Portability fixes: Windows (Igor), AMD 64bits RPM spec file
    
    
    2.5.2: Feb 5 2003:
       - 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