Are some of our bugs contained in the list of fixes?<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Daniel Veillard</b> <span dir="ltr"><<a href="mailto:veillard@redhat.com">veillard@redhat.com</a>></span><br>

Date: 23 May 2012 11:17<br>Subject: [xml] Release of libxml2-2.8.0<br>To: <a href="mailto:xml@gnome.org">xml@gnome.org</a><br><br><br>  Finally after 18 month the new release is out. Hopefully I will<br>
adopt a more regular schedule in the future, something like every<br>
6 months, so let's see in November if I can keep it up :-)<br>
<br>
Of course this is mostly a bugfix release, with a few improvement<br>
and one added feature, everybody is invited to update, and give<br>
feedback in case of problems !<br>
<br>
Features:<br>
- add lzma compression support (Anders F Bjorklund)<br>
<br>
Documentation:<br>
- xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä)<br>
- Update README.tests (Daniel Veillard)<br>
- URI handling code is not OOM resilient (Daniel Veillard)<br>
- Fix an error in comment (Daniel Veillard)<br>
- Fixed bug #617016 (Daniel Mustieles)<br>
- Fixed two typos in the README document (Daniel Neel)<br>
- add generated html files (Anders F Bjorklund)<br>
- Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard)<br>
- Improve documentation a bit (Daniel Veillard)<br>
- Updated URL for lxml python bindings (Daniel Veillard)<br>
<br>
Portability:<br>
- Restore code for Windows compilation (Daniel Veillard)<br>
- Remove git error message during configure (Christian Dywan)<br>
- xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer)<br>
- remove a bashism in <a href="http://confgure.in" target="_blank">confgure.in</a> (John Hein)<br>
- undef ERROR if already defined (Patrick R. Gansterer)<br>
- Fix library problems with mingw-w64 (Michael Cronenworth)<br>
- fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards)<br>
- prefer native threads on win32 (Sam Thursfield)<br>
- Allow to compile with Visual Studio 2010 (Thomas Lemm)<br>
- Fix mingw's snprintf configure check (Andoni Morales)<br>
- fixed a 64bit big endian issue (Marcus Meissner)<br>
- Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard)<br>
- Fix windows build from lzma addition (Rob Richards)<br>
- autogen: Only check for libtoolize (Colin Walters)<br>
- Fix the Windows build files (Patrick von Reth)<br>
- 634846 Remove a linking option breaking Windows VC10 (Daniel Veillard)<br>
- 599241 fix an initialization problem on Win64 (Andrew W. Nosenko)<br>
- fix win build (Rob Richards)<br>
<br>
Bug fixes:<br>
- Part for rand_r checking missing (Daniel Veillard)<br>
- Cleanup on randomization (Daniel Veillard)<br>
- Fix undefined reference in python module (Pacho Ramos)<br>
- Fix a race in xmlNewInputStream (Daniel Veillard)<br>
- Fix weird streaming RelaxNG errors (Noam)<br>
- Fix various bugs in new code raised by the API checking (Daniel Veillard)<br>
- Fix various problems with "make dist" (Daniel Veillard)<br>
- Fix a memory leak in the xzlib code (Daniel Veillard)<br>
- HTML parser error with <noscript> in the <head> (Denis Pauk)<br>
- XSD: optional element in complex type extension (Remi Gacogne)<br>
- Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard)<br>
- Fix a wrong return value in previous patch (Daniel Veillard)<br>
- Fix an uninitialized variable use (Daniel Veillard)<br>
- Fix a compilation problem with --minimum (Brandon Slack)<br>
- Remove redundant and ungarded include of resolv.h (Daniel Veillard)<br>
- xinclude with parse="text" does not use the entity loader (Shaun McCance)<br>
- Allow to parse 1 byte HTML files (Denis Pauk)<br>
- Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder)<br>
- Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li)<br>
- Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott)<br>
- xmlParseNodeInContext problems with an empty document (Tim Elliott)<br>
- HTML element position is not detected propperly (Pavel Andrejs)<br>
- Fix an off by one pointer access (Jüri Aedla)<br>
- Try to fix a problem with entities in SAX mode (Daniel Veillard)<br>
- Fix a crash with xmllint --path on empty results (Daniel Veillard)<br>
- Fixed bug #667946 (Daniel Mustieles)<br>
- Fix a logic error in Schemas Component Constraints (Ryan Sleevi)<br>
- Fix a wrong enum type use in Schemas Types (Nico Weber)<br>
- Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard)<br>
- Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard)<br>
- fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan)<br>
- fix a pair of possible out of array char references (Daniel Veillard)<br>
- Fix an allocation error when copying entities (Daniel Veillard)<br>
- Make sure the parser returns when getting a Stop order (Chris Evans)<br>
- Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng)<br>
- Fix a schema type duration comparison overflow (Daniel Veillard)<br>
- Fix an unimplemented part in RNG value validation (Daniel Veillard)<br>
- Fix missing error status in XPath evaluation (Daniel Veillard)<br>
- Hardening of XPath evaluation (Daniel Veillard)<br>
- Fix an off by one error in encoding (Daniel Veillard)<br>
- Fix RELAX NG include bug #655288 (Shaun McCance)<br>
- Fix XSD validation bug #630130 (Toyoda Eizi)<br>
- Fix some potential problems on reallocation failures (Chris Evans)<br>
- __xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin)<br>
- __xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin)<br>
- Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards)<br>
- Small fix for previous commit (Daniel Veillard)<br>
- Fix a potential freeing error in XPath (Daniel Veillard)<br>
- Fix a potential memory access error (Daniel Veillard)<br>
- Reactivate the shared library versionning script (Daniel Veillard)<br>
<br>
Improvements:<br>
- use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov)<br>
- New symbols added for the next release (Daniel Veillard)<br>
- xmlTextReader bails too quickly on error (Andy Lutomirski)<br>
- Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin)<br>
- Use buffers when constructing string node lists. (Conrad Irwin)<br>
- Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk)<br>
- wrong message for double hyphen in comment XML error (Bryan Henderson)<br>
- Fix "make tst" to grab lzma lib too (Daniel Veillard)<br>
- Add "whereis" command to xmllint shell (Ryan)<br>
- Improve xmllint shell (Ryan)<br>
- add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky)<br>
- Add --system support to autogen.sh (Daniel Veillard)<br>
- Add hash randomization to hash and dict structures (Daniel Veillard)<br>
- included xzlib in dist (Anders F Bjorklund)<br>
- move xz/lzma helpers to separate included files (Anders F Bjorklund)<br>
- add generated devhelp files (Anders F Bjorklund)<br>
- add XML_WITH_LZMA to api (Anders F Bjorklund)<br>
- autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters)<br>
- Improve the error report on undefined REFs (Daniel Veillard)<br>
- Add exception for new W3C PI xml-model (Daniel Veillard)<br>
- Add options to ignore the internal encoding (Daniel Veillard)<br>
- testapi: use the right type for the check (Stefan Kost)<br>
- various: handle return values of write calls (Stefan Kost)<br>
- testWriter: xmlTextWriterWriteFormatElement wants an int instead of a long int (Stefan Kost)<br>
- runxmlconf: update to latest testsuite version (Stefan Kost)<br>
- configure: add -Wno-long-long to CFLAGS (Stefan Kost)<br>
- configure: support silent automake rules if possible (Stefan Kost)<br>
- xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost)<br>
- __xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin)<br>
- __xmlRaiseError: do cheap code check early (Dmitry V. Levin)<br>
<br>
Cleanups:<br>
- Cleanups before 2.8.0-rc2 (Daniel Veillard)<br>
- Avoid an extra operation (Daniel Veillard)<br>
- Remove vestigial de-ANSI-fication support. (Javier Jardón)<br>
- autogen.sh: Fix typo (Javier Jardón)<br>
- Do not use unsigned but unsigned int (Daniel Veillard)<br>
- Remove two references to u_short (Daniel Veillard)<br>
- Fix -Wempty-body warning from clang (Nico Weber)<br>
- Cleanups of lzma support (Daniel Veillard)<br>
- Augment the list of ignored files (Daniel Veillard)<br>
- python: remove unused variable (Stefan Kost)<br>
- python: flag two unused args (Stefan Kost)<br>
- configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost)<br>
- xpath: remove unused variable (Stefan Kost)<br>
<br>
  thanks everybody for the help to make this release, be it with<br>
report, patches or documentation !<br>
<span class="HOEnZb"><font color="#888888"><br>
Daniel<br>
<br>
--<br>
Daniel Veillard      | libxml Gnome XML XSLT toolkit  <a href="http://xmlsoft.org/" target="_blank">http://xmlsoft.org/</a><br>
<a href="mailto:daniel@veillard.com">daniel@veillard.com</a>  | Rpmfind RPM search engine <a href="http://rpmfind.net/" target="_blank">http://rpmfind.net/</a><br>
<a href="http://veillard.com/" target="_blank">http://veillard.com/</a> | virtualization library  <a href="http://libvirt.org/" target="_blank">http://libvirt.org/</a><br>
_______________________________________________<br>
xml mailing list, project page  <a href="http://xmlsoft.org/" target="_blank">http://xmlsoft.org/</a><br>
<a href="mailto:xml@gnome.org">xml@gnome.org</a><br>
<a href="https://mail.gnome.org/mailman/listinfo/xml" target="_blank">https://mail.gnome.org/mailman/listinfo/xml</a><br>
</font></span></div><br>