~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-11-18 17:25:42 UTC
  • mfrom: (1.1.24) (0.4.7 sid)
  • Revision ID: package-import@ubuntu.com-20101118172542-dq82nx82sjgv0o0u
Tags: 2.6.11-1ubuntu1
* Resync on Debian
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
   - updated some strings for ubuntu
* debian/control: updated description
* debian/rules:
    - updated translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit f34c49a08b8511815467dfbc5232f8f167b7f950
 
2
Author: Sven Neumann <sven@gimp.org>
 
3
Date:   Sun Oct 3 22:22:31 2010 +0200
 
4
 
 
5
    NEWS: update for the upcoming 2.6.11 release
 
6
 
 
7
 NEWS |   28 ++++++++++++++++++++++++++++
 
8
 1 files changed, 28 insertions(+), 0 deletions(-)
 
9
 
 
10
commit c58dc682e6dbbcf2ad5eb162ae84e15f12ae74a1
 
11
Author: Sven Neumann <sven@gimp.org>
 
12
Date:   Sun Oct 3 14:05:20 2010 +0200
 
13
 
 
14
    Bug 631199 - Printing and Print preview broken with cairo 1.10
 
15
 
 
16
    Add missing calls to cairo_surface_mark_dirty().
 
17
    (cherry picked from commit 6be41a6675007a0c7328453c654bcda5a2b875b0)
 
18
 
 
19
 plug-ins/print/print-draw-page.c |    2 ++
 
20
 plug-ins/print/print-preview.c   |    2 ++
 
21
 2 files changed, 4 insertions(+), 0 deletions(-)
 
22
 
 
23
commit c54dff49f85d38a558aa621d2aa0c8808c23bab2
 
24
Author: Tor Lillqvist <tml@iki.fi>
 
25
Date:   Mon Sep 27 18:21:53 2010 +0300
 
26
 
 
27
    No SYMPREFIX should be used for 64-bit Windows
 
28
 
 
29
    Earlier builds of mingw-w64 misguidedly used the _ prefix, but not
 
30
    current ones. Thanks to Fridrich Strba.
 
31
 
 
32
 configure.in |    5 ++++-
 
33
 1 files changed, 4 insertions(+), 1 deletions(-)
 
34
 
 
35
commit ac5fc1097110772340874abfa3fdca61c8710abf
 
36
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
37
Date:   Tue Sep 21 20:23:37 2010 +0800
 
38
 
 
39
    Updated Traditional Chinese translation (Hong Kong and Taiwan)
 
40
 
 
41
 po-libgimp/zh_HK.po   |  110 ++---
 
42
 po-libgimp/zh_TW.po   |  108 ++---
 
43
 po-plug-ins/zh_HK.po  | 1326
 
44
 ++++++++++++++++++-------------------------------
 
45
 po-plug-ins/zh_TW.po  | 1324
 
46
 ++++++++++++++++++-------------------------------
 
47
 po-python/zh_HK.po    |   12 +-
 
48
 po-python/zh_TW.po    |   10 +-
 
49
 po-script-fu/zh_HK.po |  303 +++++-------
 
50
 po-script-fu/zh_TW.po |  301 +++++-------
 
51
 8 files changed, 1305 insertions(+), 2189 deletions(-)
 
52
 
 
53
commit d2986674793f39d3582a5f983c7a1b719db5edad
 
54
Author: Kevin Cozens <kcozens@cvs.gnome.org>
 
55
Date:   Mon Sep 20 23:47:55 2010 -0400
 
56
 
 
57
    Additional fixes for handling UTF-8 coded strings (Bugs 572865 &
 
58
    628893)
 
59
 
 
60
    plug-ins/script-fu/scheme-wrapper.c:
 
61
    - Fixed set and get of UTF-8 coded strings for parasites using
 
62
    slightly
 
63
      modified version of a patch from Massimo.
 
64
 
 
65
    plug-ins/script-fu/tinyscheme/scheme.c:
 
66
    - Additional fix to string-append and fixed substring. The
 
67
    mk_empty_string
 
68
      routine is not the way to allocate space for UTF-8 coded strings.
 
69
    - Added some comments.
 
70
    (Cherry picked of commit b0d8ba5ffddd46798a7480d75f5de3c8d808b9ad)
 
71
 
 
72
 plug-ins/script-fu/scheme-wrapper.c    |   10 +++++---
 
