~ubuntu-branches/ubuntu/maverick/libxml2/maverick

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-18 15:29:30 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518152930-yo3h40tjup1cn5zj
Tags: 2.6.28.dfsg-1ubuntu1
* Merge with Debian; remaining changes:
  - debian/rules: create a udeb for debian-installer, correct libxml2-dev
    Depends to include zlib1g-dev.
  - Build a python-libxml2-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
The change log at 
13
13
ChangeLog.html
14
14
 describes the recents commits
15
 
to the CVS at 
16
 
http://cvs.gnome.org/viewcvs/libxml2/
17
 
 code base.There is the list of public releases:
 
15
to the SVN at 
 
16
http://svn.gnome.org/viewcvs/libxml2/trunk/
 
17
 code base.Here is the list of public releases:
 
18
2.6.28: Apr 17 2007:
 
19
   - Documentation: comment fixes (Markus Keim), xpath comments fixes too
 
20
      (James Dennett)
 
21
   - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
 
22
      (Usamah Malik), various regexp bug fixes (DV and William), path conversion
 
23
      on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
 
24
      principal node of axis bug, HTML serialization of some codepoint
 
25
      (Steven Rainwater), user data propagation in XInclude (Michael Day),
 
26
      standalone and XML decl detection (Michael Day), Python id ouptut
 
27
      for some id, fix the big python string memory leak, URI parsing fixes
 
28
      (St�phane Bidoul and William), long comments parsing bug (William),
 
29
      concurrent threads initialization (Ted Phelps), invalid char
 
30
      in text XInclude (William), XPath memory leak (William), tab in
 
31
      python problems (Andreas Hanke), XPath node comparison error
 
32
      (Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
 
33
      XML Schemas attribute group (William), HTML parsing problem (William),
 
34
      fix char 0x2d in regexps (William), regexp quantifier range with
 
35
      min occurs of 0 (William), HTML script/style parsing (Mike Day)
 
36
   - Improvement: make xmlTextReaderSetup() public
 
37
   - Compilation and postability: fix a missing include problem (William),
 
38
      __ss_familly on AIX again (Bj�rn Wiberg), compilation without zlib
 
39
      (Michael Day), catalog patch for Win32 (Christian Ehrlicher),
 
40
      Windows CE fixes (Andreas Stricke)
 
41
   - Various CVS to SVN infrastructure changes
 
42
 
 
43
 
18
44
2.6.27: Oct 25 2006:
19
45
   - Portability fixes: file names on windows (Roland Schwingel, 
20
46
      Emelyanov Alexey), windows compile fixup (Rob Richards), 
683
709
   - New xmlWriter API provided by Alfred Mickautsch
684
710
   - Schemas: base64 support by Anthony Carrico
685
711
   - Parser<->HTTP integration fix, proper processing of the Mime-Type
686
 
    and charset informations if available.
 
712
    and charset information if available.
687
713
   - Relax-NG: bug fixes including the one reported by Martijn Faassen and
688
714
    zeroOrMore, better error reporting.
689
715
   - Python bindings (St�phane Bidoul), never use stdout for errors
901
927
   - Fix for HTTP URL escaping problem
902
928
   - added an TextXmlReader (C#) like API (work in progress)
903
929
   - Rewrote the API in XML generation script, includes a C parser and saves
904
 
    more informations needed for C# bindings
 
930
    more information needed for C# bindings
905
931
 
906
932
 
907
933
2.4.28: Nov 22 2002: