summaryrefslogtreecommitdiff
path: root/NEWS
blob: 75ce3895483bbdeefa2352f23efb8f2f16522ea5 (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
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.