73
 plug-ins/script-fu/tinyscheme/scheme.c |   35
 
74
 +++++++++++++++++++++++++------
 
75
 2 files changed, 34 insertions(+), 11 deletions(-)
 
76
 
 
77
commit c00dfc97d7bf8f47e4bb888079d6675f3e791e1e
 
78
Author: Kevin Cozens <kcozens@cvs.gnome.org>
 
79
Date:   Sun Sep 19 20:17:26 2010 -0400
 
80
 
 
81
    Last part of fixes for handling UTF-8 coded strings (Bugs 572865
 
82
    & 628893)
 
83
 
 
84
    At end of a double quoted string, readstrexp() passed byte count
 
85
    instead
 
86
    of character count to mk_counted_string(). Cleaned up basic_inchar().
 
87
    It ignores bad UTF-8 coded characters when reading from file or
 
88
    buffer.
 
89
 
 
90
 plug-ins/script-fu/tinyscheme/scheme.c |  102
 
91
 ++++++++++++++++----------------
 
92
 1 files changed, 51 insertions(+), 51 deletions(-)
 
93
 
 
94
commit 136bfb61cc655d51b0ee7066f5126ceb33cf56c5
 
95
Author: Kevin Cozens <kcozens@cvs.gnome.org>
 
96
Date:   Sun Sep 19 17:50:49 2010 -0400
 
97
 
 
98
    First part of fixes for handling UTF-8 coded strings (Bugs 572865
 
99
    & 628893)
 
100
 
 
101
    Fixed string-set! and string-append due to mixup of chars vs. bytes.
 
102
    Fixed calculation of pointer to past end of string in open-*-string
 
103
    routines.
 
104
    (Cherry picked of commit d06a4ee4c37912557fce5a7e2e24b8015c6ccf9b)
 
105
 
 
106
 plug-ins/script-fu/tinyscheme/scheme.c |   19 ++++++++++++++-----
 
107
 1 files changed, 14 insertions(+), 5 deletions(-)
 
108
 
 
109
commit d06a4ee4c37912557fce5a7e2e24b8015c6ccf9b
 
110
Author: Kevin Cozens <kcozens@cvs.gnome.org>
 
111
Date:   Thu Sep 16 15:01:11 2010 -0400
 
112
 
 
113
    Applied changes from CVS version 1.23 of official version of
 
114
    TinyScheme.
 
115
    Fixed potential problem of arglist to foreign calls being wrongly
 
116
    GC'ed.
 
117
    (Cherry pick of commit 6a3a7befcf7ab4954d62f96263c6d9b3d8f88c9d)
 
118
 
 
119
 plug-ins/script-fu/tinyscheme/scheme.c |    5 ++++-
 
120
 1 files changed, 4 insertions(+), 1 deletions(-)
 
121
 
 
122
commit 24b76d01e0c53d4f64e81c5f43ffd23f471ca1ab
 
123
Author: Kevin Cozens <kcozens@cvs.gnome.org>
 
124
Date:   Thu Sep 16 12:11:09 2010 -0400
 
125
 
 
126
    Applied changes from CVS version 1.9 of official version of
 
127
    TinyScheme.
 
128
    Fix for nasty gc bug. This change shifts the burden of protecting
 
129
    newly
 
130
    allocated cells in foreign functions from the foreign functions to the
 
131
    TinyScheme interpreter.
 
132
    (cherry pick of commit 28e7c3f612a4d89c73e1f9f95f5469d9e44340e6)
 
133
 
 
134
 plug-ins/script-fu/scheme-wrapper.c            |   50 +++--------
 
135
 plug-ins/script-fu/tinyscheme/scheme-private.h |    1 -
 
136
 plug-ins/script-fu/tinyscheme/scheme.c         |  117
 
137
 +++++++++++++++++------
 
138
 plug-ins/script-fu/tinyscheme/scheme.h         |    2 -
 
139
 4 files changed, 99 insertions(+), 71 deletions(-)
 
140
 
 
141
commit 2782c8bb3d519a5959870558d7ae385356ca97dd
 
142
Author: Massimo Valentini <sixtysix@inwind.it>
 
143
Date:   Thu Sep 16 19:47:37 2010 +0200
 
144
 
 
145
    Bug 623850 - (Paco) Recursive Gaussian Filter error
 
146
 
 
147
 plug-ins/common/contrast-retinex.c |    2 +-
 
