cairo 1.15.5-x86-mingw32 → 1.15.6-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +13 -0
  3. data/Rakefile +6 -6
  4. data/ext/cairo/extconf.rb +3 -120
  5. data/ext/cairo/rb_cairo.h +2 -2
  6. data/ext/cairo/rb_cairo_constants.c +2 -2
  7. data/ext/cairo/rb_cairo_context.c +14 -0
  8. data/ext/cairo/rb_cairo_surface.c +14 -0
  9. data/lib/2.2/cairo.so +0 -0
  10. data/lib/2.3/cairo.so +0 -0
  11. data/lib/2.4/cairo.so +0 -0
  12. data/vendor/local/bin/fc-cache.exe +0 -0
  13. data/vendor/local/bin/fc-cat.exe +0 -0
  14. data/vendor/local/bin/fc-list.exe +0 -0
  15. data/vendor/local/bin/fc-match.exe +0 -0
  16. data/vendor/local/bin/fc-pattern.exe +0 -0
  17. data/vendor/local/bin/fc-query.exe +0 -0
  18. data/vendor/local/bin/fc-scan.exe +0 -0
  19. data/vendor/local/bin/fc-validate.exe +0 -0
  20. data/vendor/local/bin/freetype-config +1 -1
  21. data/vendor/local/bin/libcairo-2.dll +0 -0
  22. data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
  23. data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
  24. data/vendor/local/bin/libfontconfig-1.dll +0 -0
  25. data/vendor/local/bin/libfreetype-6.dll +0 -0
  26. data/vendor/local/bin/libpixman-1-0.dll +0 -0
  27. data/vendor/local/bin/libpng-config +1 -1
  28. data/vendor/local/bin/libpng16-16.dll +0 -0
  29. data/vendor/local/bin/libpng16-config +1 -1
  30. data/vendor/local/bin/libxml2-2.dll +0 -0
  31. data/vendor/local/bin/png-fix-itxt.exe +0 -0
  32. data/vendor/local/bin/pngfix.exe +0 -0
  33. data/vendor/local/bin/xmlcatalog.exe +0 -0
  34. data/vendor/local/bin/xmllint.exe +0 -0
  35. data/vendor/local/bin/zlib1.dll +0 -0
  36. data/vendor/local/include/freetype2/freetype/config/ftconfig.h +17 -6
  37. data/vendor/local/include/freetype2/freetype/freetype.h +38 -3
  38. data/vendor/local/include/freetype2/freetype/ftimage.h +1 -0
  39. data/vendor/local/include/freetype2/freetype/ftmm.h +74 -1
  40. data/vendor/local/include/freetype2/freetype/ftrender.h +1 -0
  41. data/vendor/local/include/freetype2/freetype/tttags.h +4 -0
  42. data/vendor/local/include/libpng16/png.h +23 -25
  43. data/vendor/local/include/libpng16/pngconf.h +1 -1
  44. data/vendor/local/include/libpng16/pnglibconf.h +4 -2
  45. data/vendor/local/include/png.h +23 -25
  46. data/vendor/local/include/pngconf.h +1 -1
  47. data/vendor/local/include/pnglibconf.h +4 -2
  48. data/vendor/local/include/zlib.h +9 -8
  49. data/vendor/local/lib/libcairo-gobject.a +0 -0
  50. data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
  51. data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
  52. data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
  53. data/vendor/local/lib/libcairo.a +0 -0
  54. data/vendor/local/lib/libcairo.dll.a +0 -0
  55. data/vendor/local/lib/libfontconfig.dll.a +0 -0
  56. data/vendor/local/lib/libfreetype.a +0 -0
  57. data/vendor/local/lib/libfreetype.dll.a +0 -0
  58. data/vendor/local/lib/libfreetype.la +3 -3
  59. data/vendor/local/lib/libpixman-1.dll.a +0 -0
  60. data/vendor/local/lib/libpng.a +0 -0
  61. data/vendor/local/lib/libpng.dll.a +0 -0
  62. data/vendor/local/lib/libpng.la +2 -2
  63. data/vendor/local/lib/libpng16.a +0 -0
  64. data/vendor/local/lib/libpng16.dll.a +0 -0
  65. data/vendor/local/lib/libpng16.la +2 -2
  66. data/vendor/local/lib/libxml2.a +0 -0
  67. data/vendor/local/lib/libxml2.dll.a +0 -0
  68. data/vendor/local/lib/libz.a +0 -0
  69. data/vendor/local/lib/libz.dll.a +0 -0
  70. data/vendor/local/lib/pkgconfig/freetype2.pc +1 -1
  71. data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
  72. data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
  73. data/vendor/local/lib/pkgconfig/zlib.pc +1 -1
  74. data/vendor/local/share/license/freetype/README +5 -5
  75. data/vendor/local/share/license/libpng/README +6 -2
  76. data/vendor/local/share/license/zlib/README +2 -2
  77. data/vendor/local/share/man/man1/freetype-config.1 +1 -1
  78. data/vendor/local/share/man/man3/libpng.3 +15 -12
  79. data/vendor/local/share/man/man3/libpngpf.3 +2 -2
  80. data/vendor/local/share/man/man5/png.5 +1 -1
  81. metadata +16 -2
