mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +03:00
preparing release of 2.6.30 Daniel
* configure.in doc/*: preparing release of 2.6.30 Daniel svn path=/trunk/; revision=3654
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
|
Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* configure.in doc/*: preparing release of 2.6.30
|
||||||
|
|
||||||
Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
|
Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
|
||||||
|
|
||||||
* xpath.c: fixed mlXPathCompOpEvalPositionalPredicate problem
|
* xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
|
||||||
with object caching (bug #469410)
|
with object caching (bug #469410)
|
||||||
|
|
||||||
Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
|
Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
|
||||||
@ -68,7 +72,7 @@ Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
|
|||||||
|
|
||||||
Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
|
Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* doc/* configure.in NEWS: release of libxml2 2.6.28
|
* doc/* configure.in NEWS: release of libxml2 2.6.29
|
||||||
* valid.c: patch from Dagfinn I. Manns<6E>ker for idness of name
|
* valid.c: patch from Dagfinn I. Manns<6E>ker for idness of name
|
||||||
in HTML, c.f. bug #305885.
|
in HTML, c.f. bug #305885.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ AC_CANONICAL_HOST
|
|||||||
|
|
||||||
LIBXML_MAJOR_VERSION=2
|
LIBXML_MAJOR_VERSION=2
|
||||||
LIBXML_MINOR_VERSION=6
|
LIBXML_MINOR_VERSION=6
|
||||||
LIBXML_MICRO_VERSION=29
|
LIBXML_MICRO_VERSION=30
|
||||||
LIBXML_MICRO_VERSION_SUFFIX=
|
LIBXML_MICRO_VERSION_SUFFIX=
|
||||||
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION$LIBXML_MICRO_VERSION_SUFFIX
|
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION$LIBXML_MICRO_VERSION_SUFFIX
|
||||||
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
|
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -8,32 +8,32 @@
|
|||||||
</vendor>
|
</vendor>
|
||||||
<product id="libxml2">
|
<product id="libxml2">
|
||||||
<name>libxml2</name>
|
<name>libxml2</name>
|
||||||
<version>2.6.28</version>
|
<version>2.6.29</version>
|
||||||
<last-release> Apr 17 2007</last-release>
|
<last-release> Jun 12 2007</last-release>
|
||||||
<info-url>http://xmlsoft.org/</info-url>
|
<info-url>http://xmlsoft.org/</info-url>
|
||||||
<changes> - Documentation: comment fixes (Markus Keim), xpath comments fixes too
|
<changes> - Portability: patches from Andreas Stricke for WinCEi,
|
||||||
(James Dennett)
|
fix compilation warnings (William Brack), avoid warnings on Apple OS/X
|
||||||
- Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
|
(Wendy Doyle and Mark Rowe), Windows compilation and threading
|
||||||
(Usamah Malik), various regexp bug fixes (DV and William), path conversion
|
improvements (Rob Richards), compilation against old Python versions,
|
||||||
on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
|
new GNU tar changes (Ryan Hill)
|
||||||
principal node of axis bug, HTML serialization of some codepoint
|
- Documentation: xmlURIUnescapeString comment,
|
||||||
(Steven Rainwater), user data propagation in XInclude (Michael Day),
|
- Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
|
||||||
standalone and XML decl detection (Michael Day), Python id ouptut
|
flag fix (Richard Jones), regexp interpretation of \,
|
||||||
for some id, fix the big python string memory leak, URI parsing fixes
|
htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
|
||||||
(Stéphane Bidoul and William), long comments parsing bug (William),
|
typo (Bjorn Reese), entity content failure, xmlListAppend() fix
|
||||||
concurrent threads initialization (Ted Phelps), invalid char
|
(Georges-André Silber), XPath number serialization (William Brack),
|
||||||
in text XInclude (William), XPath memory leak (William), tab in
|
nanohttp gzipped stream fix (William Brack and Alex Cornejo),
|
||||||
python problems (Andreas Hanke), XPath node comparison error
|
xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
|
||||||
(Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
|
XPath string value of PI nodes (William Brack), XPath node set
|
||||||
XML Schemas attribute group (William), HTML parsing problem (William),
|
sorting bugs (William Brack), avoid outputting namespace decl
|
||||||
fix char 0x2d in regexps (William), regexp quantifier range with
|
dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
|
||||||
min occurs of 0 (William), HTML script/style parsing (Mike Day)
|
error handling, recustion on next in catalogs, fix a Relax-NG crash,
|
||||||
- Improvement: make xmlTextReaderSetup() public
|
workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
|
||||||
- Compilation and postability: fix a missing include problem (William),
|
invalid character in attribute detection bug, big comments before
|
||||||
__ss_familly on AIX again (Björn Wiberg), compilation without zlib
|
internal subset streaming bug, HTML parsing of attributes with : in
|
||||||
(Michael Day), catalog patch for Win32 (Christian Ehrlicher),
|
the name, IDness of name in HTML (Dagfinn I. Mannsåker)
|
||||||
Windows CE fixes (Andreas Stricke)
|
- Improvement: keep URI query parts in raw form (Richard Jones),
|
||||||
- Various CVS to SVN infrastructure changes
|
embed tag support in HTML (Michael Day)
|
||||||
|
|
||||||
</changes>
|
</changes>
|
||||||
</product>
|
</product>
|
||||||
|
@ -12,7 +12,17 @@ to help those</p><ul><li>More testing on RelaxNG</li>
|
|||||||
<li>Finishing up <a href="http://www.w3.org/TR/xmlschema-1/">XML
|
<li>Finishing up <a href="http://www.w3.org/TR/xmlschema-1/">XML
|
||||||
Schemas</a></li>
|
Schemas</a></li>
|
||||||
</ul><p>The <a href="ChangeLog.html">change log</a> describes the recents commits
|
</ul><p>The <a href="ChangeLog.html">change log</a> describes the recents commits
|
||||||
to the <a href="http://svn.gnome.org/viewcvs/libxml2/trunk/">SVN</a> code base.</p><p>Here is the list of public releases:</p><h3>2.6.29: Jun 12 2007</h3><ul><li>Portability: patches from Andreas Stricke for WinCEi,
|
to the <a href="http://svn.gnome.org/viewcvs/libxml2/trunk/">SVN</a> code base.</p><p>Here is the list of public releases:</p><h3>2.6.30: Aug 23 2007</h3><ul><li>Portability: Solaris crash on error handling, windows path fixes
|
||||||
|
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)</li>
|
||||||
|
<li>Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
|
||||||
|
reusing a writer for a new document (Dodji Seketeli), Schemas
|
||||||
|
xsi:nil handling patch (Frank Gross), relative URI build problem
|
||||||
|
(Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
|
||||||
|
detection bug, fix disparity with xmlSAXUserParseMemory, automata
|
||||||
|
generation for complex regexp counts problems, Schemas IDC import
|
||||||
|
problems (Frank Gross), xpath predicate evailation error handling
|
||||||
|
(William Brack)</li>
|
||||||
|
</ul><h3>2.6.29: Jun 12 2007</h3><ul><li>Portability: patches from Andreas Stricke for WinCEi,
|
||||||
fix compilation warnings (William Brack), avoid warnings on Apple OS/X
|
fix compilation warnings (William Brack), avoid warnings on Apple OS/X
|
||||||
(Wendy Doyle and Mark Rowe), Windows compilation and threading
|
(Wendy Doyle and Mark Rowe), Windows compilation and threading
|
||||||
improvements (Rob Richards), compilation against old Python versions,
|
improvements (Rob Richards), compilation against old Python versions,
|
||||||
|
13
doc/xml.html
13
doc/xml.html
@ -739,6 +739,19 @@ to the <a href="http://svn.gnome.org/viewcvs/libxml2/trunk/">SVN</a> code base.<
|
|||||||
|
|
||||||
<p>Here is the list of public releases:</p>
|
<p>Here is the list of public releases:</p>
|
||||||
|
|
||||||
|
<h3>2.6.30: Aug 23 2007</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Portability: Solaris crash on error handling, windows path fixes
|
||||||
|
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)</li>
|
||||||
|
<li>Bugfixes: xmlXPathNodeSetSort problem (William Brack), leak when
|
||||||
|
reusing a writer for a new document (Dodji Seketeli), Schemas
|
||||||
|
xsi:nil handling patch (Frank Gross), relative URI build problem
|
||||||
|
(Patrik Fimml), crash in xmlDocFormatDump, invalid char in comment
|
||||||
|
detection bug, fix disparity with xmlSAXUserParseMemory, automata
|
||||||
|
generation for complex regexp counts problems, Schemas IDC import
|
||||||
|
problems (Frank Gross), xpath predicate evailation error handling
|
||||||
|
(William Brack)</li>
|
||||||
|
</ul>
|
||||||
<h3>2.6.29: Jun 12 2007</h3>
|
<h3>2.6.29: Jun 12 2007</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Portability: patches from Andreas Stricke for WinCEi,
|
<li>Portability: patches from Andreas Stricke for WinCEi,
|
||||||
|
Reference in New Issue
Block a user