148
 1 files changed, 1 insertions(+), 1 deletions(-)
 
149
 
 
150
commit a2ab5e8b55782f619657728818a4bfcb5305d5a8
 
151
Author: Barak Itkin <lightningismyname@gmail.com>
 
152
Date:   Mon Sep 13 02:55:20 2010 +0200
 
153
 
 
154
    Bug 624487 - Fix incorrect "wrap mode" documentation values in
 
155
    Edge plug-in
 
156
 
 
157
 plug-ins/common/edge.c |    4 ++--
 
158
 1 files changed, 2 insertions(+), 2 deletions(-)
 
159
 
 
160
commit b0868e3eef076e8aadbf6726ee9cd9938c2ff524
 
161
Author: Seth Burgess <sjburges@gimp.org>
 
162
Date:   Mon Sep 13 02:08:05 2010 +0200
 
163
 
 
164
    plug-ins: Fix preview in Difference of Gaussians
 
165
 
 
166
    Implement invert as part of normalize routine - See Bug 557380
 
167
    (cherry picked from commit 0382fdb45de2d9f05157327295c873a84b5b8f8d)
 
168
 
 
169
 plug-ins/common/edge-dog.c |   41
 
170
 +++++++++++++++++++++++++++--------------
 
171
 1 files changed, 27 insertions(+), 14 deletions(-)
 
172
 
 
173
commit 7a74dc1d93eacac6dba631bbdcadf1709928210c
 
174
Author: Michael Natterer <mitch@gimp.org>
 
175
Date:   Tue Sep 7 16:21:40 2010 +0200
 
176
 
 
177
    app: make sure to always show error messages returned by plug-ins
 
178
 
 
179
    gimp_plug_in_handle_proc_return(): if there is no plug-in main loop
 
180
    running (the plugin was running asynchronously from a menu), show the
 
181
    plug-in's error message here, because nobody else will show it
 
182
    otherwise.
 
183
    (cherry picked from commit bdc2d4520be090bbbb90af18c75de6df49ed1d61)
 
184
 
 
185
 app/plug-in/gimpplugin-message.c |   24 +++++++++++++++++-------
 
186
 1 files changed, 17 insertions(+), 7 deletions(-)
 
187
 
 
188
commit 927d0c380adf208f21c48c46b2e2c9365efa4f2c
 
189
Author: Tor Lillqvist <tml@iki.fi>
 
190
Date:   Thu Sep 2 21:28:29 2010 +0300
 
191
 
 
192
    Reduce risks on Windows also for plug-ins
 
193
 
 
194
 libgimp/gimp.c |   23 +++++++++++++++++++++++
 
195
 1 files changed, 23 insertions(+), 0 deletions(-)
 
196
 
 
197
commit 0bb4d7d58436ab2f44b406b254f48ab8f1413b47
 
198
Author: Tor Lillqvist <tml@iki.fi>
 
199
Date:   Thu Sep 2 18:38:06 2010 +0300
 
200
 
 
201
    Increase safety on Windows
 
202
 
 
203
    Call SetDllDirectory() to reduce risk of DLL hijacking, and call
 
204
    SetProcessDEPPolicy() to reduce risk of rogue code execution.
 
205
 
 
206
 app/main.c |   28 ++++++++++++++++++++++++++++
 
207
 1 files changed, 28 insertions(+), 0 deletions(-)
 
208
 
 
209
commit aa8ca0439d290e0aab3be3185f2bab0f7db705f4
 
210
Author: Marco Ciampa <ciampix@libero.it>
 
211
Date:   Fri Aug 27 11:27:40 2010 +0200
 
212
 
 
213
    Updated italian translation
 
214
 
 
215
 po-script-fu/it.po |    6 +++---
 
216
 1 files changed, 3 insertions(+), 3 deletions(-)
 
217
 
 
218
commit 93efe1eb5658ad0d2f0f67073be51ce4789d9fb8
 
219
Author: Michael Schumacher <schumaml@gmx.de>
 
220
Date:   Mon Aug 16 22:34:59 2010 +0200
 
221
 
 
222
    Bug 627009 - Image type filter doesn't include .rgba SGI files
 
223
 
 
224
    Added the rgba file extension to the load and save handler
 
225
    registration of the SGI file plug-in.
 
226
 
 
227
 plug-ins/file-sgi/sgi.c |    4 ++--
 
