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>
|
||||
|
||||
* xpath.c: fixed mlXPathCompOpEvalPositionalPredicate problem
|
||||
* xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
|
||||
with object caching (bug #469410)
|
||||
|
||||
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>
|
||||
|
||||
* 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
|
||||
in HTML, c.f. bug #305885.
|
||||
|
||||
|
@ -5,7 +5,7 @@ AC_CANONICAL_HOST
|
||||
|
||||
LIBXML_MAJOR_VERSION=2
|
||||
LIBXML_MINOR_VERSION=6
|
||||
LIBXML_MICRO_VERSION=29
|
||||
LIBXML_MICRO_VERSION=30
|
||||
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
|
||||
|
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>
|
||||
<product id="libxml2">
|
||||
<name>libxml2</name>
|
||||
<version>2.6.28</version>
|
||||
<last-release> Apr 17 2007</last-release>
|
||||
<version>2.6.29</version>
|
||||
<last-release> Jun 12 2007</last-release>
|
||||
<info-url>http://xmlsoft.org/</info-url>
|
||||
<changes> - Documentation: comment fixes (Markus Keim), xpath comments fixes too
|
||||
(James Dennett)
|
||||
- Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
|
||||
(Usamah Malik), various regexp bug fixes (DV and William), path conversion
|
||||
on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath
|
||||
principal node of axis bug, HTML serialization of some codepoint
|
||||
(Steven Rainwater), user data propagation in XInclude (Michael Day),
|
||||
standalone and XML decl detection (Michael Day), Python id ouptut
|
||||
for some id, fix the big python string memory leak, URI parsing fixes
|
||||
(Stéphane Bidoul and William), long comments parsing bug (William),
|
||||
concurrent threads initialization (Ted Phelps), invalid char
|
||||
in text XInclude (William), XPath memory leak (William), tab in
|
||||
python problems (Andreas Hanke), XPath node comparison error
|
||||
(Oleg Paraschenko), cleanup patch for reader (Julien Reichel),
|
||||
XML Schemas attribute group (William), HTML parsing problem (William),
|
||||
fix char 0x2d in regexps (William), regexp quantifier range with
|
||||
min occurs of 0 (William), HTML script/style parsing (Mike Day)
|
||||
- Improvement: make xmlTextReaderSetup() public
|
||||
- Compilation and postability: fix a missing include problem (William),
|
||||
__ss_familly on AIX again (Björn Wiberg), compilation without zlib
|
||||
(Michael Day), catalog patch for Win32 (Christian Ehrlicher),
|
||||
Windows CE fixes (Andreas Stricke)
|
||||
- Various CVS to SVN infrastructure changes
|
||||
<changes> - Portability: patches from Andreas Stricke for WinCEi,
|
||||
fix compilation warnings (William Brack), avoid warnings on Apple OS/X
|
||||
(Wendy Doyle and Mark Rowe), Windows compilation and threading
|
||||
improvements (Rob Richards), compilation against old Python versions,
|
||||
new GNU tar changes (Ryan Hill)
|
||||
- Documentation: xmlURIUnescapeString comment,
|
||||
- Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind'
|
||||
flag fix (Richard Jones), regexp interpretation of \,
|
||||
htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in
|
||||
typo (Bjorn Reese), entity content failure, xmlListAppend() fix
|
||||
(Georges-André Silber), XPath number serialization (William Brack),
|
||||
nanohttp gzipped stream fix (William Brack and Alex Cornejo),
|
||||
xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon),
|
||||
XPath string value of PI nodes (William Brack), XPath node set
|
||||
sorting bugs (William Brack), avoid outputting namespace decl
|
||||
dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding
|
||||
error handling, recustion on next in catalogs, fix a Relax-NG crash,
|
||||
workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
|
||||
invalid character in attribute detection bug, big comments before
|
||||
internal subset streaming bug, HTML parsing of attributes with : in
|
||||
the name, IDness of name in HTML (Dagfinn I. Mannsåker)
|
||||
- Improvement: keep URI query parts in raw form (Richard Jones),
|
||||
embed tag support in HTML (Michael Day)
|
||||
|
||||
</changes>
|
||||
</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
|
||||
Schemas</a></li>
|
||||
</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
|
||||
(Wendy Doyle and Mark Rowe), Windows compilation and threading
|
||||
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>
|
||||
|
||||
<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,
|
||||
|
Reference in New Issue
Block a user