mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
Prepare docs for release of 2.6.31, Daniel
svn path=/trunk/; revision=3677
This commit is contained in:
parent
b3edafd72d
commit
28b64e2a6c
20
NEWS
20
NEWS
@ -15,6 +15,26 @@ ChangeLog.html
|
||||
to the SVN at
|
||||
http://svn.gnome.org/viewcvs/libxml2/trunk/
|
||||
code base.Here is the list of public releases:
|
||||
2.6.31: Jan 11 2008:
|
||||
- Security fix: missing of checks in UTF-8 parsing
|
||||
- Bug fixes: regexp bug, dump attribute from XHTML document, fix
|
||||
xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
|
||||
(Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
|
||||
XSD crash due to double free (Rob Richards), indentation fix in
|
||||
xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
|
||||
parsing if attribute redeclared, avoid crash in hash list scanner if
|
||||
deleting elements, column counter bug fix (Christian Schmidt),
|
||||
HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
|
||||
output from xml2-config (Fred Crozat), avoid an xmllint crash
|
||||
(Stefan Kost), don't stop HTML parsing on out of range chars.
|
||||
|
||||
- Code cleanup: fix open() call third argument, regexp cut'n paste
|
||||
copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
|
||||
some make distcheck realted fixes (John Carr)
|
||||
- Improvements: HTTP Header: includes port number (William Brack),
|
||||
testURI --debug option,
|
||||
|
||||
|
||||
2.6.30: Aug 23 2007:
|
||||
- Portability: Solaris crash on error handling, windows path fixes
|
||||
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)
|
||||
|
@ -8,32 +8,19 @@
|
||||
</vendor>
|
||||
<product id="libxml2">
|
||||
<name>libxml2</name>
|
||||
<version>2.6.29</version>
|
||||
<last-release> Jun 12 2007</last-release>
|
||||
<version>2.6.30</version>
|
||||
<last-release> Aug 23 2007</last-release>
|
||||
<info-url>http://xmlsoft.org/</info-url>
|
||||
<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> - Portability: Solaris crash on error handling, windows path fixes
|
||||
(Roland Schwarz and Rob Richards), mingw build (Roland Schwarz)
|
||||
- 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)
|
||||
|
||||
</changes>
|
||||
</product>
|
||||
|
@ -12,7 +12,24 @@ 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.30: Aug 23 2007</h3><ul><li>Portability: Solaris crash on error handling, windows path fixes
|
||||
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.31: Jan 11 2008</h3><ul><li>Security fix: missing of checks in UTF-8 parsing</li>
|
||||
<li>Bug fixes: regexp bug, dump attribute from XHTML document, fix
|
||||
xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
|
||||
(Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
|
||||
XSD crash due to double free (Rob Richards), indentation fix in
|
||||
xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
|
||||
parsing if attribute redeclared, avoid crash in hash list scanner if
|
||||
deleting elements, column counter bug fix (Christian Schmidt),
|
||||
HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
|
||||
output from xml2-config (Fred Crozat), avoid an xmllint crash
|
||||
(Stefan Kost), don't stop HTML parsing on out of range chars.
|
||||
</li>
|
||||
<li>Code cleanup: fix open() call third argument, regexp cut'n paste
|
||||
copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
|
||||
some make distcheck realted fixes (John Carr)</li>
|
||||
<li>Improvements: HTTP Header: includes port number (William Brack),
|
||||
testURI --debug option, </li>
|
||||
</ul><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
|
||||
|
20
doc/xml.html
20
doc/xml.html
@ -739,6 +739,26 @@ 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.31: Jan 11 2008</h3>
|
||||
<ul>
|
||||
<li>Security fix: missing of checks in UTF-8 parsing</li>
|
||||
<li>Bug fixes: regexp bug, dump attribute from XHTML document, fix
|
||||
xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
|
||||
(Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
|
||||
XSD crash due to double free (Rob Richards), indentation fix in
|
||||
xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
|
||||
parsing if attribute redeclared, avoid crash in hash list scanner if
|
||||
deleting elements, column counter bug fix (Christian Schmidt),
|
||||
HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
|
||||
output from xml2-config (Fred Crozat), avoid an xmllint crash
|
||||
(Stefan Kost), don't stop HTML parsing on out of range chars.
|
||||
</li>
|
||||
<li>Code cleanup: fix open() call third argument, regexp cut'n paste
|
||||
copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
|
||||
some make distcheck realted fixes (John Carr)</li>
|
||||
<li>Improvements: HTTP Header: includes port number (William Brack),
|
||||
testURI --debug option, </li>
|
||||
</ul>
|
||||
<h3>2.6.30: Aug 23 2007</h3>
|
||||
<ul>
|
||||
<li>Portability: Solaris crash on error handling, windows path fixes
|
||||
|
Loading…
Reference in New Issue
Block a user