228
 1 files changed, 2 insertions(+), 2 deletions(-)
 
229
 
 
230
commit 2401b3b7174b2145bb93e2c1e387ed23d7e6e56c
 
231
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
232
Date:   Fri Aug 13 20:21:52 2010 +0800
 
233
 
 
234
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
235
 
 
236
 po-libgimp/LINGUAS    |    1 +
 
237
 po-libgimp/zh_HK.po   | 1966 +++++++++++++++++++++++++++++
 
238
 po-libgimp/zh_TW.po   | 1648 ++++++++++++++++++-------
 
239
 po-plug-ins/zh_HK.po  | 3320
 
240
 ++++++++++++++++++++++++++++++-------------------
 
241
 po-plug-ins/zh_TW.po  | 3319
 
242
 ++++++++++++++++++++++++++++++-------------------
 
243
 po-python/LINGUAS     |    1 +
 
244
 po-python/zh_HK.po    |  353 ++++++
 
245
 po-python/zh_TW.po    |  342 +++++-
 
246
 po-script-fu/zh_HK.po |  482 +++++---
 
247
 po-script-fu/zh_TW.po |  479 +++++---
 
248
 10 files changed, 8516 insertions(+), 3395 deletions(-)
 
249
 
 
250
commit 5eb5d0e8d8960fedd0cb764f1bf13adb30bd8751
 
251
Author: Marco Ciampa <ciampix@libero.it>
 
252
Date:   Fri Aug 13 00:51:41 2010 +0200
 
253
 
 
254
    Updated italian translation
 
255
 
 
256
 po-plug-ins/it.po |    4 ++--
 
257
 1 files changed, 2 insertions(+), 2 deletions(-)
 
258
 
 
259
commit 2643fc74bdacca7a179d5e043a5792da3ff82f05
 
260
Author: Michael Schumacher <schumaml@gmx.de>
 
261
Date:   Thu Aug 12 22:55:50 2010 +0200
 
262
 
 
263
    Added all *.exe files and some missing .libs to .gitignore
 
264
 
 
265
 libgimpthumb/.gitignore               |    1 +
 
266
 plug-ins/color-rotate/.gitignore      |    1 +
 
267
 plug-ins/common/.gitignore            |  144
 
268
 +++++++++++++++++++++++++++++++++
 
269
 plug-ins/file-bmp/.gitignore          |    1 +
 
270
 plug-ins/file-faxg3/.gitignore        |    1 +
 
271
 plug-ins/file-fits/.gitignore         |    1 +
 
272
 plug-ins/file-fli/.gitignore          |    1 +
 
273
 plug-ins/file-ico/.gitignore          |    1 +
 
274
 plug-ins/file-jpeg/.gitignore         |    2 +
 
275
 plug-ins/file-psd/.gitignore          |    2 +
 
276
 plug-ins/file-sgi/.gitignore          |    1 +
 
277
 plug-ins/file-uri/.gitignore          |    1 +
 
278
 plug-ins/file-xjt/.gitignore          |    1 +
 
279
 plug-ins/flame/.gitignore             |    1 +
 
280
 plug-ins/fractal-explorer/.gitignore  |    1 +
 
281
 plug-ins/gfig/.gitignore              |    1 +
 
282
 plug-ins/gimpressionist/.gitignore    |    1 +
 
283
 plug-ins/gradient-flare/.gitignore    |    1 +
 
284
 plug-ins/help-browser/.gitignore      |    1 +
 
285
 plug-ins/help/.gitignore              |    2 +
 
286
 plug-ins/ifs-compose/.gitignore       |    1 +
 
287
 plug-ins/imagemap/.gitignore          |    1 +
 
288
 plug-ins/lighting/.gitignore          |    1 +
 
289
 plug-ins/map-object/.gitignore        |    1 +
 
290
 plug-ins/maze/.gitignore              |    1 +
 
291
 plug-ins/metadata/.gitignore          |    3 +
 
292
 plug-ins/pagecurl/.gitignore          |    1 +
 
293
 plug-ins/print/.gitignore             |    6 +-
 
294
 plug-ins/script-fu/.gitignore         |    1 +
 
295
 plug-ins/selection-to-path/.gitignore |    1 +
 
296
 plug-ins/twain/.gitignore             |    4 +-
 
297
 plug-ins/win-snap/.gitignore          |    5 +-
 
298
 tools/.gitignore                      |    2 +
 
