cairo 1.15.9-x64-mingw32 → 1.15.10-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (394) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +20 -0
  3. data/Rakefile +9 -7
  4. data/ext/cairo/rb_cairo.h +1 -1
  5. data/lib/2.2/cairo.so +0 -0
  6. data/lib/2.3/cairo.so +0 -0
  7. data/lib/2.4/cairo.so +0 -0
  8. data/lib/cairo.rb +3 -3
  9. data/test/cairo-test-utils.rb +8 -4
  10. data/test/test_context.rb +1 -1
  11. data/test/test_font_face.rb +1 -1
  12. data/test/test_recording_surface.rb +1 -0
  13. data/vendor/local/bin/fc-cache.exe +0 -0
  14. data/vendor/local/bin/fc-cat.exe +0 -0
  15. data/vendor/local/bin/fc-list.exe +0 -0
  16. data/vendor/local/bin/fc-match.exe +0 -0
  17. data/vendor/local/bin/fc-pattern.exe +0 -0
  18. data/vendor/local/bin/fc-query.exe +0 -0
  19. data/vendor/local/bin/fc-scan.exe +0 -0
  20. data/vendor/local/bin/fc-validate.exe +0 -0
  21. data/vendor/local/bin/freetype-config +78 -28
  22. data/vendor/local/bin/libcairo-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  24. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  25. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  26. data/vendor/local/bin/libfreetype-6.dll +0 -0
  27. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  28. data/vendor/local/bin/libpng-config +1 -1
  29. data/vendor/local/bin/libpng16-16.dll +0 -0
  30. data/vendor/local/bin/libpng16-config +1 -1
  31. data/vendor/local/bin/libxml2-2.dll +0 -0
  32. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  33. data/vendor/local/bin/pngfix.exe +0 -0
  34. data/vendor/local/bin/xml2-config +1 -1
  35. data/vendor/local/bin/xmlcatalog.exe +0 -0
  36. data/vendor/local/bin/xmllint.exe +0 -0
  37. data/vendor/local/bin/zlib1211.dll +0 -0
  38. data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +56 -16
  39. data/vendor/local/etc/fonts/conf.d/30-urw-aliases.conf +11 -2
  40. data/vendor/local/etc/fonts/conf.d/45-latin.conf +4 -0
  41. data/vendor/local/etc/fonts/conf.d/60-latin.conf +1 -0
  42. data/vendor/local/include/cairo/cairo-pdf.h +7 -8
  43. data/vendor/local/include/cairo/cairo-version.h +1 -1
  44. data/vendor/local/include/fontconfig/fontconfig.h +3 -2
  45. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +10 -1
  46. data/vendor/local/include/freetype2/freetype/config/ftheader.h +14 -1
  47. data/vendor/local/include/freetype2/freetype/config/ftoption.h +79 -22
  48. data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +1 -1
  49. data/vendor/local/include/freetype2/freetype/freetype.h +616 -400
  50. data/vendor/local/include/freetype2/freetype/ftadvanc.h +1 -1
  51. data/vendor/local/include/freetype2/freetype/ftautoh.h +32 -10
  52. data/vendor/local/include/freetype2/freetype/ftbbox.h +1 -1
  53. data/vendor/local/include/freetype2/freetype/ftbdf.h +1 -1
  54. data/vendor/local/include/freetype2/freetype/ftbitmap.h +1 -1
  55. data/vendor/local/include/freetype2/freetype/ftbzip2.h +1 -1
  56. data/vendor/local/include/freetype2/freetype/ftcache.h +1 -1
  57. data/vendor/local/include/freetype2/freetype/ftcffdrv.h +47 -1
  58. data/vendor/local/include/freetype2/freetype/ftchapters.h +1 -0
  59. data/vendor/local/include/freetype2/freetype/ftcid.h +1 -1
  60. data/vendor/local/include/freetype2/freetype/fterrdef.h +5 -1
  61. data/vendor/local/include/freetype2/freetype/fterrors.h +5 -5
  62. data/vendor/local/include/freetype2/freetype/ftfntfmt.h +1 -1
  63. data/vendor/local/include/freetype2/freetype/ftgasp.h +12 -4
  64. data/vendor/local/include/freetype2/freetype/ftglyph.h +11 -2
  65. data/vendor/local/include/freetype2/freetype/ftgxval.h +1 -1
  66. data/vendor/local/include/freetype2/freetype/ftgzip.h +1 -1
  67. data/vendor/local/include/freetype2/freetype/ftimage.h +12 -12
  68. data/vendor/local/include/freetype2/freetype/ftincrem.h +1 -1
  69. data/vendor/local/include/freetype2/freetype/ftlcdfil.h +46 -10
  70. data/vendor/local/include/freetype2/freetype/ftlist.h +1 -1
  71. data/vendor/local/include/freetype2/freetype/ftlzw.h +1 -1
  72. data/vendor/local/include/freetype2/freetype/ftmac.h +6 -5
  73. data/vendor/local/include/freetype2/freetype/ftmm.h +147 -58
  74. data/vendor/local/include/freetype2/freetype/ftmodapi.h +46 -3
  75. data/vendor/local/include/freetype2/freetype/ftmoderr.h +1 -1
  76. data/vendor/local/include/freetype2/freetype/ftotval.h +1 -1
  77. data/vendor/local/include/freetype2/freetype/ftoutln.h +4 -1
  78. data/vendor/local/include/freetype2/freetype/ftpcfdrv.h +105 -0
  79. data/vendor/local/include/freetype2/freetype/ftpfr.h +1 -1
  80. data/vendor/local/include/freetype2/freetype/ftrender.h +1 -1
  81. data/vendor/local/include/freetype2/freetype/ftsizes.h +1 -1
  82. data/vendor/local/include/freetype2/freetype/ftsnames.h +117 -30
  83. data/vendor/local/include/freetype2/freetype/ftstroke.h +2 -2
  84. data/vendor/local/include/freetype2/freetype/ftsynth.h +1 -1
  85. data/vendor/local/include/freetype2/freetype/ftsystem.h +1 -1
  86. data/vendor/local/include/freetype2/freetype/fttrigon.h +1 -1
  87. data/vendor/local/include/freetype2/freetype/ftttdrv.h +5 -6
  88. data/vendor/local/include/freetype2/freetype/fttypes.h +1 -1
  89. data/vendor/local/include/freetype2/freetype/ftwinfnt.h +1 -1
  90. data/vendor/local/include/freetype2/freetype/t1tables.h +3 -3
  91. data/vendor/local/include/freetype2/freetype/ttnameid.h +313 -314
  92. data/vendor/local/include/freetype2/freetype/tttables.h +190 -173
  93. data/vendor/local/include/freetype2/freetype/tttags.h +7 -1
  94. data/vendor/local/include/freetype2/freetype/ttunpat.h +2 -2
  95. data/vendor/local/include/freetype2/ft2build.h +1 -1
  96. data/vendor/local/include/libpng16/png.h +29 -18
  97. data/vendor/local/include/libpng16/pngconf.h +1 -1
  98. data/vendor/local/include/libpng16/pnglibconf.h +5 -2
  99. data/vendor/local/include/libxml2/libxml/HTMLparser.h +2 -2
  100. data/vendor/local/include/libxml2/libxml/schemasInternals.h +1 -1
  101. data/vendor/local/include/libxml2/libxml/xmlreader.h +1 -1
  102. data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
  103. data/vendor/local/include/png.h +29 -18
  104. data/vendor/local/include/pngconf.h +1 -1
  105. data/vendor/local/include/pnglibconf.h +5 -2
  106. data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
  107. data/vendor/local/lib/fontconfig.def +1 -1
  108. data/vendor/local/lib/libcairo-gobject.a +0 -0
  109. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  110. data/vendor/local/lib/libcairo-gobject.la +2 -2
  111. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  112. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  113. data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
  114. data/vendor/local/lib/libcairo.a +0 -0
  115. data/vendor/local/lib/libcairo.dll.a +0 -0
  116. data/vendor/local/lib/libcairo.la +2 -2
  117. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  118. data/vendor/local/lib/libfontconfig.la +1 -1
  119. data/vendor/local/lib/libfreetype.a +0 -0
  120. data/vendor/local/lib/libfreetype.dll.a +0 -0
  121. data/vendor/local/lib/libfreetype.la +2 -2
  122. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  123. data/vendor/local/lib/libpng.a +0 -0
  124. data/vendor/local/lib/libpng.dll.a +0 -0
  125. data/vendor/local/lib/libpng.la +2 -2
  126. data/vendor/local/lib/libpng16.a +0 -0
  127. data/vendor/local/lib/libpng16.dll.a +0 -0
  128. data/vendor/local/lib/libpng16.la +2 -2
  129. data/vendor/local/lib/libxml2.a +0 -0
  130. data/vendor/local/lib/libxml2.dll.a +0 -0
  131. data/vendor/local/lib/libxml2.la +1 -1
  132. data/vendor/local/lib/libz.dll.a +0 -0
  133. data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
  134. data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
  135. data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
  136. data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
  137. data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
  138. data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
  139. data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
  140. data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
  141. data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
  142. data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
  143. data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
  144. data/vendor/local/lib/pkgconfig/fontconfig.pc +2 -2
  145. data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
  146. data/vendor/local/lib/pkgconfig/libpng.pc +2 -1
  147. data/vendor/local/lib/pkgconfig/libpng16.pc +2 -1
  148. data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
  149. data/vendor/local/lib/xml2Conf.sh +1 -1
  150. data/vendor/local/share/aclocal/freetype2.m4 +1 -1
  151. data/vendor/local/share/aclocal/libxml.m4 +1 -1
  152. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/Copyright +0 -0
  153. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testHTML.c +0 -0
  154. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testSAX.c +0 -0
  155. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/testXPath.c +0 -0
  156. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/examples/xmllint.c +78 -78
  157. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/DOM.gif +0 -0
  158. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/FAQ.html +0 -0
  159. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-180x168.gif +0 -0
  160. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/Libxml2-Logo-90x34.gif +0 -0
  161. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/encoding.html +0 -0
  162. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xml +256 -256
  163. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/examples.xsl +0 -0
  164. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/book1.html +0 -0
  165. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/home.png +0 -0
  166. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/index.html +0 -0
  167. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/left.png +0 -0
  168. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-DOCBparser.html +0 -0
  169. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLparser.html +4 -4
  170. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-HTMLtree.html +0 -0
  171. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX.html +0 -0
  172. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-SAX2.html +0 -0
  173. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-c14n.html +0 -0
  174. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-catalog.html +0 -0
  175. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-chvalid.html +0 -0
  176. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-debugXML.html +0 -0
  177. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-dict.html +2 -2
  178. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-encoding.html +0 -0
  179. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-entities.html +0 -0
  180. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-globals.html +0 -0
  181. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-hash.html +2 -2
  182. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-lib.html +0 -0
  183. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-list.html +2 -2
  184. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanoftp.html +0 -0
  185. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-nanohttp.html +0 -0
  186. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parser.html +0 -0
  187. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-parserInternals.html +0 -0
  188. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-pattern.html +0 -0
  189. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-relaxng.html +0 -0
  190. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schemasInternals.html +1 -1
  191. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-schematron.html +0 -0
  192. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-threads.html +0 -0
  193. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-tree.html +1 -1
  194. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-uri.html +0 -0
  195. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-valid.html +0 -0
  196. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xinclude.html +0 -0
  197. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xlink.html +0 -0
  198. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlIO.html +0 -0
  199. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlautomata.html +0 -0
  200. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlerror.html +2 -2
  201. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlexports.html +0 -0
  202. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmemory.html +0 -0
  203. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlmodule.html +0 -0
  204. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlreader.html +2 -2
  205. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlregexp.html +0 -0
  206. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlsave.html +0 -0
  207. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemas.html +0 -0
  208. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlschemastypes.html +0 -0
  209. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlstring.html +3 -3
  210. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlunicode.html +0 -0
  211. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlversion.html +0 -0
  212. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xmlwriter.html +0 -0
  213. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpath.html +1 -1
  214. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpathInternals.html +1 -1
  215. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xpointer.html +1 -1
  216. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/libxml-xzlib.html +0 -0
  217. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/right.png +0 -0
  218. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/html/up.png +0 -0
  219. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/index.html +0 -0
  220. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.c +0 -0
  221. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io1.res +0 -0
  222. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.c +0 -0
  223. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/io2.res +0 -0
  224. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/libxml.gif +0 -0
  225. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse1.c +0 -0
  226. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse2.c +0 -0
  227. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse3.c +0 -0
  228. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/parse4.c +0 -0
  229. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.c +0 -0
  230. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader1.res +0 -0
  231. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader2.c +0 -0
  232. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.c +0 -0
  233. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader3.res +0 -0
  234. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.c +0 -0
  235. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/reader4.res +0 -0
  236. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/redhat.gif +0 -0
  237. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/smallfootonly.gif +0 -0
  238. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/structure.gif +0 -0
  239. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test1.xml +0 -0
  240. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test2.xml +0 -0
  241. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/test3.xml +0 -0
  242. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/testWriter.c +16 -16
  243. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.c +0 -0
  244. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree1.res +0 -0
  245. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.c +1 -2
  246. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tree2.res +0 -0
  247. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tst.xml +0 -0
  248. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apa.html +0 -0
  249. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apb.html +0 -0
  250. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apc.html +0 -0
  251. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apd.html +0 -0
  252. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ape.html +0 -0
  253. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apf.html +0 -0
  254. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/apg.html +0 -0
  255. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/aph.html +0 -0
  256. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/api.html +0 -0
  257. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s02.html +0 -0
  258. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s03.html +0 -0
  259. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s04.html +0 -0
  260. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s05.html +0 -0
  261. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s06.html +0 -0
  262. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s07.html +0 -0
  263. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s08.html +0 -0
  264. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ar01s09.html +0 -0
  265. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/blank.png +0 -0
  266. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/1.png +0 -0
  267. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/10.png +0 -0
  268. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/2.png +0 -0
  269. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/3.png +0 -0
  270. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/4.png +0 -0
  271. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/5.png +0 -0
  272. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/6.png +0 -0
  273. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/7.png +0 -0
  274. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/8.png +0 -0
  275. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/callouts/9.png +0 -0
  276. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/caution.png +0 -0
  277. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/draft.png +0 -0
  278. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/home.png +0 -0
  279. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/important.png +0 -0
  280. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/next.png +0 -0
  281. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/note.png +0 -0
  282. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/prev.png +0 -0
  283. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/tip.png +0 -0
  284. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-blank.png +0 -0
  285. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-minus.png +0 -0
  286. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/toc-plus.png +0 -0
  287. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/up.png +0 -0
  288. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/images/warning.png +0 -0
  289. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddattribute.c +0 -0
  290. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeaddkeyword.c +0 -0
  291. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includeconvert.c +0 -0
  292. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includegetattribute.c +0 -0
  293. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includekeyword.c +0 -0
  294. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/includexpath.c +0 -0
  295. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/index.html +0 -0
  296. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/ix01.html +0 -0
  297. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/tutorial/xmltutorial.pdf +0 -0
  298. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/w3c.png +0 -0
  299. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/writer.xml +0 -0
  300. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xml.html +154 -8
  301. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.c +0 -0
  302. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath1.res +0 -0
  303. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.c +0 -0
  304. data/vendor/local/share/doc/{libxml2-2.9.4 → libxml2-2.9.6}/html/xpath2.res +0 -0
  305. data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +56 -16
  306. data/vendor/local/share/fontconfig/conf.avail/30-urw-aliases.conf +11 -2
  307. data/vendor/local/share/fontconfig/conf.avail/45-latin.conf +4 -0
  308. data/vendor/local/share/fontconfig/conf.avail/60-latin.conf +1 -0
  309. data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +5 -6
  310. data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +5 -6
  311. data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +5 -6
  312. data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +5 -6
  313. data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +5 -6
  314. data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +5 -6
  315. data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +5 -6
  316. data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +5 -6
  317. data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +5 -6
  318. data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +17 -25
  319. data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +42 -53
  320. data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +48 -63
  321. data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +68 -78
  322. data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +34 -47
  323. data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +82 -92
  324. data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +50 -61
  325. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +18 -27
  326. data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +22 -32
  327. data/vendor/local/share/gtk-doc/html/cairo/cairo-Raster-Sources.html +64 -79
  328. data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +21 -30
  329. data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +99 -125
  330. data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +31 -41
  331. data/vendor/local/share/gtk-doc/html/cairo/cairo-Script-Surfaces.html +43 -56
  332. data/vendor/local/share/gtk-doc/html/cairo/cairo-Tags-and-Links.html +23 -29
  333. data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +41 -48
  334. data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +19 -26
  335. data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +56 -72
  336. data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +28 -39
  337. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +39 -51
  338. data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +34 -47
  339. data/vendor/local/share/gtk-doc/html/cairo/cairo-XCB-Surfaces.html +45 -57
  340. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +62 -79
  341. data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +18 -27
  342. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +53 -95
  343. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +40 -53
  344. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +71 -87
  345. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +49 -57
  346. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +158 -189
  347. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +76 -92
  348. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +146 -164
  349. data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +234 -264
  350. data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +5 -6
  351. data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +5 -6
  352. data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +5 -6
  353. data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +5 -6
  354. data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +104 -119
  355. data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +236 -6
  356. data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +62 -63
  357. data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +69 -70
  358. data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +11 -12
  359. data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +59 -60
  360. data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +35 -36
  361. data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +28 -29
  362. data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +39 -40
  363. data/vendor/local/share/gtk-doc/html/cairo/index-all.html +510 -511
  364. data/vendor/local/share/gtk-doc/html/cairo/index.html +4 -5
  365. data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +5 -6
  366. data/vendor/local/share/gtk-doc/html/cairo/left-insensitive.png +0 -0
  367. data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
  368. data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
  369. data/vendor/local/share/gtk-doc/html/cairo/style.css +160 -142
  370. data/vendor/local/share/gtk-doc/html/cairo/up-insensitive.png +0 -0
  371. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +4 -4
  372. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +1 -1
  376. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1 -1
  377. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +2 -2
  378. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +3 -3
  380. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +1 -1
  381. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +1 -1
  382. data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +1 -1
  383. data/vendor/local/share/license/cairo/README +1 -1
  384. data/vendor/local/share/license/fontconfig/README +58 -2
  385. data/vendor/local/share/license/freetype/README +5 -5
  386. data/vendor/local/share/license/freetype/README.git +1 -1
  387. data/vendor/local/share/license/libpng/README +6 -6
  388. data/vendor/local/share/license/libxml2/README.zOS +212 -0
  389. data/vendor/local/share/man/man1/freetype-config.1 +44 -6
  390. data/vendor/local/share/man/man3/libpng.3 +106 -48
  391. data/vendor/local/share/man/man3/libpngpf.3 +4 -4
  392. data/vendor/local/share/man/man5/png.5 +5 -5
  393. metadata +175 -174
  394. data/vendor/local/share/gtk-doc/html/cairo/index.sgml +0 -764
