summaryrefslogtreecommitdiff
path: root/NEWS
blob: 3358f6b336f36fb59fa04affe2cf19736c8d97a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
2.30.7
======

* Documentation fixes

2.30.6
======

* Add annotations to gdk_pixbuf_save_to_buffer

* Win32 build fixes

* Translation updates

2.30.5
======

* Convert documentation to markdown

* Translation updates

2.30.4
======

* Make test suite robust against disabled formats

* Fix test failure when using libpng without iTXt support

* Translation updates

2.30.3
======

* Expand the test suite

* Enable coverage testing with --enable-coverage

* Unify sniff buffer sizes across loaders: 4k everywhere

* Port to GTask (#712704)

* xpm: Fix scaling (#686514)

* xpm: Update colors from pango (#678996)

* qtif: fix fread() error check (#721371)

* Translation updates

2.30.2
======

* jpeg: fix icc profile loading

* jpeg: Improve error handling

* Make --update-cache work better

* Translation updates

2.30.1
======

* Only use RLIMIT_AS when available (#708666)

* Only use setrlimit when available (#710690)

* Avoid a bashism (#711600)

* Translation updates

2.30.0
======

* Visual C++ build fixes

* Translation updates

2.29.3
======

* Use GLib setup for installed tests

* Make installed tests find data files

* Translation updates

2.29.1
======

* Install some tests

* ANI: Set an error if we fail to produce an animation

* Translation updates

2.29.0
======

* Add gdk_pixbuf_loader_write_bytes (696917)

* Update GIcon implementation (688820)

* Fix libpng linking issues (698093)

* Translation updates (Turkish)

2.28.0
======

* Translation updates (Tadjik, Russian, Crimean Tatar, Hindi)

2.27.3
======

* Allow prepare_func call in stop_load (695228)

* Translation updates (Lithuanian, German, Basque, Belarusian,
  Thai, Greek, Indonesian, Korean, Assamese, Italian, Estonian,
  Hungarian, Portuguese, Danish, Latvian)

2.27.2
======

* Make gdk_pixbuf_animation_new_from_file load png files (694148)

* Fix string formatting for l10n extraction (693534)

* Translation updates (Hebrew, Spanish, Brazilian Portuguese,
  Slovenian, Galician, French, Catalan, Catalan (Valencian),
  Malayalam, Slovak, Polish, Czech, Serbian, Uyghur, Norwegian
  bokmål, Punjabi, Traditional Chinese)

2.27.1
======

* Allow loading animations from streams

* Allow loading animations from resources

* Fix cross-compiling for Windows and Wine (692072)

* Translation updates (Hungarian, German, Polish)

2.27.0
======

* The broken locking mechanism for loaders has been removed.
  gdk-pixbuf now ignores loaders that are not marked as thread-safe.


2.26.5
======

* Improve error message for missing cache file (686844)

* Ensure we link to gobject (#686822)

* Silence custom make rule (#686605)

* Prevent an error pileup (#686139)

* Don't use AC_PATH_PROG (#671516)

* Translation updates
 Bulgarian
 Estonian
 Hindi
 Italian
 Japanese
 Latvian
 Malayalam
 Norwegian bokmål
 Simplified Chinese
 Telugu
 Thai


2.26.4
======

* Make tiff loader threadsafe

* Support saving ICC profiles in jpeg (#604610)

* Add some missing annotations (#683064)

* Documentation improvements (#676430)

* Translation updates
 Assamese
 Belarusian
 Brazilian Portuguese
 British English
 Catalan
 Czech
 Danish
 French
 Galician
 German
 Greek
 Hebrew
 Hungarian
 Indonesian
 Korean
 Latvian
 Lithuanian
 Norwegian bokmål
 Polish
 Portuguese
 Punjabi
 Russian
 Serbian
 Slovenian
 Spanish
 Traditional Chinese
 Vietnamese

2.26.3
======

* Fix a minor string leak (#681943)

* Bail out as soon as a module is found (#681943)

* Add an option to disable GIO mime detection (#676726)

* Translation updates
 Assamese
 Catalan
 Hebrew
 Japanese
 Portuguese
 Telugu
 Traditional Chinese
 Turkish


2.26.2
======

* Various functions have been added to the docs

* Fix introspection of gdk_pixbuf_new_from_xpm_data (#668956)

* Improve the gif loaders handling of animations
  with varying frame sizes (#613595)

* Translation updates:
 Galician
 German
 Greek
 Indonesian
 Kashubian
 Polish
 Serbian
 Slovakian
 Spanish


2.26.1
======

* Fix srcdir != builddir build (#672133)

* Avoid an integer overflow in the xbm loader (#672811)

* Translation updates:
 Catalan (Valencian)
 Hindi
 Latvian
 Odia


2.26.0
======

* Win32 build fixes

* Correctly load .ANI files without sequence chunks

* Translation updates:
 Assamese
 Basque
 Belarusian
 Brazilian Portuguese
 British English
 Bulgarian
 Catalan
 Czech
 Danish
 Estonian
 French
 Galician
 German
 Hebrew
 Italian
 Khmer
 Korean
 Lithuanian
 Norwegian bokmål
 Polish
 Portuguese
 Russian
 Serbian
 Swedish
 Traditional Chinese
 Turkish
 Ukranian


2.25.1
======

* New functions to load pixbufs from resources:
  gdk_pixbuf_new_from_resource
  gdk_pixbuf_new_from_resource_at_scale

* gdk-pixbuf-pixdata is a new program that generates
  raw binary GdkPixdata files, and there is a new
  loader for these.

* Translation updates:
 Belarusian
 Bulgarian
 Catalan
 Czech
 French
 Galician
 German
 Hebrew
 Norwegian bokmål
 Slovenian
 Spanish
 Swedish
 Telugu
 Traditional Chinese


2.25.0
======

* Fix some string problems in the qtif loader (#629396)
* Fix various introspection annotations (#659888)
* Fix introspectability of gdk_pixbuf_get_pixels (#662009)
* Fix build problem on NetBSD (#640405)
* Skip compressed icons in ICOs (#652498)
* Add a --with-x11 configure options (#657569)
* Fix mingw build (#657876)
* Work around gtk-doc limitations (#663554)
* Fix thread-safety issues with animations
* Fix gif animation delays between frames (#655755)

* Translation updates:
 Belarusian
 Esperanto
 Tamil
 Japanese
 Punjabi

2.24.0
======

* Clean up dependencies in the .pc file

* Win32 build fixes

* Translation updates:
 Lithuanian

2.23.5
======

* Prevent the return of partically initialized pixbuf structures
  from the gif loader in some error cases (CVE-2011-2485)

* Win32 build updates

2.23.4
======

* Drop use of G_CONST_RETURN

* Win32 build fixes

* Translation updates:
 Catalan (Valencian)
 Esperanto
 Finnish
 Turkish
 Vietnamese

2.23.3
======

- Fix release tarball

- More win32 build fixes

2.23.2
======

* Fix possible crashes when loading jpegs (#636138)

* Introspection annotation fixes

* Update build files on Win32

* Translation updates:
- Italian
- Slovenian
- Dutch
- Oriya
- Serbian
- Ukrainian
- Assamese
- Telugu
- Marathi
- Japanese
- Uighur


2.23.1
======

* Win32:
 - Use dynamically constructed GDK_PIXBUF_LIBDIR for locating modules
 - Use dynamically constructed GDK_PIXBUF_LOCALEDIR to find translations
 - Use GDI+ loader by default

* Introspection:
 - Add package information
 - Don't include backend API

* Build against libpng 1.5

* Bugs fixed:
 634659 gdk-pixbuf 2.22 can't find localisation
 635364 Add C include and exported packages information to GIR
 639922 Proposed Visual C++ 2008 Project Files
 640407 Unportable test(1) construct in configure script.

* Translation updates
 Asturian
 Basque
 Bengali India
 Bulgarian
 French
 Galician
 Greek
 Korean
 Latvian
 Portuguese
 Russian
 Simplified Chinese
 Swedish
 Uighur


2.23.0
======

* New API: gdk_pixbuf_new_from_stream_async

* Translation updates
 Brazilian Portuguese
 British English
 Catalan
 Czech
 Estonian
 Galician
 German
 Hebrew
 Indonesian
 Hungarian
 Norwegian bokmål
 Polish
 Romanian
 Slovenian
 Spanish
 Thai
 Traditional Chinese
 Uighur


2.22.1
======

* Make GdkPixbuf implement the GIcon interface

* Fix loader.cache detection on Windows

* Translation updates
  Brazilian Portuguese
  Bulgarian
  Catalan
  Catalan (Valencian)
  Chinese
  Greek
  Lithuanian
  Norwegian bokmål
  Punjabi
  Romanian
  Russian
  Uighur


2.22.0
======

* Fix a problem with mime type detection

* Win32: Fix linking on x64

* Drop gobject-introspection requirement to 0.9.3

* Translation updates
  Basque
  Czech
  Danish
  Dutch
  Estonian
  French
  Galician
  German
  Hebrew
  Hungarian
  Indonesian
  Japanese
  Polish
  Portuguese
  Simplified Chinese
  Slovenian
  Spanish
  Turkish

2.21.7
======

* Fix linking when libpng loader is builtin (#624712)

* Improve the pixbuf loader docs (#604284)

* Fix compat issues wrt to single includes (#622940)

* Win32: Link directly to GDI+

* Require gobject-introspection 0.9.5

* Translation updates:
  British English
  Italian

2.21.6
======

* Drop aliasing hacks, use -Bsymbolic-functions

* Support NOCONFIGURE in autogen.sh

* Check for different versions of libpng

2.21.5
======

* Bring back deprecated API

* Allow including individual headers again

2.21.4
======

* Drop -2.0 suffix on gdk-pixbuf-csource and gdk-pixbuf-query-loaders

* Include gdk-pixbuf-xlib again

* Add pixbuf tests from the GTK+ tree

* Add binary version and module dir as variables in the .pc file

* Add a boxed type for GdkPixbufFormat


2.21.3
======

gdk-pixbuf has been turned back into a standalone library, after being
shipped as part of GTK+ for a number of years. The changes in this
version, compared to the version included in GTK+ 2.20 are the following:

* The default location for loaders has been changed to
  $libdir/gdk-pixbuf-2.0/2.10.0/loaders

* The default location for the module file has been changed to
  $libdir/gdk-pixbuf-2.0/2.10.0/loaders.cache
  and gdk-pixbuf-query-loaders-2.0 will update that file when given
  the --update-cache option.