~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-08-21  Sven Neumann  <sven@gimp.org>
 
2
 
 
3
        * Made 2.4.7 release.
 
4
 
 
5
2008-08-21  Sven Neumann  <sven@gimp.org>
 
6
 
 
7
        Merged from trunk:
 
8
 
 
9
        * configure.in: use AM_PROG_CC_C_O to fix warning with automake 1.10.
 
10
        Removed obsolete call to AM_PROG_CC_STDC.
 
11
 
 
12
2008-08-15  Sven Neumann  <sven@gimp.org>
 
13
 
 
14
        Merged from trunk:
 
15
 
 
16
        * plug-ins/winicon/icosave.c: applied patch from Aurimas Juška
 
17
        that fixes an endianness issue (bug #529629).
 
18
 
 
19
2008-08-05  Sven Neumann  <sven@gimp.org>
 
20
 
 
21
        Merged from trunk:
 
22
 
 
23
        * app/gui/gimpdbusservice.[ch]: keep a queue of D-Bus requests and
 
24
        work on them one after another instead of handling them all in
 
25
        parallel. Complements the fix for bug #546426.
 
26
 
 
27
2008-08-05  Sven Neumann  <sven@gimp.org>
 
28
 
 
29
        Merged from trunk:
 
30
 
 
31
        * app/widgets/gimpdbusservice.c: open the files from an idle
 
32
        handler.  Opening a file may take a while (in particular if it
 
33
        involves asking the user for input) and we need to respond to the
 
34
        D-Bus call before it times out.
 
35
 
 
36
2008-07-27  Sven Neumann  <sven@gimp.org>
 
37
 
 
38
        Merged from trunk:
 
39
 
 
40
        * app/text/gimptext-compat.c (text_get_extents): applied the same
 
41
        workaround for a memory leak in PangoFT2 (bug #143542) as was
 
42
        applied long ago in gimptextlayout.c.
 
43
 
 
44
2008-07-10  Manish Singh  <yosh@gimp.org>
 
45
 
 
46
        Merged from trunk:
 
47
 
 
48
        * plug-ins/pygimp/pygimp-pdb.c: Allow None to be passed for
 
49
        PDB_DISPLAY.
 
50
 
 
51
2008-07-03  Lars-Peter Clausen  <lars@metafoo.de>
 
52
 
 
53
        Merged from trunk:
 
54
 
 
55
        * plug-ins/pygimp/pygimp-drawable.c
 
56
        * plug-ins/pygimp/pygimp-vectors.c
 
57
        * plug-ins/pygimp/pygimp-display.c
 
58
        * plug-ins/pygimp/pygimp-image.c: Added checks to ensure that a
 
59
        python object only is created if its id is valid. Fixes bug #536403.
 
60
 
 
61
        * plug-ins/pygimp/pygimp-pdb.c
 
62
        * plug-ins/pygimp/pygimp-tile.c
 
63
        * plug-ins/pygimp/pygimp-colors.c
 
64
        * plug-ins/pygimp/pygimp.h: Fix crashing when pygimp is used with
 
65
        python-2.5 on 64 bit systems. Fixes bug #540629.
 
66
        
 
67
2008-07-02  Sven Neumann  <sven@gimp.org>
 
68
 
 
69
        * plug-ins/pygimp/gimpui.py: reverted this change, we don't add
 
70
        new features in a stable release series.
 
71
 
 
72
2008-06-16  Akkana Peck  <akkana@svn.gnome.org>
 
73
 
 
74
        Merged from trunk:
 
75
 
 
76
        * plug-ins/pygimp/gimpui.py: allow passing in color names
 
77
        as strings (backporting discussed with joao).
 
78
 
 
79
2008-06-12  Michael Natterer  <mitch@gimp.org>
 
80
 
 
81
        Merged from trunk:
 
82
 
 
83
        * modules/controller_midi.c: applied patch from S. Fielding which
 
84
        passes the right MIDI channel from the ALSA event to midi_event().
 
85
        Fixes bug #537960.
 
86
 
 
87
2008-06-04  Sven Neumann  <sven@gimp.org>
 
88
 
 
89
        Merged from trunk:
 
90
 
 
91
        * app/tools/gimpcropoptions.c
 
92
        * app/tools/gimprectangleoptions.c
 
93
        * app/tools/gimprectangleselectoptions.c: fixed handling of the
 
94
        "highlight" property that needs different default values for the
 
95
        Crop and Rectangle Select tools (bug #536582).
 
96
 
 
97
2008-06-01  Martin Nordholts  <martinn@svn.gnome.org>
 
98
 
 
99
        Merged from trunk:
 
100
 
 
101
        * plug-ins/common/gif-load.c (GetCode): Applied patch from 
 
102
        Rik Snel that fixes loading of .gif files that contains 1-byte
 
103
        data blocks. (Bug #535888.)
 
104
 
 
105
2008-05-29  Manish Singh  <yosh@gimp.org>
 
106
 
 
107
        * plug-ins/pygimp/gimpshelf.py: fix _vectors_id to return a tuple
 
108
        for the ID. Spotted and fixed by Joao.
 
109
 
 
110
2008-05-29  Sven Neumann  <sven@gimp.org>
 
111
 
 
112
        * configure.in: bumped version to 2.4.7 (interface age 7).
 
113
 
1
114
2008-05-29  Sven Neumann  <sven@gimp.org>
2
115
 
3
116
        * Made 2.4.6 release.