299
 33 files changed, 190 insertions(+), 4 deletions(-)
 
300
 
 
301
commit 608a680240eb4a10e718cdb4ac8e17e70c695312
 
302
Author: Michael Schumacher <schumaml@gmx.de>
 
303
Date:   Thu Aug 12 21:40:40 2010 +0200
 
304
 
 
305
    Bug 626020 - Console window opening on file-ps-load
 
306
 
 
307
    Added G_SPAWN_STDOUT_TO_DEV_NULL and G_SPAWN_STDERR_TO_DEV_NULL to the
 
308
    g_spawn_sync () flags. According to Tor Lillqvist this won't fix
 
309
    the bug,
 
310
    but the GLib docs state that these flags have to be added if
 
311
    stdout and
 
312
    stderr are set to NULL.
 
313
 
 
314
 plug-ins/common/file-ps.c |    4 +++-
 
315
 1 files changed, 3 insertions(+), 1 deletions(-)
 
316
 
 
317
commit 1078f2c8969675f0d3f5232c6fc5374b4c425e2c
 
318
Author: Marco Ciampa <ciampix@libero.it>
 
319
Date:   Wed Aug 11 09:34:02 2010 +0200
 
320
 
 
321
    Updated italian translation.
 
322
 
 
323
 po-plug-ins/it.po |    4 ++--
 
324
 1 files changed, 2 insertions(+), 2 deletions(-)
 
325
 
 
326
commit e1e2a0c10cbcbfcbdb7084ee0c1d2e8ea400f97e
 
327
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
328
Date:   Sat Aug 7 20:44:50 2010 +0300
 
329
 
 
330
    po: Updated Romanian translation
 
331
 
 
332
 po/ro.po |   30 +++++++++++++++---------------
 
333
 1 files changed, 15 insertions(+), 15 deletions(-)
 
334
 
 
335
commit 5e49f5f8782b9197acdeab151caba47e1f4a9177
 
336
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
337
Date:   Fri Aug 6 00:40:45 2010 +0300
 
338
 
 
339
    po-script-fu: Updated Romanian translation
 
340
 
 
341
 po-script-fu/ro.po |  204
 
342
 +++++++++++++++------------------------------------
 
343
 1 files changed, 60 insertions(+), 144 deletions(-)
 
344
 
 
345
commit f90e15aac9c086bbeb7ab608d63f5ff1363c1691
 
346
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
347
Date:   Fri Aug 6 00:36:57 2010 +0300
 
348
 
 
349
    po-python: Updated Romanian translation
 
350
 
 
351
 po-python/ro.po |   20 ++++++++++----------
 
352
 1 files changed, 10 insertions(+), 10 deletions(-)
 
353
 
 
354
commit 4f3f841e1cb8b84e0a7225ae3f2bdea8a0ec99ef
 
355
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
356
Date:   Fri Aug 6 00:35:34 2010 +0300
 
357
 
 
358
    po-plug-ins: Updated Romanian translation
 
359
 
 
360
 po-plug-ins/ro.po |  300
 
361
 ++++++++++++++++++-----------------------------------
 
362
 1 files changed, 103 insertions(+), 197 deletions(-)
 
363
 
 
364
commit d5df55e3254f3b6dbcd8bb57375d71d907a0c6d4
 
365
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
366
Date:   Fri Aug 6 00:33:20 2010 +0300
 
367
 
 
368
    po-libgimp: Updated Romanian translation
 
369
 
 
370
 po-libgimp/ro.po |   58
 
371
 +++++++++--------------------------------------------
 
372
 1 files changed, 10 insertions(+), 48 deletions(-)
 
373
 
 
374
commit 85bb25433926e19ef88088743e75c4b2ba9d188d
 
375
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
376
Date:   Fri Aug 6 00:31:28 2010 +0300
 
377
 
 
378
    po: Updated Romanian translation
 
379
 
 
380
 po/ro.po |  230
 
381
 +++++++++++++++++++++++++++++++++-----------------------------
 
382
 1 files changed, 122 insertions(+), 108 deletions(-)
 
383
 
 
384
commit ab673588a98aec75410acba93599cf4a536a8410
 
385
Author: Kiyotaka NISHIBORI <ml.nishibori.kiyotaka@gmail.com>
 
386
Date:   Thu Aug 5 00:22:53 2010 +0900
 
387
 
 
388
    Updated Japanese translation.
 
