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