cairo 1.12.9-x86-mingw32 → 1.14.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of cairo might be problematic. Click here for more details.

Files changed (317) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +27 -0
  3. data/README.rdoc +7 -7
  4. data/Rakefile +72 -23
  5. data/ext/cairo/extconf.rb +3 -3
  6. data/ext/cairo/rb_cairo.h +3 -3
  7. data/ext/cairo/rb_cairo_constants.c +8 -0
  8. data/ext/cairo/rb_cairo_context.c +63 -1
  9. data/ext/cairo/rb_cairo_exception.c +17 -0
  10. data/ext/cairo/rb_cairo_font_face.c +13 -0
  11. data/ext/cairo/rb_cairo_private.c +14 -1
  12. data/ext/cairo/rb_cairo_private.h +12 -1
  13. data/ext/cairo/rb_cairo_surface.c +47 -23
  14. data/lib/2.0/cairo.so +0 -0
  15. data/lib/2.1/cairo.so +0 -0
  16. data/lib/2.2/cairo.so +0 -0
  17. data/lib/cairo/surface.rb +3 -1
  18. data/test/cairo-test-utils.rb +5 -0
  19. data/test/test_constants.rb +11 -0
  20. data/test/test_context.rb +1 -1
  21. data/test/test_exception.rb +9 -0
  22. data/test/test_font_face.rb +1 -1
  23. data/test/test_quartz_image_surface.rb +13 -0
  24. data/test/test_surface.rb +10 -0
  25. data/vendor/local/bin/fc-cache.exe +0 -0
  26. data/vendor/local/bin/fc-cat.exe +0 -0
  27. data/vendor/local/bin/fc-list.exe +0 -0
  28. data/vendor/local/bin/fc-match.exe +0 -0
  29. data/vendor/local/bin/fc-pattern.exe +0 -0
  30. data/vendor/local/bin/fc-query.exe +0 -0
  31. data/vendor/local/bin/fc-scan.exe +0 -0
  32. data/vendor/local/bin/fc-validate.exe +0 -0
  33. data/vendor/local/bin/freetype-config +6 -6
  34. data/vendor/local/bin/libcairo-2.dll +0 -0
  35. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  36. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  37. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  38. data/vendor/local/bin/libfreetype-6.dll +0 -0
  39. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  40. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  41. data/vendor/local/bin/libpng-config +2 -2
  42. data/vendor/local/bin/libpng16-16.dll +0 -0
  43. data/vendor/local/bin/libpng16-config +2 -2
  44. data/vendor/local/bin/libstdc++-6.dll +0 -0
  45. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  46. data/vendor/local/bin/libxml2-2.dll +0 -0
  47. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  48. data/vendor/local/bin/pngfix.exe +0 -0
  49. data/vendor/local/bin/xml2-config +2 -2
  50. data/vendor/local/bin/xmlcatalog.exe +0 -0
  51. data/vendor/local/bin/xmllint.exe +0 -0
  52. data/vendor/local/bin/zlib1.dll +0 -0
  53. data/vendor/local/include/cairo/cairo-version.h +2 -2
  54. data/vendor/local/include/cairo/cairo.h +36 -0
  55. data/vendor/local/include/libpng16/png.h +38 -24
  56. data/vendor/local/include/libpng16/pngconf.h +3 -3
  57. data/vendor/local/include/libpng16/pnglibconf.h +2 -3
  58. data/vendor/local/include/libxml2/libxml/SAX2.h +4 -2
  59. data/vendor/local/include/libxml2/libxml/entities.h +3 -3
  60. data/vendor/local/include/libxml2/libxml/globals.h +12 -5
  61. data/vendor/local/include/libxml2/libxml/relaxng.h +6 -2
  62. data/vendor/local/include/libxml2/libxml/tree.h +49 -42
  63. data/vendor/local/include/libxml2/libxml/xmlIO.h +1 -1
  64. data/vendor/local/include/libxml2/libxml/xmlerror.h +1 -1
  65. data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
  66. data/vendor/local/include/pixman-1/pixman-version.h +2 -2
  67. data/vendor/local/include/png.h +38 -24
  68. data/vendor/local/include/pngconf.h +3 -3
  69. data/vendor/local/include/pnglibconf.h +2 -3
  70. data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +50 -0
  71. data/vendor/local/lib/libcairo-gobject.a +0 -0
  72. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  73. data/vendor/local/lib/libcairo-gobject.la +6 -6
  74. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  75. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  76. data/vendor/local/lib/libcairo-script-interpreter.la +6 -6
  77. data/vendor/local/lib/libcairo.a +0 -0
  78. data/vendor/local/lib/libcairo.dll.a +0 -0
  79. data/vendor/local/lib/libcairo.la +6 -6
  80. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  81. data/vendor/local/lib/libfontconfig.la +2 -2
  82. data/vendor/local/lib/libfreetype.a +0 -0
  83. data/vendor/local/lib/libfreetype.dll.a +0 -0
  84. data/vendor/local/lib/libfreetype.la +2 -2
  85. data/vendor/local/lib/libpixman-1.a +0 -0
  86. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  87. data/vendor/local/lib/libpixman-1.la +3 -3
  88. data/vendor/local/lib/libpng.a +0 -0
  89. data/vendor/local/lib/libpng.dll.a +0 -0
  90. data/vendor/local/lib/libpng.la +4 -4
  91. data/vendor/local/lib/libpng16.a +0 -0
  92. data/vendor/local/lib/libpng16.dll.a +0 -0
  93. data/vendor/local/lib/libpng16.la +4 -4
  94. data/vendor/local/lib/libxml2.a +0 -0
  95. data/vendor/local/lib/libxml2.dll.a +0 -0
  96. data/vendor/local/lib/libxml2.la +3 -3
  97. data/vendor/local/lib/libz.a +0 -0
  98. data/vendor/local/lib/libz.dll.a +0 -0
  99. data/vendor/local/lib/pkgconfig/cairo-fc.pc +2 -2
  100. data/vendor/local/lib/pkgconfig/cairo-ft.pc +2 -2
  101. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +3 -3
  102. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +2 -2
  103. data/vendor/local/lib/pkgconfig/cairo-png.pc +2 -2
  104. data/vendor/local/lib/pkgconfig/cairo-ps.pc +2 -2
  105. data/vendor/local/lib/pkgconfig/cairo-script.pc +2 -2
  106. data/vendor/local/lib/pkgconfig/cairo-svg.pc +2 -2
  107. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +2 -2
  108. data/vendor/local/lib/pkgconfig/cairo-win32.pc +2 -2
  109. data/vendor/local/lib/pkgconfig/cairo.pc +3 -3
  110. data/vendor/local/lib/pkgconfig/fontconfig.pc +3 -3
  111. data/vendor/local/lib/pkgconfig/freetype2.pc +4 -4
  112. data/vendor/local/lib/pkgconfig/libpng.pc +2 -2
  113. data/vendor/local/lib/pkgconfig/libpng16.pc +2 -2
  114. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
  115. data/vendor/local/lib/pkgconfig/pixman-1.pc +2 -2
  116. data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
  117. data/vendor/local/lib/xml2Conf.sh +3 -3
  118. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/Copyright +0 -0
  119. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/testHTML.c +0 -0
  120. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/testSAX.c +0 -0
  121. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/testXPath.c +0 -0
  122. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/examples/xmllint.c +35 -10
  123. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/DOM.gif +0 -0
  124. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/FAQ.html +34 -17
  125. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/Libxml2-Logo-180x168.gif +0 -0
  126. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/Libxml2-Logo-90x34.gif +0 -0
  127. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/encoding.html +20 -10
  128. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/examples.xml +0 -0
  129. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/examples.xsl +0 -0
  130. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/book1.html +0 -0
  131. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/home.png +0 -0
  132. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/index.html +0 -0
  133. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/left.png +0 -0
  134. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-DOCBparser.html +0 -0
  135. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-HTMLparser.html +0 -0
  136. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-HTMLtree.html +0 -0
  137. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-SAX.html +0 -0
  138. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-SAX2.html +0 -0
  139. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-c14n.html +0 -0
  140. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-catalog.html +0 -0
  141. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-chvalid.html +0 -0
  142. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-debugXML.html +0 -0
  143. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-dict.html +0 -0
  144. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-encoding.html +0 -0
  145. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-entities.html +4 -4
  146. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-globals.html +0 -0
  147. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-hash.html +0 -0
  148. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-lib.html +0 -0
  149. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-list.html +0 -0
  150. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-nanoftp.html +0 -0
  151. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-nanohttp.html +0 -0
  152. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-parser.html +0 -0
  153. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-parserInternals.html +0 -0
  154. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-pattern.html +0 -0
  155. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-relaxng.html +0 -0
  156. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-schemasInternals.html +0 -0
  157. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-schematron.html +0 -0
  158. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-threads.html +0 -0
  159. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-tree.html +72 -72
  160. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-uri.html +0 -0
  161. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-valid.html +0 -0
  162. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xinclude.html +0 -0
  163. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xlink.html +0 -0
  164. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlIO.html +0 -0
  165. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlautomata.html +0 -0
  166. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlerror.html +1 -1
  167. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlexports.html +0 -0
  168. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlmemory.html +0 -0
  169. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlmodule.html +0 -0
  170. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlreader.html +0 -0
  171. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlregexp.html +0 -0
  172. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlsave.html +0 -0
  173. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlschemas.html +0 -0
  174. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlschemastypes.html +2 -2
  175. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlstring.html +0 -0
  176. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlunicode.html +0 -0
  177. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlversion.html +0 -0
  178. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xmlwriter.html +0 -0
  179. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xpath.html +0 -0
  180. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xpathInternals.html +0 -0
  181. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xpointer.html +0 -0
  182. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/libxml-xzlib.html +0 -0
  183. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/right.png +0 -0
  184. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/html/up.png +0 -0
  185. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/index.html +0 -0
  186. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io1.c +0 -0
  187. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io1.res +0 -0
  188. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io2.c +0 -0
  189. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/io2.res +0 -0
  190. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/libxml.gif +0 -0
  191. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse1.c +0 -0
  192. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse2.c +0 -0
  193. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse3.c +0 -0
  194. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/parse4.c +0 -0
  195. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader1.c +0 -0
  196. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader1.res +0 -0
  197. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader2.c +0 -0
  198. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader3.c +0 -0
  199. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader3.res +0 -0
  200. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader4.c +0 -0
  201. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/reader4.res +0 -0
  202. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/redhat.gif +0 -0
  203. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/smallfootonly.gif +0 -0
  204. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/structure.gif +0 -0
  205. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/test1.xml +0 -0
  206. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/test2.xml +0 -0
  207. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/test3.xml +0 -0
  208. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/testWriter.c +0 -0
  209. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree1.c +0 -0
  210. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree1.res +0 -0
  211. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree2.c +0 -0
  212. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tree2.res +0 -0
  213. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tst.xml +0 -0
  214. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apa.html +0 -0
  215. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apb.html +0 -0
  216. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apc.html +0 -0
  217. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apd.html +0 -0
  218. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ape.html +0 -0
  219. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apf.html +0 -0
  220. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/apg.html +0 -0
  221. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/aph.html +0 -0
  222. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/api.html +0 -0
  223. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s02.html +0 -0
  224. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s03.html +0 -0
  225. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s04.html +0 -0
  226. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s05.html +0 -0
  227. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s06.html +0 -0
  228. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s07.html +0 -0
  229. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s08.html +0 -0
  230. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ar01s09.html +0 -0
  231. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/blank.png +0 -0
  232. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/1.png +0 -0
  233. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/10.png +0 -0
  234. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/2.png +0 -0
  235. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/3.png +0 -0
  236. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/4.png +0 -0
  237. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/5.png +0 -0
  238. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/6.png +0 -0
  239. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/7.png +0 -0
  240. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/8.png +0 -0
  241. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/callouts/9.png +0 -0
  242. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/caution.png +0 -0
  243. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/draft.png +0 -0
  244. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/home.png +0 -0
  245. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/important.png +0 -0
  246. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/next.png +0 -0
  247. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/note.png +0 -0
  248. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/prev.png +0 -0
  249. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/tip.png +0 -0
  250. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/toc-blank.png +0 -0
  251. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/toc-minus.png +0 -0
  252. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/toc-plus.png +0 -0
  253. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/up.png +0 -0
  254. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/images/warning.png +0 -0
  255. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includeaddattribute.c +0 -0
  256. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includeaddkeyword.c +0 -0
  257. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includeconvert.c +0 -0
  258. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includegetattribute.c +0 -0
  259. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includekeyword.c +0 -0
  260. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/includexpath.c +0 -0
  261. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/index.html +0 -0
  262. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/ix01.html +0 -0
  263. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/tutorial/xmltutorial.pdf +0 -0
  264. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/w3c.png +0 -0
  265. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/writer.xml +0 -0
  266. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xml.html +284 -4
  267. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath1.c +0 -0
  268. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath1.res +0 -0
  269. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath2.c +0 -0
  270. data/vendor/local/share/doc/{libxml2-2.9.1 → libxml2-2.9.2}/html/xpath2.res +0 -0
  271. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +11 -3
  272. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +12 -29
  273. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +11 -27
  274. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +22 -3
  275. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +43 -100
  276. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +26 -51
  277. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +4 -13
  278. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +10 -23
  279. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +8 -8
  280. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +3 -3
  281. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +7 -17
  282. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
  283. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +342 -0
  284. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
  285. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
  286. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
  288. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +86 -49
  289. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
  290. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +71 -119
  292. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +72 -159
  293. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -58
  294. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +22 -46
  295. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +3 -1
  296. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
  297. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +25 -0
  298. data/vendor/local/share/gtk-doc/html/cairo/home.png +0 -0
  299. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +9 -0
  300. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +47 -0
  301. data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -1
  302. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +26 -0
  303. data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
  304. data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
  305. data/vendor/local/share/gtk-doc/html/cairo/up.png +0 -0
  306. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +4 -4
  307. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +73 -73
  308. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +1 -1
  309. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +2 -2
  310. data/vendor/local/share/license/cairo/AUTHORS +5 -1
  311. data/vendor/local/share/license/cairo/README +20 -10
  312. data/vendor/local/share/license/libpng/README +20 -7
  313. data/vendor/local/share/man/man1/xmllint.1 +2 -5
  314. data/vendor/local/share/man/man3/libpng.3 +92 -220
  315. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  316. data/vendor/local/share/man/man5/png.5 +1 -1
  317. metadata +254 -248