@@ -1180,6 +1180,7 @@ FT_BEGIN_HEADER
1180
1180
  typedef struct FT_Raster_Funcs_
1181
1181
  {
1182
1182
  FT_Glyph_Format glyph_format;
1183
+
1183
1184
  FT_Raster_NewFunc raster_new;
1184
1185
  FT_Raster_ResetFunc raster_reset;
1185
1186
  FT_Raster_SetModeFunc raster_set_mode;
@@ -171,6 +171,7 @@ FT_BEGIN_HEADER
171
171
  {
172
172
  FT_Fixed* coords;
173
173
  FT_UInt strid;
174
+ FT_UInt psid; /* since 2.7.1 */
174
175
 
175
176
  } FT_Var_Named_Style;
176
177
 
@@ -334,6 +335,34 @@ FT_BEGIN_HEADER
334
335
  FT_Fixed* coords );
335
336
 
336
337
 
338
+ /*************************************************************************/
339
+ /* */
340
+ /* <Function> */
341
+ /* FT_Get_Var_Design_Coordinates */
342
+ /* */
343
+ /* <Description> */
344
+ /* For Multiple Master and GX Var fonts, get the design coordinates */
345
+ /* of the currently selected interpolated font. */
346
+ /* */
347
+ /* <Input> */
348
+ /* face :: A handle to the source face. */
349
+ /* */
350
+ /* num_coords :: The number of design coordinates to retrieve. If it */
351
+ /* is larger than the number of axes, set the excess */
352
+ /* values to~0. */
353
+ /* */
354
+ /* <Output> */
355
+ /* coords :: The design coordinates array. */
356
+ /* */
357
+ /* <Return> */
358
+ /* FreeType error code. 0~means success. */
359
+ /* */
360
+ FT_EXPORT( FT_Error )
361
+ FT_Get_Var_Design_Coordinates( FT_Face face,
362
+ FT_UInt num_coords,
363
+ FT_Fixed* coords );
364
+
365
+
337
366
  /*************************************************************************/
338
367
  /* */
339
368
  /* <Function> */
@@ -353,7 +382,8 @@ FT_BEGIN_HEADER
353
382
  /* use default values for the remaining axes. */
354
383
  /* */
355
384
  /* coords :: The design coordinates array (each element must be */
356
- /* between 0 and 1.0). */
385
+ /* between 0 and 1.0 for MM fonts, and between -1.0 and */
386
+ /* 1.0 for GX var fonts). */
357
387
  /* */
358
388
  /* <Return> */
359
389
  /* FreeType error code. 0~means success. */
@@ -364,6 +394,35 @@ FT_BEGIN_HEADER
364
394
  FT_Fixed* coords );
365
395
 
366
396
 
397
+ /*************************************************************************/
398
+ /* */
399
+ /* <Function> */
400
+ /* FT_Get_MM_Blend_Coordinates */
401
+ /* */
402
+ /* <Description> */
403
+ /* For Multiple Masters and GX var fonts, get the normalized blend */
404
+ /* coordinates of the currently selected interpolated font. */
405
+ /* */
406
+ /* <Input> */
407
+ /* face :: A handle to the source face. */
408
+ /* */
409
+ /* num_coords :: The number of normalized blend coordinates to */
410
+ /* retrieve. If it is larger than the number of axes, */
411
+ /* set the excess values to~0.5 for MM fonts, and to~0 */
412
+ /* for GX var fonts. */
413
+ /* */
414
+ /* <Output> */
415
+ /* coords :: The normalized blend coordinates array. */
416
+ /* */
417
+ /* <Return> */
418
+ /* FreeType error code. 0~means success. */
419
+ /* */
420
+ FT_EXPORT( FT_Error )
421
+ FT_Get_MM_Blend_Coordinates( FT_Face face,
422
+ FT_UInt num_coords,
423
+ FT_Fixed* coords );
424
+
425
+
367
426
  /*************************************************************************/