389
 
 
390
 po-plug-ins/ja.po  |  348
 
391
 ++++++++++++++++++++++++++++++----------------------
 
392
 po-script-fu/ja.po |    6 +-
 
393
 2 files changed, 203 insertions(+), 151 deletions(-)
 
394
 
 
395
commit 785238ca23ad5bf6b5a60f55a8c219425863117a
 
396
Author: Marco Ciampa <ciampix@libero.it>
 
397
Date:   Tue Aug 3 22:42:19 2010 +0200
 
398
 
 
399
    Updated italian translation.
 
400
 
 
401
 po-plug-ins/it.po |    8 ++++----
 
402
 1 files changed, 4 insertions(+), 4 deletions(-)
 
403
 
 
404
commit edf792a40f0fe9e331b40f3b98ef2d488db3683a
 
405
Author: Marco Ciampa <ciampix@libero.it>
 
406
Date:   Tue Aug 3 17:50:01 2010 +0200
 
407
 
 
408
    Updated italian translation
 
409
 
 
410
 po-script-fu/it.po |   12 ++++++------
 
411
 1 files changed, 6 insertions(+), 6 deletions(-)
 
412
 
 
413
commit 2a551e000f333ff5940e66ffef53a6e458ee87e5
 
414
Author: Francisco Vila <francisco.vila@hispalinux.es>
 
415
Date:   Wed Jul 28 08:43:32 2010 +0200
 
416
 
 
417
    Updated Spanish translation
 
418
 
 
419
 po-plug-ins/es.po |  787
 
420
 ++++++++++++++++++++++++++++++-----------------------
 
421
 1 files changed, 441 insertions(+), 346 deletions(-)
 
422
 
 
423
commit fa621655fcfe1dd40c33904eb34bad4b0273b8b4
 
424
Author: Ulf-D. Ehlert <ulfehlert@svn.gnome.org>
 
425
Date:   Mon Jul 26 21:19:18 2010 +0200
 
426
 
 
427
    po: Fix German translation
 
428
 
 
429
 po-plug-ins/de.po |    3 ++-
 
430
 1 files changed, 2 insertions(+), 1 deletions(-)
 
431
 
 
432
commit 5bcb212e825cf5d0bb3fc190bc2bb7fd443e904a
 
433
Author: Cameron Gregory <public@bloke.com>
 
434
Date:   Mon Jul 19 13:53:00 2010 +0200
 
435
 
 
436
    Bug 624698 - Wood 1 and Wood 2 have bad alpha value
 
437
 
 
438
    Alpha value in last segment of Wood gradients should be 1.0.
 
439
    (cherry picked from commit e701384f3ac89dadd6de5e69f822d904f7f72a27)
 
440
 
 
441
 data/gradients/Wood_1.ggr |    2 +-
 
442
 data/gradients/Wood_2.ggr |    2 +-
 
443
 2 files changed, 2 insertions(+), 2 deletions(-)
 
444
 
 
445
commit d8d734a1a81dce5cb6a38697f64e82424104bbae
 
446
Author: Sven Neumann <sven@gimp.org>
 
447
Date:   Tue Jul 13 22:20:15 2010 +0200
 
448
 
 
449
    Bug 624275 - Image saved from google docs generates a
 
450
    'gimp-image-set-resolution' error message
 
451
 
 
452
    Only set the image resolution if the resolution in the PNG file
 
453
    is greater than zero.
 
454
    (cherry picked from commit ff221e679c2dd17be9cd55d3d980859d656bfccd)
 
455
 
 
456
 plug-ins/common/file-png.c |    3 ++-
 
457
 1 files changed, 2 insertions(+), 1 deletions(-)
 
458
 
 
459
commit 9a6372218dc4587990cb02373d4526c569f97c43
 
460
Author: Sven Neumann <sven@gimp.org>
 
461
Date:   Wed Jul 7 22:40:10 2010 +0200
 
462
 
 
463
    Bump version to 2.6.11 (interface age 11)
 
464
 
 
465
 configure.in |    4 ++--
 
466
 1 files changed, 2 insertions(+), 2 deletions(-)
 
467
 
1
468
commit c2a0c39c298e2c2b892ada59831d55679a3a8e9c
2
469
Author: Sven Neumann <s.neumann@raumfeld.com>
3
470
Date:   Wed Jul 7 21:45:16 2010 +0200