@@ -48,7 +48,7 @@ void <a href="#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> (void * userD
48
48
  char * str2 : extra string information
49
49
  char * str3 : extra string information
50
50
  int int1 : extra number information
51
- int int2 : column number of the error or 0 if N/A
51
+ int int2 : error column # or 0 if N/A (todo: renam
52
52
  void * ctxt : the parser context if available
53
53
  void * node : the node in the tree
54
54
  }</pre><h3>Enum <a name="xmlErrorDomain" id="xmlErrorDomain">xmlErrorDomain</a></h3><pre class="programlisting">Enum xmlErrorDomain {
@@ -73,9 +73,9 @@ A:link, A:visited, A:active { text-decoration: underline }
73
73
  <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>type</tt></i>:</span></td><td>the built-in simple type.</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the item type of @type as defined by the built-in datatype hierarchy of XML Schema Part 2: Datatypes, or NULL in case of an error.</td></tr></tbody></table></div><h3><a name="xmlSchemaGetBuiltInType" id="xmlSchemaGetBuiltInType"></a>Function: xmlSchemaGetBuiltInType</h3><pre class="programlisting"><a href="libxml-schemasInternals.html#xmlSchemaTypePtr">xmlSchemaTypePtr</a> xmlSchemaGetBuiltInType (<a href="libxml-schemasInternals.html#xmlSchemaValType">xmlSchemaValType</a> type)<br />
74
74
  </pre><p>Gives you the type struct for a built-in type by its type id.</p>
75
75
  <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>type</tt></i>:</span></td><td>the type of the built in type</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the type if found, NULL otherwise.</td></tr></tbody></table></div><h3><a name="xmlSchemaGetCanonValue" id="xmlSchemaGetCanonValue"></a>Function: xmlSchemaGetCanonValue</h3><pre class="programlisting">int xmlSchemaGetCanonValue (<a href="libxml-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** retValue)<br />
76
- </pre><p>Get a the cononical lexical representation of the value. The caller has to FREE the returned retValue. WARNING: Some value types are not supported yet, resulting in a @retValue of "???". TODO: XML Schema 1.0 does not define canonical representations for: duration, gYearMonth, gYear, gMonthDay, gMonth, gDay, anyURI, QName, NOTATION. This will be fixed in XML Schema 1.1.</p>
76
+ </pre><p>Get the canonical lexical representation of the value. The caller has to FREE the returned retValue. WARNING: Some value types are not supported yet, resulting in a @retValue of "???". TODO: XML Schema 1.0 does not define canonical representations for: duration, gYearMonth, gYear, gMonthDay, gMonth, gDay, anyURI, QName, NOTATION. This will be fixed in XML Schema 1.1.</p>
77
77
  <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>the precomputed value</td></tr><tr><td><span class="term"><i><tt>retValue</tt></i>:</span></td><td>the returned value</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.</td></tr></tbody></table></div><h3><a name="xmlSchemaGetCanonValueWhtsp" id="xmlSchemaGetCanonValueWhtsp"></a>Function: xmlSchemaGetCanonValueWhtsp</h3><pre class="programlisting">int xmlSchemaGetCanonValueWhtsp (<a href="libxml-schemasInternals.html#xmlSchemaValPtr">xmlSchemaValPtr</a> val, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> ** retValue, <br /> <a href="libxml-xmlschemastypes.html#xmlSchemaWhitespaceValueType">xmlSchemaWhitespaceValueType</a> ws)<br />
78
- </pre><p>Get a the cononical representation of the value. The caller has to free the returned @retValue.</p>
78
+ </pre><p>Get the canonical representation of the value. The caller has to free the returned @retValue.</p>
79
79
  <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>val</tt></i>:</span></td><td>the precomputed value</td></tr><tr><td><span class="term"><i><tt>retValue</tt></i>:</span></td><td>the returned value</td></tr><tr><td><span class="term"><i><tt>ws</tt></i>:</span></td><td>the whitespace type of the value</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the value could be built, 1 if the value type is not supported yet and -1 in case of API errors.</td></tr></tbody></table></div><h3><a name="xmlSchemaGetFacetValueAsULong" id="xmlSchemaGetFacetValueAsULong"></a>Function: xmlSchemaGetFacetValueAsULong</h3><pre class="programlisting">unsigned long xmlSchemaGetFacetValueAsULong (<a href="libxml-schemasInternals.html#xmlSchemaFacetPtr">xmlSchemaFacetPtr</a> facet)<br />
80
80
  </pre><p>Extract the value of a facet</p>
81
81
  <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>facet</tt></i>:</span></td><td>an schemas type facet</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the value as a long</td></tr></tbody></table></div><h3><a name="xmlSchemaGetPredefinedType" id="xmlSchemaGetPredefinedType"></a>Function: xmlSchemaGetPredefinedType</h3><pre class="programlisting"><a href="libxml-schemasInternals.html#xmlSchemaTypePtr">xmlSchemaTypePtr</a> xmlSchemaGetPredefinedType (const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * name, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * ns)<br />
@@ -709,6 +709,283 @@ to the <a href="http://git.gnome.org/browse/libxml2/">GIT</a> code base.</p>
709
709
 
710
710
  <p>Here is the list of public releases:</p>
711
711
 
712
+ <h3>2.9.2: Oct 16 2014</h3>
713
+ <ul>
714
+ <li>Security:<br/>
715
+ Fix for CVE-2014-3660 billion laugh variant (Daniel Veillard),<br/>
716
+ CVE-2014-0191 Do not fetch external parameter entities (Daniel Veillard)<br/>
717
+ </li>
718
+
719
+ <li>Bug Fixes:<br/>
720
+ fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer),<br/>
721
+ xmlmemory: handle realloc properly (Yegor Yefremov),<br/>
722
+ Python generator bug raised by the const change (Daniel Veillard),<br/>
723
+ Windows Critical sections not released correctly (Daniel Veillard),<br/>
724
+ Parser error on repeated recursive entity expansion containing &amp;lt; (Daniel Veillard),<br/>
725
+ xpointer : fixing Null Pointers (Gaurav Gupta),<br/>
726
+ Remove Unnecessary Null check in xpointer.c (Gaurav Gupta),<br/>
727
+ parser bug on misformed namespace attributes (Dennis Filder),<br/>
728
+ Pointer dereferenced before null check (Daniel Veillard),<br/>
729
+ Leak of struct addrinfo in xmlNanoFTPConnect() (Gaurav Gupta),<br/>
730
+ Possible overflow in HTMLParser.c (Daniel Veillard),<br/>
731
+ python/tests/sync.py assumes Python dictionaries are ordered (John Beck),<br/>
732
+ Fix Enum check and missing break (Gaurav Gupta),<br/>
733
+ xmlIO: Handle error returns from dup() (Philip Withnall),<br/>
734
+ Fix a problem properly saving URIs (Daniel Veillard),<br/>
735
+ wrong error column in structured error when parsing attribute values (Juergen Keil),<br/>
736
+ wrong error column in structured error when skipping whitespace in xml decl (Juergen Keil),<br/>
737
+ no error column in structured error handler for xml schema validation errors (Juergen Keil),<br/>
738
+ Couple of Missing Null checks (Gaurav Gupta),<br/>
739
+ Add couple of missing Null checks (Daniel Veillard),<br/>
740
+ xmlschemastypes: Fix potential array overflow (Philip Withnall),<br/>
741
+ runtest: Fix a memory leak on parse failure (Philip Withnall),<br/>
742
+ xmlIO: Fix an FD leak on gzdopen() failure (Philip Withnall),<br/>
743
+ xmlcatalog: Fix a memory leak on quit (Philip Withnall),<br/>
744
+ HTMLparser: Correctly initialise a stack allocated structure (Philip Withnall),<br/>
745
+ Check for tmon in _xmlSchemaDateAdd() is incorrect (David Kilzer),<br/>
746
+ Avoid Possible Null Pointer in trio.c (Gaurav Gupta),<br/>
747
+ Fix processing in SAX2 in case of an allocation failure (Daniel Veillard),<br/>
748
+ XML Shell command "cd" does not handle "/" at end of path (Daniel Veillard),<br/>
749
+ Fix various Missing Null checks (Gaurav Gupta),<br/>
750
+ Fix a potential NULL dereference (Daniel Veillard),<br/>
751
+ Add a couple of misisng check in xmlRelaxNGCleanupTree (Gaurav Gupta),<br/>
752
+ Add a missing argument check (Gaurav Gupta),<br/>
753
+ Adding a check in case of allocation error (Gaurav Gupta),<br/>
754
+ xmlSaveUri() incorrectly recomposes URIs with rootless paths (Dennis Filder),<br/>
755
+ Adding some missing NULL checks (Gaurav),<br/>
756
+ Fixes for xmlInitParserCtxt (Daniel Veillard),<br/>
757
+ Fix regressions introduced by CVE-2014-0191 patch (Daniel Veillard),<br/>
758
+ erroneously ignores a validation error if no error callback set (Daniel Veillard),<br/>
759
+ xmllint was not parsing the --c14n11 flag (Sérgio Batista),<br/>
760
+ Avoid Possible null pointer dereference in memory debug mode (Gaurav),<br/>
761
+ Avoid Double Null Check (Gaurav),<br/>
762
+ Restore context size and position after XPATH_OP_ARG (Nick Wellnhofer),<br/>
763
+ Fix xmlParseInNodeContext() if node is not element (Daniel Veillard),<br/>
764
+ Avoid a possible NULL pointer dereference (Gaurav),<br/>
765
+ Fix xmlTextWriterWriteElement when a null content is given (Daniel Veillard),<br/>
766
+ Fix an typo 'onrest' in htmlScriptAttributes (Daniel Veillard),<br/>
767
+ fixing a ptotential uninitialized access (Daniel Veillard),<br/>
768
+ Fix an fd leak in an error case (Daniel Veillard),<br/>
769
+ Missing initialization for the catalog module (Daniel Veillard),<br/>
770
+ Handling of XPath function arguments in error case (Nick Wellnhofer),<br/>
771
+ Fix a couple of missing NULL checks (Gaurav),<br/>
772
+ Avoid a possibility of dangling encoding handler (Gaurav),<br/>
773
+ Fix HTML push parser to accept HTML_PARSE_NODEFDTD (Arnold Hendriks),<br/>
774
+ Fix a bug loading some compressed files (Mike Alexander),<br/>
775
+ Fix XPath node comparison bug (Gaurav),<br/>
776
+ Type mismatch in xmlschemas.c (Gaurav),<br/>
777
+ Type mismatch in xmlschemastypes.c (Gaurav),<br/>
778
+ Avoid a deadcode in catalog.c (Daniel Veillard),<br/>
779
+ run close socket on Solaris, same as we do on other platforms (Denis Pauk),<br/>
780
+ Fix pointer dereferenced before null check (Gaurav),<br/>
781
+ Fix a potential NULL dereference in tree code (Daniel Veillard),<br/>
782
+ Fix potential NULL pointer dereferences in regexp code (Gaurav),<br/>
783
+ xmllint --pretty crashed without following numeric argument (Tim Galeckas),<br/>
784
+ Fix XPath expressions of the form '@ns:*' (Nick Wellnhofer),<br/>
785
+ Fix XPath '//' optimization with predicates (Nick Wellnhofer),<br/>
786
+ Clear up a potential NULL dereference (Daniel Veillard),<br/>
787
+ Fix a possible NULL dereference (Gaurav),<br/>
788
+ Avoid crash if allocation fails (Daniel Veillard),<br/>
789
+ Remove occasional leading space in XPath number formatting (Daniel Veillard),<br/>
790
+ Fix handling of mmap errors (Daniel Veillard),<br/>
791
+ Catch malloc error and exit accordingly (Daniel Veillard),<br/>
792
+ missing else in xlink.c (Ami Fischman),<br/>
793
+ Fix a parsing bug on non-ascii element and CR/LF usage (Daniel Veillard),<br/>
794
+ Fix a regression in xmlGetDocCompressMode() (Daniel Veillard),<br/>
795
+ properly quote the namespace uris written out during c14n (Aleksey Sanin),<br/>
796
+ Remove premature XInclude check on URI being relative (Alexey Neyman),<br/>
797
+ Fix missing break on last() function for attributes (dcb),<br/>
798
+ Do not URI escape in server side includes (Romain Bondue),<br/>
799
+ Fix an error in xmlCleanupParser (Alexander Pastukhov)<br/>
800
+ </li>
801
+
802
+ <li>Documentation:<br/>
803
+ typo in error messages "colon are forbidden from..." (Daniel Veillard),<br/>
804
+ Fix a link to James SAX documentation old page (Daniel Veillard),<br/>
805
+ Fix typos in relaxng.c (Jan Pokorný),<br/>
806
+ Fix a doc typo (Daniel Veillard),<br/>
807
+ Fix typos in {tree,xpath}.c (errror) (Jan Pokorný),<br/>
808
+ Add limitations about encoding conversion (Daniel Veillard),<br/>
809
+ Fix typos in xmlschemas{,types}.c (Jan Pokorný),<br/>
810
+ Fix incorrect spelling entites-&gt;entities (Jan Pokorný),<br/>
811
+ Forgot to document 2.9.1 release, regenerate docs (Daniel Veillard)<br/>
812
+ </li>
813
+
814
+ <li>Portability:<br/>
815
+ AC_CONFIG_FILES and executable bit (Roumen Petrov),<br/>
816
+ remove HAVE_CONFIG_H dependency in testlimits.c (Roumen Petrov),<br/>
817
+ fix some tabs mixing incompatible with python3 (Roumen Petrov),<br/>
818
+ Visual Studio 14 CTP defines snprintf() (Francis Dupont),<br/>
819
+ OS400: do not try to copy unexisting doc files (Patrick Monnerat),<br/>
820
+ OS400: use either configure.ac or configure.in. (Patrick Monnerat),<br/>
821
+ os400: make-src.sh: create physical file with target CCSID (Patrick Monnerat),<br/>
822
+ OS400: Add some more C macros equivalent procedures. (Patrick Monnerat),<br/>
823
+ OS400: use C macros to implement equivalent RPG support procedures. (Patrick Monnerat),<br/>
824
+ OS400: implement XPath macros as procedures for ILE/RPG support. (Patrick Monnerat),<br/>
825
+ OS400: include in distribution tarball. (Patrick Monnerat),<br/>
826
+ OS400: Add README: compilation directives and OS/400 specific stuff. (Patrick Monnerat),<br/>
827
+ OS400: Add compilation scripts. (Patrick Monnerat),<br/>
828
+ OS400: ILE RPG language header files. (Patrick Monnerat),<br/>
829
+ OS400: implement some macros as functions for ILE/RPG language support (that as no macros). (Patrick Monnerat),<br/>
830
+ OS400: UTF8&lt;--&gt;EBCDIC wrappers for system and external library calls (Patrick Monnerat),<br/>
831
+ OS400: Easy character transcoding support (Patrick Monnerat),<br/>
832
+ OS400: iconv functions compatibility wrappers and table builder. (Patrick Monnerat),<br/>
833
+ OS400: create architecture directory. Implement dlfcn emulation. (Patrick Monnerat),<br/>
834
+ Fix building when configuring without xpath and xptr (Daniel Veillard),<br/>
835
+ configure: Add --with-python-install-dir (Jonas Eriksson),<br/>
836
+ Fix compilation with minimum and xinclude. (Nicolas Le Cam),<br/>
837
+ Compile out use of xmlValidateNCName() when not available. (Nicolas Le Cam),<br/>
838
+ Fix compilation with minimum and schematron. (Nicolas Le Cam),<br/>
839
+ Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement(). (Nicolas Le Cam),<br/>
840
+ Don't use xmlValidateName() when not available. (Nicolas Le Cam),<br/>
841
+ Fix a portability issue on Windows (Longstreth Jon),<br/>
842
+ Various portability patches for OpenVMS (Jacob (Jouk) Jansen),<br/>
843
+ Use specific macros for portability to OS/400 (Patrick Monnerat),<br/>
844
+ Add macros needed for OS/400 portability (Patrick Monnerat),<br/>
845
+ Portability patch for fopen on OS/400 (Patrick Monnerat),<br/>
846
+ Portability fixes for OS/400 (Patrick Monnerat),<br/>
847
+ Improve va_list portability (Patrick Monnerat),<br/>
848
+ Portability fix (Patrick Monnerat),<br/>
849
+ Portability fix (Patrick Monnerat),<br/>
850
+ Generic portability fix (Patrick Monnerat),<br/>
851
+ Shortening lines in headers (Patrick Monnerat),<br/>
852
+ build: Use pkg-config to find liblzma in preference to AC_CHECK_LIB (Philip Withnall),<br/>
853
+ build: Add @LZMA_LIBS@ to libxml’s pkg-config files (Philip Withnall),<br/>
854
+ fix some tabs mixing incompatible with python3 (Daniel Veillard),<br/>
855
+ add additional defines checks for support "./configure --with-minimum" (Denis Pauk),<br/>
856
+ Another round of fixes for older versions of Python (Arfrever Frehtes Taifersar Arahesis),<br/>
857
+ python: fix drv_libxml2.py for python3 compatibility (Alexandre Rostovtsev),<br/>
858
+ python: Fix compiler warnings when building python3 bindings (Armin K),<br/>
859
+ Fix for compilation with python 2.6.8 (Petr Sumbera)<br/>
860
+ </li>
861
+
862
+ <li>Improvements:<br/>
863
+ win32/libxml2.def.src after rebuild in doc (Roumen Petrov),<br/>
864
+ elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement() (Roumen Petrov),<br/>
865
+ elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNode (Roumen Petrov),<br/>
866
+ Provide cmake module (Samuel Martin),<br/>
867
+ Fix a couple of issues raised by make dist (Daniel Veillard),<br/>
868
+ Fix and add const qualifiers (Kurt Roeckx),<br/>
869
+ Preparing for upcoming release of 2.9.2 (Daniel Veillard),<br/>
870
+ Fix zlib and lzma libraries check via command line (Dmitriy),<br/>
871
+ wrong error column in structured error when parsing end tag (Juergen Keil),<br/>
872
+ doc/news.html: small update to avoid line join while generating NEWS. (Patrick Monnerat),<br/>
873
+ Add methods for python3 iterator (Ron Angeles),<br/>
874
+ Support element node traversal in document fragments. (Kyle VanderBeek),<br/>
875
+ xmlNodeSetName: Allow setting the name to a substring of the currently set name (Tristan Van Berkom),<br/>
876
+ Added macros for argument casts (Eric Zurcher),<br/>
877
+ adding init calls to xml and html Read parsing entry points (Daniel Veillard),<br/>
878
+ Get rid of 'REPLACEMENT CHARACTER' Unicode chars in xmlschemas.c (Jan Pokorný),<br/>
879
+ Implement choice for name classes on attributes (Shaun McCance),<br/>
880
+ Two small namespace tweaks (Daniel Veillard),<br/>
881
+ xmllint --memory should fail on empty files (Daniel Veillard),<br/>
882
+ Cast encoding name to char pointer to match arg type (Nikolay Sivov)<br/>
883
+ </li>
884
+
885
+ <li>Cleanups:<br/>
886
+ Removal of old configure.in (Daniel Veillard),<br/>
887
+ Unreachable code in tree.c (Gaurav Gupta),<br/>
888
+ Remove a couple of dead conditions (Gaurav Gupta),<br/>
889
+ Avoid some dead code and cleanup in relaxng.c (Gaurav),<br/>
890
+ Drop not needed checks (Denis Pauk),<br/>
891
+ Fix a wrong test (Daniel Veillard)<br/>
892
+ </li>
893
+ </ul>
894
+ <h3>2.9.1: Apr 19 2013</h3>
895
+ <ul>
896
+ <li> Features:<br/>
897
+ Support for Python3 (Daniel Veillard),<br/>
898
+ Add xmlXPathSetContextNode and xmlXPathNodeEval (Alex Bligh)<br/>
899
+ </li>
900
+
901
+ <li> Documentation:<br/>
902
+ Add documentation for xmllint --xpath (Daniel Veillard),<br/>
903
+ Fix the URL of the SAX documentation from James (Daniel Veillard),<br/>
904
+ Fix spelling of "length". (Michael Wood)<br/>
905
+ </li>
906
+
907
+ <li> Portability:<br/>
908
+ Fix python bindings with versions older than 2.7 (Daniel Veillard),<br/>
909
+ rebuild docs:Makefile.am (Roumen Petrov),<br/>
910
+ elfgcchack.h after rebuild in doc (Roumen Petrov),<br/>
911
+ elfgcchack for buf module (Roumen Petrov),<br/>
912
+ Fix a uneeded and wrong extra link parameter (Daniel Veillard),<br/>
913
+ Few cleanup patches for Windows (Denis Pauk),<br/>
914
+ Fix rpmbuild --nocheck (Mark Salter),<br/>
915
+ Fix for win32/configure.js and WITH_THREAD_ALLOC (Daniel Richard),<br/>
916
+ Fix Broken multi-arch support in xml2-config (Daniel Veillard),<br/>
917
+ Fix a portability issue for GCC &lt; 3.4.0 (Daniel Veillard),<br/>
918
+ Windows build fixes (Daniel Richard),<br/>
919
+ Fix a thread portability problem (Friedrich Haubensak),<br/>
920
+ Downgrade autoconf requirement to 2.63 (Daniel Veillard)<br/>
921
+ </li>
922
+
923
+ <li> Bug Fixes:<br/>
924
+ Fix a linking error for python bindings (Daniel Veillard),<br/>
925
+ Fix a couple of return without value (Jüri Aedla),<br/>
926
+ Improve the hashing functions (Daniel Franke),<br/>
927
+ Improve handling of xmlStopParser() (Daniel Veillard),<br/>
928
+ Remove risk of lockup in dictionary initialization (Daniel Veillard),<br/>
929
+ Activate detection of encoding in external subset (Daniel Veillard),<br/>
930
+ Fix an output buffer flushing conversion bug (Mikhail Titov),<br/>
931
+ Fix an old bug in xmlSchemaValidateOneElement (Csaba László),<br/>
932
+ Fix configure cannot remove messages (Gilles Espinasse),<br/>
933
+ fix schema validation in combination with xsi:nil (Daniel Veillard),<br/>
934
+ xmlCtxtReadFile doesn't work with literal IPv6 URLs (Steve Wolf),<br/>
935
+ Fix a few problems with setEntityLoader (Alexey Neyman),<br/>
936
+ Detect excessive entities expansion upon replacement (Daniel Veillard),<br/>
937
+ Fix the flushing out of raw buffers on encoding conversions (Daniel,<br/>
938
+ Veillard),<br/>
939
+ Fix some buffer conversion issues (Daniel Veillard),<br/>
940
+ When calling xmlNodeDump make sure we grow the buffer quickly (Daniel,<br/>
941
+ Veillard),<br/>
942
+ Fix an error in the progressive DTD parsing code (Dan Winship),<br/>
943
+ xmllint should not load DTD by default when using the reader (Daniel,<br/>
944
+ Veillard),<br/>
945
+ Try IBM-037 when looking for EBCDIC handlers (Petr Sumbera),<br/>
946
+ Fix potential out of bound access (Daniel Veillard),<br/>
947
+ Fix large parse of file from memory (Daniel Veillard),<br/>
948
+ Fix a bug in the nsclean option of the parser (Daniel Veillard),<br/>
949
+ Fix a regression in 2.9.0 breaking validation while streaming (Daniel,<br/>
950
+ Veillard),<br/>
951
+ Remove potential calls to exit() (Daniel Veillard)<br/>
952
+ </li>
953
+
954
+ <li> Improvements:<br/>
955
+ Regenerated API, and testapi, rebuild documentation (Daniel Veillard),<br/>
956
+ Fix tree iterators broken by 2to3 script (Daniel Veillard),<br/>
957
+ update all tests for Python3 and Python2 (Daniel Veillard),<br/>
958
+ A few more fixes for python 3 affecting libxml2.py (Daniel Veillard),<br/>
959
+ Fix compilation on Python3 (Daniel Veillard),<br/>
960
+ Converting apibuild.py to python3 (Daniel Veillard),<br/>
961
+ First pass at starting porting to python3 (Daniel Veillard),<br/>
962
+ updated configure.in for python3 (Daniel Veillard),<br/>
963
+ Add support for xpathRegisterVariable in Python (Shaun McCance),<br/>
964
+ Added a regression tests from bug 694228 data (Daniel Veillard),<br/>
965
+ Cache presence of '&lt;' in entities content (Daniel Veillard),<br/>
966
+ Avoid extra processing on entities (Daniel Veillard),<br/>
967
+ Python binding for xmlRegisterInputCallback (Alexey Neyman),<br/>
968
+ Python bindings: DOM casts everything to xmlNode (Alexey Neyman),<br/>
969
+ Define LIBXML_THREAD_ALLOC_ENABLED via xmlversion.h (Tim Starling),<br/>
970
+ Adding streaming validation to runtest checks (Daniel Veillard),<br/>
971
+ Add a --pushsmall option to xmllint (Daniel Veillard)<br/>
972
+ </li>
973
+
974
+ <li> Cleanups:<br/>
975
+ Switched comment in file to UTF-8 encoding (Daniel Veillard),<br/>
976
+ Extend gitignore (Daniel Veillard),<br/>
977
+ Silent the new python test on input (Alexey Neyman),<br/>
978
+ Cleanup of a duplicate test (Daniel Veillard),<br/>
979
+ Cleanup on duplicate test expressions (Daniel Veillard),<br/>
980
+ Fix compiler warning after 153cf15905cf4ec080612ada6703757d10caba1e (Patrick,<br/>
981
+ Gansterer),<br/>
982
+ Spec cleanups and a fix for multiarch support (Daniel Veillard),<br/>
983
+ Silence a clang warning (Daniel Veillard),<br/>
984
+ Cleanup the Copyright to be pure MIT Licence wording (Daniel Veillard),<br/>
985
+ rand_seed should be static in dict.c (Wouter Van Rooy),<br/>
986
+ Fix typos in parser comments (Jan Pokorný)<br/>
987
+ </li>
988
+ </ul>
712
989
  <h3>2.9.0: Sep 11 2012</h3>
713
990
  <ul>
714
991
  <li> Features:<br/>
@@ -2454,7 +2731,9 @@ Schemas <a href="http://www.w3.org/TR/xmlschema-1/">structures</a> and <a
2454
2731
  href="http://www.w3.org/TR/xmlschema-2/">datatypes</a> code, beware, all
2455
2732
  interfaces are likely to change, there is huge holes, it is clearly a work in
2456
2733
  progress and don't even think of putting this code in a production system,
2457
- it's actually not compiled in by default. The real fixes are:</p>
2734
+ it's actually not compiled in by default. The real fixes are:
2735
+ </p>
2736
+
2458
2737
  <ul>
2459
2738
  <li>a couple of bugs or limitations introduced in 2.4.20</li>
2460
2739
  <li>patches for Borland C++ and MSC by Igor</li>
@@ -2728,9 +3007,10 @@ it's actually not compiled in by default. The real fixes are:</p>
2728
3007
 
2729
3008
  <h3>2.3.9: May 19 2001</h3>
2730
3009
 
2731
- <p>Lots of bugfixes, and added a basic SGML catalog support:</p>
3010
+ <p>Lots of bugfixes, and added a basic SGML catalog support:
3011
+ </p>
2732
3012
  <ul>
2733
- <li>HTML push bugfix #54891 and another patch from Jonas Borgström</li>
3013
+ <li>HTML push bugfix #54891 and another patch from Jonas Borgstrom</li>
2734
3014
  <li>some serious speed optimization again</li>
2735
3015
  <li>some documentation cleanups</li>
2736
3016
  <li>trying to get better linking on Solaris (-R)</li>
@@ -3691,7 +3971,7 @@ called by the library as it progresses through the XML input.</p>
3691
3971
 
3692
3972
  <p>To get more detailed step-by-step guidance on using the SAX interface of
3693
3973
  libxml, see the <a
3694
- href="http://www.daa.com.au/~james/gnome/xml-sax/xml-sax.html">nice
3974
+ href="http://www.jamesh.id.au/articles/libxml-sax/libxml-sax.html">nice
3695
3975
  documentation</a>.written by <a href="mailto:james@daa.com.au">James
3696
3976
  Henstridge</a>.</p>
3697
3977