@@ -27,7 +27,6 @@ main(int argc, char **argv)
27
27
  {
28
28
  xmlDocPtr doc = NULL; /* document pointer */
29
29
  xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */
30
- xmlDtdPtr dtd = NULL; /* DTD pointer */
31
30
  char buff[256];
32
31
  int i, j;
33
32
 
@@ -43,7 +42,7 @@ main(int argc, char **argv)
43
42
  /*
44
43
  * Creates a DTD declaration. Isn't mandatory.
45
44
  */
46
- dtd = xmlCreateIntSubset(doc, BAD_CAST "root", NULL, BAD_CAST "tree2.dtd");
45
+ xmlCreateIntSubset(doc, BAD_CAST "root", NULL, BAD_CAST "tree2.dtd");
47
46
 
48
47
  /*
49
48
  * xmlNewChild() creates a new node, which is "attached" as child node
@@ -532,7 +532,7 @@ look at reports there regularly and it's good to have a reminder when a bug
532
532
  is still open. Be sure to specify that the bug is for the package libxml2.</p>
533
533
 
534
534
  <p>For small problems you can try to get help on IRC, the #xml channel on
535
- irc.gnome.org (port 6667) usually have a few person subscribed which may help
535
+ irc.gnome.org (port 6667) usually has a few people subscribed which may help
536
536
  (but there is no guarantee and if a real issue is raised it should go on the
537
537
  mailing-list for archival).</p>
538
538
 
@@ -709,6 +709,152 @@ 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>v2.9.6: Oct 06 2017</h3>
713
+ <ul>
714
+ <li>Portability:<br/>
715
+ Change preprocessor OS tests to __linux__ (Nick Wellnhofer)<br/>
716
+ </li>
717
+
718
+ <li>Bug Fixes:<br/>
719
+ Fix XPath stack frame logic (Nick Wellnhofer),<br/>
720
+ Report undefined XPath variable error message (Nick Wellnhofer),<br/>
721
+ Fix regression with librsvg (Nick Wellnhofer),<br/>
722
+ Handle more invalid entity values in recovery mode (Nick Wellnhofer),<br/>
723
+ Fix structured validation errors (Nick Wellnhofer),<br/>
724
+ Fix memory leak in LZMA decompressor (Nick Wellnhofer),<br/>
725
+ Set memory limit for LZMA decompression (Nick Wellnhofer),<br/>
726
+ Handle illegal entity values in recovery mode (Nick Wellnhofer),<br/>
727
+ Fix debug dump of streaming XPath expressions (Nick Wellnhofer),<br/>
728
+ Fix memory leak in nanoftp (Nick Wellnhofer),<br/>
729
+ Fix memory leaks in SAX1 parser (Nick Wellnhofer)<br/>
730
+ </li>
731
+ </ul>
732
+ <h3>v2.9.5: Sep 04 2017</h3>
733
+ <ul>
734
+
735
+ <li>Security:<br/>
736
+ Detect infinite recursion in parameter entities (Nick Wellnhofer),<br/>
737
+ Fix handling of parameter-entity references (Nick Wellnhofer),<br/>
738
+ Disallow namespace nodes in XPointer ranges (Nick Wellnhofer),<br/>
739
+ Fix XPointer paths beginning with range-to (Nick Wellnhofer)<br/>
740
+ </li>
741
+
742
+ <li>Documentation:<br/>
743
+ Documentation fixes (Nick Wellnhofer),<br/>
744
+ Spelling and grammar fixes (Nick Wellnhofer)<br/>
745
+ </li>
746
+
747
+ <li>Portability:<br/>
748
+ Adding README.zOS to list of extra files for the release (Daniel Veillard),<br/>
749
+ Description of work needed to compile on zOS (Stéphane Michaut),<br/>
750
+ Porting libxml2 on zOS encoding of code (Stéphane Michaut),<br/>
751
+ small changes for OS/400 (Patrick Monnerat),<br/>
752
+ relaxng.c, xmlschemas.c: Fix build on pre-C99 compilers (Chun-wei Fan)<br/>
753
+ </li>
754
+
755
+ <li>Bug Fixes:<br/>
756
+ Problem resolving relative URIs (Daniel Veillard),<br/>
757
+ Fix unwanted warnings when switching encodings (Nick Wellnhofer),<br/>
758
+ Fix signature of xmlSchemaAugmentImportedIDC (Daniel Veillard),<br/>
759
+ Heap-buffer-overflow read of size 1 in xmlFAParsePosCharGroup (David Kilzer),<br/>
760
+ Fix NULL pointer deref in xmlFAParseCharClassEsc (Nick Wellnhofer),<br/>
761
+ Fix infinite loops with push parser in recovery mode (Nick Wellnhofer),<br/>
762
+ Send xmllint usage error to stderr (Nick Wellnhofer),<br/>
763
+ Fix NULL deref in xmlParseExternalEntityPrivate (Nick Wellnhofer),<br/>
764
+ Make sure not to call IS_BLANK_CH when parsing the DTD (Nick Wellnhofer),<br/>
765
+ Fix xmlHaltParser (Nick Wellnhofer),<br/>
766
+ Fix pathological performance when outputting charrefs (Nick Wellnhofer),<br/>
767
+ Fix invalid-source-encoding warnings in testWriter.c (Nick Wellnhofer),<br/>
768
+ Fix duplicate SAX callbacks for entity content (David Kilzer),<br/>
769
+ Treat URIs with scheme as absolute in C14N (Nick Wellnhofer),<br/>
770
+ Fix copy-paste errors in error messages (Nick Wellnhofer),<br/>
771
+ Fix sanity check in htmlParseNameComplex (Nick Wellnhofer),<br/>
772
+ Fix potential infinite loop in xmlStringLenDecodeEntities (Nick Wellnhofer),<br/>
773
+ Reset parser input pointers on encoding failure (Nick Wellnhofer),<br/>
774
+ Fix memory leak in xmlParseEntityDecl error path (Nick Wellnhofer),<br/>
775
+ Fix xmlBuildRelativeURI for URIs starting with './' (Nick Wellnhofer),<br/>
776
+ Fix type confusion in xmlValidateOneNamespace (Nick Wellnhofer),<br/>
777
+ Fix memory leak in xmlStringLenGetNodeList (Nick Wellnhofer),<br/>
778
+ Fix NULL pointer deref in xmlDumpElementContent (Daniel Veillard),<br/>
779
+ Fix memory leak in xmlBufAttrSerializeTxtContent (Nick Wellnhofer),<br/>
780
+ Stop parser on unsupported encodings (Nick Wellnhofer),<br/>
781
+ Check for integer overflow in memory debug code (Nick Wellnhofer),<br/>
782
+ Fix buffer size checks in xmlSnprintfElementContent (Nick Wellnhofer),<br/>
783
+ Avoid reparsing in xmlParseStartTag2 (Nick Wellnhofer),<br/>
784
+ Fix undefined behavior in xmlRegExecPushStringInternal (Nick Wellnhofer),<br/>
785
+ Check XPath exponents for overflow (Nick Wellnhofer),<br/>
786
+ Check for overflow in xmlXPathIsPositionalPredicate (Nick Wellnhofer),<br/>
787
+ Fix spurious error message (Nick Wellnhofer),<br/>
788
+ Fix memory leak in xmlCanonicPath (Nick Wellnhofer),<br/>
789
+ Fix memory leak in xmlXPathCompareNodeSetValue (Nick Wellnhofer),<br/>
790
+ Fix memory leak in pattern error path (Nick Wellnhofer),<br/>
791
+ Fix memory leak in parser error path (Nick Wellnhofer),<br/>
792
+ Fix memory leaks in XPointer error paths (Nick Wellnhofer),<br/>
793
+ Fix memory leak in xmlXPathNodeSetMergeAndClear (Nick Wellnhofer),<br/>
794
+ Fix memory leak in XPath filter optimizations (Nick Wellnhofer),<br/>
795
+ Fix memory leaks in XPath error paths (Nick Wellnhofer),<br/>
796
+ Do not leak the new CData node if adding fails (David Tardon),<br/>
797
+ Prevent unwanted external entity reference (Neel Mehta),<br/>
798
+ Increase buffer space for port in HTTP redirect support (Daniel Veillard),<br/>
799
+ Fix more NULL pointer derefs in xpointer.c (Nick Wellnhofer),<br/>
800
+ Avoid function/data pointer conversion in xpath.c (Nick Wellnhofer),<br/>
801
+ Fix format string warnings (Nick Wellnhofer),<br/>
802
+ Disallow namespace nodes in XPointer points (Nick Wellnhofer),<br/>
803
+ Fix comparison with root node in xmlXPathCmpNodes (Nick Wellnhofer),<br/>
804
+ Fix attribute decoding during XML schema validation (Alex Henrie),<br/>
805
+ Fix NULL pointer deref in XPointer range-to (Nick Wellnhofer)<br/>
806
+ </li>
807
+
808
+ <li>Improvements:<br/>
809
+ Updating the spec file to reflect Fedora 24 (Daniel Veillard),<br/>
810
+ Add const in five places to move 1 KiB to .rdata (Bruce Dawson),<br/>
811
+ Fix missing part of comment for function xmlXPathEvalExpression() (Daniel Veillard),<br/>
812
+ Get rid of "blanks wrapper" for parameter entities (Nick Wellnhofer),<br/>
813
+ Simplify handling of parameter entity references (Nick Wellnhofer),<br/>
814
+ Deduplicate code in encoding.c (Nick Wellnhofer),<br/>
815
+ Make HTML parser functions take const pointers (Nick Wellnhofer),<br/>
816
+ Build test programs only when needed (Nick Wellnhofer),<br/>
817
+ Fix doc/examples/index.py (Nick Wellnhofer),<br/>
818
+ Fix compiler warnings in threads.c (Nick Wellnhofer),<br/>
819
+ Fix empty-body warning in nanohttp.c (Nick Wellnhofer),<br/>
820
+ Fix cast-align warnings (Nick Wellnhofer),<br/>
821
+ Fix unused-parameter warnings (Nick Wellnhofer),<br/>
822
+ Rework entity boundary checks (Nick Wellnhofer),<br/>
823
+ Don't switch encoding for internal parameter entities (Nick Wellnhofer),<br/>
824
+ Merge duplicate code paths handling PE references (Nick Wellnhofer),<br/>
825
+ Test SAX2 callbacks with entity substitution (Nick Wellnhofer),<br/>
826
+ Support catalog and threads tests under --without-sax1 (Nick Wellnhofer),<br/>
827
+ Misc fixes for 'make tests' (Nick Wellnhofer),<br/>
828
+ Initialize keepBlanks in HTML parser (Nick Wellnhofer),<br/>
829
+ Add test cases for bug 758518 (David Kilzer),<br/>
830
+ Fix compiler warning in htmlParseElementInternal (Nick Wellnhofer),<br/>
831
+ Remove useless check in xmlParseAttributeListDecl (Nick Wellnhofer),<br/>
832
+ Allow zero sized memory input buffers (Nick Wellnhofer),<br/>
833
+ Add TODO comment in xmlSwitchEncoding (Nick Wellnhofer),<br/>
834
+ Check for integer overflow in xmlXPathFormatNumber (Nick Wellnhofer),<br/>
835
+ Make Travis print UBSan stacktraces (Nick Wellnhofer),<br/>
836
+ Add .travis.yml (Nick Wellnhofer),<br/>
837
+ Fix expected error output in Python tests (Nick Wellnhofer),<br/>
838
+ Simplify control flow in xmlParseStartTag2 (Nick Wellnhofer),<br/>
839
+ Disable LeakSanitizer when running API tests (Nick Wellnhofer),<br/>
840
+ Avoid out-of-bound array access in API tests (Nick Wellnhofer),<br/>
841
+ Avoid spurious UBSan errors in parser.c (Nick Wellnhofer),<br/>
842
+ Parse small XPath numbers more accurately (Nick Wellnhofer),<br/>
843
+ Rework XPath rounding functions (Nick Wellnhofer),<br/>
844
+ Fix white space in test output (Nick Wellnhofer),<br/>
845
+ Fix axis traversal from attribute and namespace nodes (Nick Wellnhofer),<br/>
846
+ Check for trailing characters in XPath expressions earlier (Nick Wellnhofer),<br/>
847
+ Rework final handling of XPath results (Nick Wellnhofer),<br/>
848
+ Make xmlXPathEvalExpression call xmlXPathEval (Nick Wellnhofer),<br/>
849
+ Remove unused variables (Nick Wellnhofer),<br/>
850
+ Don't print generic error messages in XPath tests (Nick Wellnhofer)<br/>
851
+ </li>
852
+
853
+ <li>Cleanups:<br/>
854
+ Fix a couple of misleading indentation errors (Daniel Veillard),<br/>
855
+ Remove unnecessary calls to xmlPopInput (Nick Wellnhofer)<br/>
856
+ </li>
857
+ </ul>
712
858
  <h3>2.9.4: May 23 2016</h3>
713
859
  <ul>
714
860
  <li>Security:<br/>
@@ -2141,7 +2287,7 @@ Gansterer),<br/>
2141
2287
  Hendricks), aliasing bug exposed by gcc4 on s390, xmlTextReaderNext bug
2142
2288
  (Rob Richards), Schemas decimal type fixes (William Brack),
2143
2289
  xmlByteConsumed static buffer (Ben Maurer).</li>
2144
- <li>improvement: speedup parsing comments and DTDs, dictionnary support for
2290
+ <li>improvement: speedup parsing comments and DTDs, dictionary support for
2145
2291
  hash tables, Schemas Identity constraints (Kasimier), streaming XPath
2146
2292
  subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical
2147
2293
  values handling (Kasimier), add xmlTextReaderByteConsumed (Aron
@@ -2361,7 +2507,7 @@ Gansterer),<br/>
2361
2507
  URI on SYSTEM lookup failure, XInclude parse flags inheritance (William),
2362
2508
  XInclude and XPointer fixes for entities (William), XML parser bug
2363
2509
  reported by Holger Rauch, nanohttp fd leak (William), regexps char
2364
- groups '-' handling (William), dictionnary reference counting problems,
2510
+ groups '-' handling (William), dictionary reference counting problems,
2365
2511
  do not close stderr.</li>
2366
2512
  <li>performance patches from Petr Pajas</li>
2367
2513
  <li>Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey)</li>
@@ -2425,14 +2571,14 @@ Gansterer),<br/>
2425
2571
  Fleck), doc (Sven Zimmerman), I/O example.</li>
2426
2572
  <li>Python bindings: fixes (William), enum support (Stéphane Bidoul),
2427
2573
  structured error reporting (Stéphane Bidoul)</li>
2428
- <li>XInclude: various fixes for conformance, problem related to dictionnary
2574
+ <li>XInclude: various fixes for conformance, problem related to dictionary
2429
2575
  references (William &amp; me), recursion (William)</li>
2430
2576
  <li>xmlWriter: indentation (Lucas Brasilino), memory leaks (Alfred
2431
2577
  Mickautsch),</li>
2432
2578
  <li>xmlSchemas: normalizedString datatype (John Belmonte)</li>
2433
2579
  <li>code cleanup for strings functions (William)</li>
2434
2580
  <li>Windows: compiler patches (Mark Vakoc)</li>
2435
- <li>Parser optimizations, a few new XPath and dictionnary APIs for future
2581
+ <li>Parser optimizations, a few new XPath and dictionary APIs for future
2436
2582
  XSLT optimizations.</li>
2437
2583
  </ul>
2438
2584
 
@@ -2532,8 +2678,8 @@ Gansterer),<br/>
2532
2678
  of change</li>
2533
2679
  <li>Increased the library modularity, far more options can be stripped out,
2534
2680
  a --with-minimum configuration will weight around 160KBytes</li>
2535
- <li>Use per parser and per document dictionnary, allocate names and small
2536
- text nodes from the dictionnary</li>
2681
+ <li>Use per parser and per document dictionary, allocate names and small
2682
+ text nodes from the dictionary</li>
2537
2683
  <li>Switch to a SAX2 like parser rewrote most of the XML parser core,
2538
2684
  provides namespace resolution and defaulted attributes, minimize memory
2539
2685
  allocations and copies, namespace checking and specific error handling,
@@ -2580,7 +2726,7 @@ Gansterer),<br/>
2580
2726
  (William), xmlCleanupParser (Marc Liyanage), CDATA output (William), HTTP
2581
2727
  error handling.</li>
2582
2728
  <li>xmllint options: --dtdvalidfpi for Tobias Reif, --sax1 for compat
2583
- testing, --nodict for building without tree dictionnary, --nocdata to
2729
+ testing, --nodict for building without tree dictionary, --nocdata to
2584
2730
  replace CDATA by text, --nsclean to remove surperfluous namespace
2585
2731
  declarations</li>
2586
2732
  <li>added xml2-config --libtool-libs option from Kevin P. Fleming</li>
@@ -6,17 +6,17 @@
6
6
 
7
7
  Alias similar/metric-compatible families from various sources:
8
8
 
9
- PostScript fonts: URW fonts: GUST fonts: Windows fonts:
10
- ====================== ====================== ================= ==================
11
- Helvetica Nimbus Sans TeX Gyre Heros
12
- Helvetica Condensed Nimbus Sans Narrow TeX Gyre Heros Cn
13
- Times Nimbus Roman TeX Gyre Termes
14
- Courier Nimbus Mono TeX Gyre Cursor
15
- ITC Avant Garde Gothic URW Gothic TeX Gyre Adventor
16
- ITC Bookman Bookman URW TeX Gyre Bonum Bookman Old Style
17
- ITC Zapf Chancery Chancery URW TeX Gyre Chorus
18
- Palatino Palladio URW TeX Gyre Pagella Palatino Linotype
19
- New Century Schoolbook Century SchoolBook URW TeX Gyre Schola Century Schoolbook
9
+ PostScript fonts: URW fonts: GUST fonts: Windows fonts:
10
+ ====================== ================== ================= ==================
11
+ Helvetica Nimbus Sans TeX Gyre Heros
12
+ Helvetica Narrow Nimbus Sans Narrow TeX Gyre Heros Cn
13
+ Times Nimbus Roman TeX Gyre Termes
14
+ Courier Nimbus Mono PS TeX Gyre Cursor
15
+ ITC Avant Garde Gothic URW Gothic TeX Gyre Adventor
16
+ ITC Bookman URW Bookman TeX Gyre Bonum Bookman Old Style
17
+ ITC Zapf Chancery Z003 TeX Gyre Chorus
18
+ Palatino P052 TeX Gyre Pagella Palatino Linotype
19
+ New Century Schoolbook C059 TeX Gyre Schola Century Schoolbook
20
20
 
21
21
  Microsoft fonts: Liberation fonts: Google CrOS core fonts: StarOffice fonts: AMT fonts:
22
22
  ================ ====================== ======================= ================= ==============
@@ -73,14 +73,14 @@ but in an order preferring similar designs first. We do this in three steps:
73
73
  <alias binding="same">
74
74
  <family>Nimbus Sans Narrow</family>
75
75
  <default>
76
- <family>Helvetica Condensed</family>
76
+ <family>Helvetica Narrow</family>
77
77
  </default>
78
78
  </alias>
79
79
 
80
80
  <alias binding="same">
81
81
  <family>TeX Gyre Heros Cn</family>
82
82
  <default>
83
- <family>Helvetica Condensed</family>
83
+ <family>Helvetica Narrow</family>
84
84
  </default>
85
85
  </alias>
86
86
 
@@ -119,6 +119,13 @@ but in an order preferring similar designs first. We do this in three steps:
119
119
  </default>
120
120
  </alias>
121
121
 
122
+ <alias binding="same">
123
+ <family>Nimbus Mono PS</family>
124
+ <default>
125
+ <family>Courier</family>
126
+ </default>
127
+ </alias>
128
+
122
129
  <alias binding="same">
123
130
  <family>TeX Gyre Cursor</family>
124
131
  <default>
@@ -175,6 +182,13 @@ but in an order preferring similar designs first. We do this in three steps:
175
182
  </default>
176
183
  </alias>
177
184
 
185
+ <alias binding="same">
186
+ <family>URW Bookman</family>
187
+ <default>
188
+ <family>ITC Bookman</family>
189
+ </default>
190
+ </alias>
191
+
178
192
  <alias binding="same">
179
193
  <family>TeX Gyre Bonum</family>
180
194
  <default>
@@ -210,6 +224,13 @@ but in an order preferring similar designs first. We do this in three steps:
210
224
  </default>
211
225
  </alias>
212
226
 
227
+ <alias binding="same">
228
+ <family>Z003</family>
229
+ <default>
230
+ <family>ITC Zapf Chancery</family>
231
+ </default>
232
+ </alias>
233
+
213
234
  <alias binding="same">
214
235
  <family>TeX Gyre Chorus</family>
215
236
  <default>
@@ -231,6 +252,13 @@ but in an order preferring similar designs first. We do this in three steps:
231
252
  </default>
232
253
  </alias>
233
254
 
255
+ <alias binding="same">
256
+ <family>P052</family>
257
+ <default>
258
+ <family>Palatino</family>
259
+ </default>
260
+ </alias>
261
+
234
262
  <alias binding="same">
235
263
  <family>TeX Gyre Pagella</family>
236
264
  <default>
@@ -259,6 +287,13 @@ but in an order preferring similar designs first. We do this in three steps:
259
287
  </default>
260
288
  </alias>
261
289
 
290
+ <alias binding="same">
291
+ <family>C059</family>
292
+ <default>
293
+ <family>New Century Schoolbook</family>
294
+ </default>
295
+ </alias>
296
+
262
297
  <alias binding="same">
263
298
  <family>TeX Gyre Schola</family>
264
299
  <default>
@@ -405,7 +440,7 @@ but in an order preferring similar designs first. We do this in three steps:
405
440
  </alias>
406
441
 
407
442
  <alias>
408
- <family>Helvetica Condensed</family>
443
+ <family>Helvetica Narrow</family>
409
444
  <default>
410
445
  <family>Arial Narrow</family>
411
446
  </default>
@@ -437,7 +472,7 @@ but in an order preferring similar designs first. We do this in three steps:
437
472
  <alias>
438
473
  <family>Arial Narrow</family>
439
474
  <default>
440
- <family>Helvetica Condensed</family>
475
+ <family>Helvetica Narrow</family>
441
476
  </default>
442
477
  </alias>
443
478
 
@@ -470,7 +505,7 @@ but in an order preferring similar designs first. We do this in three steps:
470
505
  </alias>
471
506
 
472
507
  <alias binding="same">
473
- <family>Helvetica Condensed</family>
508
+ <family>Helvetica Narrow</family>
474
509
  <accept>
475
510
  <family>TeX Gyre Heros Cn</family>
476
511
  <family>Nimbus Sans Narrow</family>
@@ -490,6 +525,7 @@ but in an order preferring similar designs first. We do this in three steps:
490
525
  <family>Courier</family>
491
526
  <accept>
492
527
  <family>TeX Gyre Cursor</family>
528
+ <family>Nimbus Mono PS</family>
493
529
  <family>Nimbus Mono</family>
494
530
  <family>Nimbus Mono L</family>
495
531
  </accept>
@@ -509,6 +545,7 @@ but in an order preferring similar designs first. We do this in three steps:
509
545
  <accept>
510
546
  <family>Bookman Old Style</family>
511
547
  <family>TeX Gyre Bonum</family>
548
+ <family>URW Bookman</family>
512
549
  <family>Bookman URW</family>
513
550
  <family>URW Bookman L</family>
514
551
  </accept>
@@ -518,6 +555,7 @@ but in an order preferring similar designs first. We do this in three steps:
518
555
  <family>ITC Zapf Chancery</family>
519
556
  <accept>
520
557
  <family>TeX Gyre Chorus</family>
558
+ <family>Z003</family>
521
559
  <family>Chancery URW</family>
522
560
  <family>URW Chancery L</family>
523
561
  </accept>
@@ -528,6 +566,7 @@ but in an order preferring similar designs first. We do this in three steps:
528
566
  <accept>
529
567
  <family>Palatino Linotype</family>
530
568
  <family>TeX Gyre Pagella</family>
569
+ <family>P052</family>
531
570
  <family>Palladio URW</family>
532
571
  <family>URW Palladio L</family>
533
572
  </accept>
@@ -538,6 +577,7 @@ but in an order preferring similar designs first. We do this in three steps:
538
577
  <accept>
539
578
  <family>Century Schoolbook</family>
540
579
  <family>TeX Gyre Schola</family>
580
+ <family>C059</family>
541
581
  <family>Century SchoolBook URW</family>
542
582
  <family>Century Schoolbook L</family>
543
583
  </accept>