368
427
  /* */
369
428
  /* <Function> */
@@ -377,6 +436,20 @@ FT_BEGIN_HEADER
377
436
  FT_UInt num_coords,
378
437
  FT_Fixed* coords );
379
438
 
439
+
440
+ /*************************************************************************/
441
+ /* */
442
+ /* <Function> */
443
+ /* FT_Get_Var_Blend_Coordinates */
444
+ /* */
445
+ /* <Description> */
446
+ /* This is another name of @FT_Get_MM_Blend_Coordinates. */
447
+ /* */
448
+ FT_EXPORT( FT_Error )
449
+ FT_Get_Var_Blend_Coordinates( FT_Face face,
450
+ FT_UInt num_coords,
451
+ FT_Fixed* coords );
452
+
380
453
  /* */
381
454
 
382
455
 
@@ -75,6 +75,7 @@ FT_BEGIN_HEADER
75
75
  {
76
76
  FT_Long glyph_size;
77
77
  FT_Glyph_Format glyph_format;
78
+
78
79
  FT_Glyph_InitFunc glyph_init;
79
80
  FT_Glyph_DoneFunc glyph_done;
80
81
  FT_Glyph_CopyFunc glyph_copy;
@@ -43,6 +43,7 @@ FT_BEGIN_HEADER
43
43
  #define TTAG_CBDT FT_MAKE_TAG( 'C', 'B', 'D', 'T' )
44
44
  #define TTAG_CBLC FT_MAKE_TAG( 'C', 'B', 'L', 'C' )
45
45
  #define TTAG_CFF FT_MAKE_TAG( 'C', 'F', 'F', ' ' )
46
+ #define TTAG_CFF2 FT_MAKE_TAG( 'C', 'F', 'F', '2' )
46
47
  #define TTAG_CID FT_MAKE_TAG( 'C', 'I', 'D', ' ' )
47
48
  #define TTAG_cmap FT_MAKE_TAG( 'c', 'm', 'a', 'p' )
48
49
  #define TTAG_cvar FT_MAKE_TAG( 'c', 'v', 'a', 'r' )
@@ -61,6 +62,7 @@ FT_BEGIN_HEADER
61
62
  #define TTAG_GPOS FT_MAKE_TAG( 'G', 'P', 'O', 'S' )
62
63
  #define TTAG_GSUB FT_MAKE_TAG( 'G', 'S', 'U', 'B' )
63
64
  #define TTAG_gvar FT_MAKE_TAG( 'g', 'v', 'a', 'r' )
65
+ #define TTAG_HVAR FT_MAKE_TAG( 'H', 'V', 'A', 'R' )
64
66
  #define TTAG_hdmx FT_MAKE_TAG( 'h', 'd', 'm', 'x' )
65
67
  #define TTAG_head FT_MAKE_TAG( 'h', 'e', 'a', 'd' )
66
68
  #define TTAG_hhea FT_MAKE_TAG( 'h', 'h', 'e', 'a' )
@@ -79,6 +81,7 @@ FT_BEGIN_HEADER
79
81
  #define TTAG_MMSD FT_MAKE_TAG( 'M', 'M', 'S', 'D' )
80
82
  #define TTAG_mort FT_MAKE_TAG( 'm', 'o', 'r', 't' )
81
83
  #define TTAG_morx FT_MAKE_TAG( 'm', 'o', 'r', 'x' )
84
+ #define TTAG_MVAR FT_MAKE_TAG( 'M', 'V', 'A', 'R' )
82
85
  #define TTAG_name FT_MAKE_TAG( 'n', 'a', 'm', 'e' )
83
86
  #define TTAG_opbd FT_MAKE_TAG( 'o', 'p', 'b', 'd' )
84
87
  #define TTAG_OS2 FT_MAKE_TAG( 'O', 'S', '/', '2' )
@@ -100,6 +103,7 @@ FT_BEGIN_HEADER
100
103
  #define TTAG_VDMX FT_MAKE_TAG( 'V', 'D', 'M', 'X' )
101
104
  #define TTAG_vhea FT_MAKE_TAG( 'v', 'h', 'e', 'a' )
102
105
  #define TTAG_vmtx FT_MAKE_TAG( 'v', 'm', 't', 'x' )
106
+ #define TTAG_VVAR FT_MAKE_TAG( 'V', 'V', 'A', 'R' )
103
107
  #define TTAG_wOFF FT_MAKE_TAG( 'w', 'O', 'F', 'F' )
104
108
 
105
109
 
@@ -1,9 +1,9 @@
1
1
 
2
2
  /* png.h - header file for PNG reference library
3
3
  *
4
- * libpng version 1.6.27, December 29, 2016
4
+ * libpng version 1.6.29, March 16, 2017
5
5
  *
6
- * Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson
6
+ * Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
8
8
  * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
9
9
  *
@@ -12,7 +12,7 @@
12
12
  * Authors and maintainers:
13
13
  * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
14
14
  * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
15
- * libpng versions 0.97, January 1998, through 1.6.27, December 29, 2016:
15
+ * libpng versions 0.97, January 1998, through 1.6.29, March 16, 2017:
16
16
  * Glenn Randers-Pehrson.
17
17
  * See also "Contributing Authors", below.
18
18
  */
@@ -25,12 +25,8 @@
25
25
  *
26
26
  * This code is released under the libpng license.
27
27
  *
28
- * Some files in the "contrib" directory and some configure-generated
29
- * files that are distributed with libpng have other copyright owners and
30
- * are released under other open source licenses.
31
- *
32
- * libpng versions 1.0.7, July 1, 2000 through 1.6.27, December 29, 2016 are
33
- * Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
28
+ * libpng versions 1.0.7, July 1, 2000 through 1.6.29, March 16, 2017 are
29
+ * Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
34
30
  * derived from libpng-1.0.6, and are distributed according to the same
35
31
  * disclaimer and license as libpng-1.0.6 with the following individuals
36
32
  * added to the list of Contributing Authors:
@@ -42,6 +38,8 @@
42
38
  * Gilles Vollant
43
39
  * James Yu
44
40
  * Mandar Sahastrabuddhe
41
+ * Google Inc.
42
+ * Vadim Barkov
45
43
  *
46
44
  * and with the following additions to the disclaimer:
47
45
  *
@@ -52,10 +50,10 @@
52
50
  * risk of satisfactory quality, performance, accuracy, and effort is with
53
51
  * the user.
54
52
  *
55
- * Some files in the "contrib" directory have other copyright owners and
53
+ * Some files in the "contrib" directory and some configure-generated
54
+ * files that are distributed with libpng have other copyright owners and
56
55
  * are released under other open source licenses.
57
56
  *
58
- *
59
57
  * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
60
58
  * Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
61
59
  * libpng-0.96, and are distributed according to the same disclaimer and
@@ -66,9 +64,6 @@
66
64
  * Glenn Randers-Pehrson
67
65
  * Willem van Schaik
68
66
  *
69
- * Some files in the "scripts" directory have different copyright owners
70
- * but are also released under this license.
71
- *
72
67
  * libpng versions 0.89, June 1996, through 0.96, May 1997, are
73
68
  * Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
74
69
  * and are distributed according to the same disclaimer and license as
@@ -214,11 +209,11 @@
214
209
  * ...
215
210
  * 1.0.19 10 10019 10.so.0.19[.0]
216
211
  * ...
217
- * 1.2.56 13 10256 12.so.0.56[.0]
212
+ * 1.2.57 13 10257 12.so.0.57[.0]
218
213
  * ...
219
- * 1.5.27 15 10527 15.so.15.27[.0]
214
+ * 1.5.28 15 10527 15.so.15.28[.0]
220
215
  * ...
221
- * 1.6.27 16 10627 16.so.16.27[.0]
216
+ * 1.6.29 16 10629 16.so.16.29[.0]
222
217
  *
223
218
  * Henceforth the source version will match the shared-library major
224
219
  * and minor numbers; the shared-library major version number will be
@@ -246,13 +241,13 @@
246
241
  * Y2K compliance in libpng:
247
242
  * =========================
248
243
  *
249
- * December 29, 2016
244
+ * March 16, 2017
250
245
  *
251
246
  * Since the PNG Development group is an ad-hoc body, we can't make
252
247
  * an official declaration.
253
248
  *
254
249
  * This is your unofficial assurance that libpng from version 0.71 and
255
- * upward through 1.6.27 are Y2K compliant. It is my belief that
250
+ * upward through 1.6.29 are Y2K compliant. It is my belief that
256
251
  * earlier versions were also Y2K compliant.
257
252
  *
258
253
  * Libpng only has two year fields. One is a 2-byte unsigned integer
@@ -314,8 +309,8 @@
314
309
  */
315
310
 
316
311
  /* Version information for png.h - this should match the version in png.c */
317
- #define PNG_LIBPNG_VER_STRING "1.6.27"
318
- #define PNG_HEADER_VERSION_STRING " libpng version 1.6.27 - December 29, 2016\n"
312
+ #define PNG_LIBPNG_VER_STRING "1.6.29"
313
+ #define PNG_HEADER_VERSION_STRING " libpng version 1.6.29 - March 16, 2017\n"
319
314
 
320
315
  #define PNG_LIBPNG_VER_SONUM 16
321
316
  #define PNG_LIBPNG_VER_DLLNUM 16
@@ -323,7 +318,7 @@
323
318
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
324
319
  #define PNG_LIBPNG_VER_MAJOR 1
325
320
  #define PNG_LIBPNG_VER_MINOR 6
326
- #define PNG_LIBPNG_VER_RELEASE 27
321
+ #define PNG_LIBPNG_VER_RELEASE 29
327
322
 
328
323
  /* This should match the numeric part of the final component of
329
324
  * PNG_LIBPNG_VER_STRING, omitting any leading zero:
@@ -354,7 +349,7 @@
354
349
  * version 1.0.0 was mis-numbered 100 instead of 10000). From
355
350
  * version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
356
351
  */
357
- #define PNG_LIBPNG_VER 10627 /* 1.6.27 */
352
+ #define PNG_LIBPNG_VER 10629 /* 1.6.29 */
358
353
 
359
354
  /* Library configuration: these options cannot be changed after
360
355
  * the library has been built.
@@ -464,7 +459,7 @@ extern "C" {
464
459
  /* This triggers a compiler error in png.c, if png.c and png.h
465
460
  * do not agree upon the version number.
466
461
  */
467
- typedef char* png_libpng_version_1_6_27;
462
+ typedef char* png_libpng_version_1_6_29;
468
463
 
469
464
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
470
465
  *
@@ -3231,7 +3226,10 @@ PNG_EXPORT(245, int, png_image_write_to_memory, (png_imagep image, void *memory,
3231
3226
  # define PNG_MIPS_MSA 6 /* HARDWARE: MIPS Msa SIMD instructions supported */
3232
3227
  #endif
3233
3228
  #define PNG_IGNORE_ADLER32 8
3234
- #define PNG_OPTION_NEXT 10 /* Next option - numbers must be even */
3229
+ #ifdef PNG_POWERPC_VSX_API_SUPPORTED
3230
+ # define PNG_POWERPC_VSX 10 /* HARDWARE: PowerPC VSX SIMD instructions supported */
3231
+ #endif
3232
+ #define PNG_OPTION_NEXT 12 /* Next option - numbers must be even */
3235
3233
 
3236
3234
  /* Return values: NOTE: there are four values and 'off' is *not* zero */
3237
3235
  #define PNG_OPTION_UNSET 0 /* Unset - defaults to off */
@@ -1,7 +1,7 @@
1
1
 
2
2
  /* pngconf.h - machine configurable file for libpng
3
3
  *
4
- * libpng version 1.6.27, December 29, 2016
4
+ * libpng version 1.6.29, March 16, 2017
5
5
  *
6
6
  * Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -1,6 +1,6 @@
1
1
  /* pnglibconf.h - library build configuration */
2
2
 
3
- /* libpng version 1.6.27, December 29, 2016 */
3
+ /* libpng version 1.6.29, March 16, 2017 */
4
4
 
5
5
  /* Copyright (c) 1998-2016 Glenn Randers-Pehrson */
6
6
 
@@ -42,6 +42,8 @@
42
42
  #define PNG_IO_STATE_SUPPORTED
43
43
  #define PNG_MNG_FEATURES_SUPPORTED
44
44
  #define PNG_POINTER_INDEXING_SUPPORTED
45
+ /*#undef PNG_POWERPC_VSX_API_SUPPORTED*/
46
+ /*#undef PNG_POWERPC_VSX_CHECK_SUPPORTED*/
45
47
  #define PNG_PROGRESSIVE_READ_SUPPORTED
46
48
  #define PNG_READ_16BIT_SUPPORTED
47
49
  #define PNG_READ_ALPHA_MODE_SUPPORTED
@@ -203,7 +205,7 @@
203
205
  #define PNG_USER_HEIGHT_MAX 1000000
204
206
  #define PNG_USER_WIDTH_MAX 1000000
205
207
  #define PNG_ZBUF_SIZE 8192
206
- #define PNG_ZLIB_VERNUM 0x12a0
208
+ #define PNG_ZLIB_VERNUM 0x12b0
207
209
  #define PNG_Z_DEFAULT_COMPRESSION (-1)
208
210
  #define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
209
211
  #define PNG_Z_DEFAULT_STRATEGY 1
@@ -1,9 +1,9 @@
1
1
 
2
2
  /* png.h - header file for PNG reference library
3
3
  *
4
- * libpng version 1.6.27, December 29, 2016
4
+ * libpng version 1.6.29, March 16, 2017
5
5
  *
6
- * Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson
6
+ * Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
7
7
  * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
8
8
  * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
9
9
  *
@@ -12,7 +12,7 @@
12
12
  * Authors and maintainers:
13
13
  * libpng versions 0.71, May 1995, through 0.88, January 1996: Guy Schalnat
14
14
  * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
15
- * libpng versions 0.97, January 1998, through 1.6.27, December 29, 2016:
15
+ * libpng versions 0.97, January 1998, through 1.6.29, March 16, 2017:
16
16
  * Glenn Randers-Pehrson.
17
17
  * See also "Contributing Authors", below.
18
18
  */
@@ -25,12 +25,8 @@
25
25
  *
26
26
  * This code is released under the libpng license.
27
27
  *
28
- * Some files in the "contrib" directory and some configure-generated
29
- * files that are distributed with libpng have other copyright owners and
30
- * are released under other open source licenses.
31
- *
32
- * libpng versions 1.0.7, July 1, 2000 through 1.6.27, December 29, 2016 are
33
- * Copyright (c) 2000-2002, 2004, 2006-2016 Glenn Randers-Pehrson, are
28
+ * libpng versions 1.0.7, July 1, 2000 through 1.6.29, March 16, 2017 are
29
+ * Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
34
30
  * derived from libpng-1.0.6, and are distributed according to the same
35
31
  * disclaimer and license as libpng-1.0.6 with the following individuals
36
32
  * added to the list of Contributing Authors:
@@ -42,6 +38,8 @@
42
38
  * Gilles Vollant
43
39
  * James Yu
44
40
  * Mandar Sahastrabuddhe
41
+ * Google Inc.
42
+ * Vadim Barkov
45
43
  *
46
44
  * and with the following additions to the disclaimer:
47
45
  *
@@ -52,10 +50,10 @@
52
50
  * risk of satisfactory quality, performance, accuracy, and effort is with
53
51
  * the user.
54
52
  *
55
- * Some files in the "contrib" directory have other copyright owners and
53
+ * Some files in the "contrib" directory and some configure-generated
54
+ * files that are distributed with libpng have other copyright owners and
56
55
  * are released under other open source licenses.
57
56
  *
58
- *
59
57
  * libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
60
58
  * Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
61
59
  * libpng-0.96, and are distributed according to the same disclaimer and
@@ -66,9 +64,6 @@
66
64
  * Glenn Randers-Pehrson
67
65
  * Willem van Schaik
68
66
  *
69
- * Some files in the "scripts" directory have different copyright owners
70
- * but are also released under this license.
71
- *
72
67
  * libpng versions 0.89, June 1996, through 0.96, May 1997, are
73
68
  * Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
74
69
  * and are distributed according to the same disclaimer and license as
@@ -214,11 +209,11 @@
214
209
  * ...
215
210
  * 1.0.19 10 10019 10.so.0.19[.0]
216
211
  * ...
217
- * 1.2.56 13 10256 12.so.0.56[.0]
212
+ * 1.2.57 13 10257 12.so.0.57[.0]
218
213
  * ...
219
- * 1.5.27 15 10527 15.so.15.27[.0]
214
+ * 1.5.28 15 10527 15.so.15.28[.0]
220
215
  * ...
221
- * 1.6.27 16 10627 16.so.16.27[.0]
216
+ * 1.6.29 16 10629 16.so.16.29[.0]
222
217
  *
223
218
  * Henceforth the source version will match the shared-library major
224
219
  * and minor numbers; the shared-library major version number will be
@@ -246,13 +241,13 @@
246
241
  * Y2K compliance in libpng:
247
242
  * =========================
248
243
  *
249
- * December 29, 2016
244
+ * March 16, 2017
250
245
  *
251
246
  * Since the PNG Development group is an ad-hoc body, we can't make
252
247
  * an official declaration.
253
248
  *
254
249
  * This is your unofficial assurance that libpng from version 0.71 and
255
- * upward through 1.6.27 are Y2K compliant. It is my belief that
250
+ * upward through 1.6.29 are Y2K compliant. It is my belief that
256
251
  * earlier versions were also Y2K compliant.
257
252
  *
258
253
  * Libpng only has two year fields. One is a 2-byte unsigned integer
@@ -314,8 +309,8 @@
314
309
  */
315
310
 
316
311
  /* Version information for png.h - this should match the version in png.c */
317
- #define PNG_LIBPNG_VER_STRING "1.6.27"
318
- #define PNG_HEADER_VERSION_STRING " libpng version 1.6.27 - December 29, 2016\n"
312
+ #define PNG_LIBPNG_VER_STRING "1.6.29"
313
+ #define PNG_HEADER_VERSION_STRING " libpng version 1.6.29 - March 16, 2017\n"
319
314
 
320
315
  #define PNG_LIBPNG_VER_SONUM 16
321
316
  #define PNG_LIBPNG_VER_DLLNUM 16
@@ -323,7 +318,7 @@
323
318
  /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
324
319
  #define PNG_LIBPNG_VER_MAJOR 1
325
320
  #define PNG_LIBPNG_VER_MINOR 6
326
- #define PNG_LIBPNG_VER_RELEASE 27
321
+ #define PNG_LIBPNG_VER_RELEASE 29
327
322
 
328
323
  /* This should match the numeric part of the final component of
329
324
  * PNG_LIBPNG_VER_STRING, omitting any leading zero:
@@ -354,7 +349,7 @@
354
349
  * version 1.0.0 was mis-numbered 100 instead of 10000). From
355
350
  * version 1.0.1 it's xxyyzz, where x=major, y=minor, z=release
356
351
  */
357
- #define PNG_LIBPNG_VER 10627 /* 1.6.27 */
352
+ #define PNG_LIBPNG_VER 10629 /* 1.6.29 */
358
353
 
359
354
  /* Library configuration: these options cannot be changed after
360
355
  * the library has been built.
@@ -464,7 +459,7 @@ extern "C" {
464
459
  /* This triggers a compiler error in png.c, if png.c and png.h
465
460
  * do not agree upon the version number.
466
461
  */
467
- typedef char* png_libpng_version_1_6_27;
462
+ typedef char* png_libpng_version_1_6_29;
468
463
 
469
464
  /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
470
465
  *
@@ -3231,7 +3226,10 @@ PNG_EXPORT(245, int, png_image_write_to_memory, (png_imagep image, void *memory,
3231
3226
  # define PNG_MIPS_MSA 6 /* HARDWARE: MIPS Msa SIMD instructions supported */
3232
3227
  #endif
3233
3228
  #define PNG_IGNORE_ADLER32 8
3234
- #define PNG_OPTION_NEXT 10 /* Next option - numbers must be even */
3229
+ #ifdef PNG_POWERPC_VSX_API_SUPPORTED
3230
+ # define PNG_POWERPC_VSX 10 /* HARDWARE: PowerPC VSX SIMD instructions supported */
3231
+ #endif
3232
+ #define PNG_OPTION_NEXT 12 /* Next option - numbers must be even */
3235
3233
 
3236
3234
  /* Return values: NOTE: there are four values and 'off' is *not* zero */
3237
3235
  #define PNG_OPTION_UNSET 0 /* Unset - defaults to off */