]> granicus.if.org Git - imagemagick/blob - ChangeLog
Prevent memory use after free
[imagemagick] / ChangeLog
1 2016-08-01  7.0.2-7 Cristy  <quetzlzacatenango@image...>
2   * Evaluate lazy pixel cache morphology to prevent buffer overflow (bug report
3     from Ibrahim M. El-Sayed).
4   * Prevent buffer overflow (bug report from Max Thrane).
5   * Prevent memory use after free (reference
6     https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30245).
7
8
9 2016-07-30  7.0.2-6 Cristy  <quetzlzacatenango@image...>
10   * Release ImageMagick version 7.0.2-6, GIT revision 18651:df24175:20160729.
11
12 2016-07-29  7.0.2-6 Cristy  <quetzlzacatenango@image...>
13   * Support -region option (reference
14     https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29692).
15
16 2016-07-21  7.0.2-5 Cristy  <quetzlzacatenango@image...>
17   * Release ImageMagick version 7.0.2-5, GIT revision 18627:2b5ddbd:20160721.
18
19 2016-07-13  7.0.2-5 Cristy  <quetzlzacatenango@image...>
20   * Fix MVG stroke-opacity (reference
21     https://github.com/ImageMagick/ImageMagick/issues/229).
22   * Prevent possible buffer overflow when reading TIFF images (bug report from
23     Shi Pu of MS509 Team).
24   * Initialize index channel to get expected results from the stegano coder.
25
26 2016-07-11  7.0.2-4 Cristy  <quetzlzacatenango@image...>
27   * Release ImageMagick version 7.0.2-4, GIT revision 18591:50debe5:20160710.
28
29 2016-07-10  7.0.2-4 Cristy  <quetzlzacatenango@image...>
30   * To comply with the SVG standard, use stroke-opacity for transparent strokes.
31   * Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black.
32
33 2016-07-09  7.0.2-3 Cristy  <quetzlzacatenango@image...>
34   * Release ImageMagick version 7.0.2-3, GIT revision 18572:28560fc:20160709.
35
36 2016-07-01  7.0.2-3 Cristy  <quetzlzacatenango@image...>
37   * Patch so -kuwahara option can preserve colormapped edges.
38   * The histogram coder now returns the correct extent.
39   * Use CopyMagickString() rather than CopyMagickMemory() for strings.
40
41 2016-06-26  7.0.2-2 Cristy  <quetzlzacatenango@image...>
42   * Release ImageMagick version 7.0.2-2, GIT revision 18514:a7b5b46:20160626.
43
44 2016-06-23  7.0.2-2 Cristy  <quetzlzacatenango@image...>
45   * Correct for numerical instability (reference
46     https://github.com/ImageMagick/ImageMagick/issues/218).
47                          
48 2016-06-21  7.0.2-1 Cristy  <quetzlzacatenango@image...>
49   * Release ImageMagick version 7.0.2-1, GIT revision 18479:931319b:20160622.
50
51 2016-06-17  7.0.2-1 Dirk Lemstra <dirk@lem.....org>
52   * Added support for GROUP4 compression to the FAX coder.
53
54 2016-06-12  7.0.2-1 Cristy  <quetzlzacatenango@image...>
55   * Distort no longer converts grayscale image to sRGB (reference
56     https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29895).
57   * Don't return a zero bounding box for QueryMultilineFontMetrics() (reference
58     https://github.com/ImageMagick/ImageMagick/issues/222).
59
60 2016-06-12  7.0.2-0 Cristy  <quetzlzacatenango@image...>
61   * Release ImageMagick version 7.0.2-0, GIT revision 10884:f0e15e8:20160612.
62
63 2016-06-09  7.0.2-0 Cristy  <quetzlzacatenango@image...>
64   * Backoff finite precision epsilon (reference
65     https://github.com/ImageMagick/ImageMagick/issues/215).
66   * Fix drawing glitch for stroke widths greater than 2 (reference
67     https://github.com/ImageMagick/ImageMagick/issues/218).
68
69 2016-06-05  7.0.1-10 Cristy  <quetzlzacatenango@image...>
70   * Release ImageMagick version 7.0.1-10, GIT revision 18406:ba4ad2d:20160607.
71
72 2016-06-04  7.0.1-10 Cristy  <quetzlzacatenango@image...>
73   * Deny indirect reads by policy, remove policy to permit, e.g.,
74     convert caption:@mytext.txt ...
75   * RLE check for pixel offset less than 0 (heap overflow report from Craig
76     Young).
77   * Properly initialze PES blocks (reference
78     https://github.com/ImageMagick/ImageMagick/issues/213).
79
80 2016-06-03  7.0.1-9 Cristy  <quetzlzacatenango@image...>
81   * Release ImageMagick version 7.0.1-9, GIT revision 10847:339f803:20160602.
82
83 2016-06-02  7.0.1-9 Cristy  <quetzlzacatenango@image...>
84   * Fix small memory leak (patch provided by Андрей Черный).
85   * Coder path traversal is not authorized (bug report provided by
86     Masaaki Chida).
87   * Turn off alpha channel for the compare difference image (reference
88     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828).
89
90 2016-05-31  7.0.1-8 Cristy  <quetzlzacatenango@image...>
91   * Release ImageMagick version 7.0.1-8, GIT revision 18334:97775b5:20160531.
92
93 2016-05-31  7.0.1-8 Cristy  <quetzlzacatenango@image...>
94   * Support configure script --enable-pipes option to enable pipes (|) in
95     filenames.
96   * Support configure script --enable-indirect-reads option to enable
97     indirect reads (@) in filenames.
98
99 2016-05-30  7.0.1-7 Cristy  <quetzlzacatenango@image...>
100   * Release ImageMagick version 7.0.1-7, GIT revision 18321:5511ef5:20160530.
101
102 2016-05-25  7.0.1-7 Cristy  <quetzlzacatenango@image...>
103   * Security improvements to TEXT coder broke it (reference
104     https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754).
105   * Fix stroke offset problem for -annotate (reference
106     https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626).
107   * Don't interpret -fx option arguments (reference
108     https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29774);
109   * Add additional checks to DCM reader to prevent data-driven faults (bug
110     report from Hanno Böck).
111
112 2016-05-21  7.0.1-6 Cristy  <quetzlzacatenango@image...>
113   * Release ImageMagick version 7.0.1-6, GIT revision 18241:d4f277c:20160521.
114
115 2016-05-20  7.0.1-6 Cristy  <quetzlzacatenango@image...>
116   * Fixed proper placement of text annotation for east / west gravity.
117
118 2016-05-18  7.0.1-5 Cristy  <quetzlzacatenango@image...>
119   * Release ImageMagick version 7.0.1-5, GIT revision 10789:f7c2e89:20160518,
120
121 2016-05-18  7.0.1-5 Cristy  <quetzlzacatenango@image...>
122   * Process channels independently for -channel -equalize (reference
123     https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29708).
124   * Fix pixel cache on disk regression (reference
125     https://github.com/ImageMagick/ImageMagick/issues/202).
126
127 2016-05-15  7.0.1-4 Cristy  <quetzlzacatenango@image...>
128   * Release ImageMagick version 7.0.1-4, GIT revision 10778:52dae14:20160516.
129
130 2016-05-10  7.0.1-4 Cristy  <quetzlzacatenango@image...>
131   * Prevent possible shell command injection vulnerability through the
132     authenticate parameter of the PDF, PCL and XPS coders (report from
133     Erez Turjeman).
134   * Quote passwords when passed to a delegate program.
135   * Iterate channels over source image rather than destination (bug report
136     from Hanno Böck).
137   * Can read geo-related EXIF metdata once-again (reference
138     https://github.com/ImageMagick/ImageMagick/issues/198).
139   * Sanitize all delegate emedded formatting characters.
140   * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from
141     Hanno Böck).
142
143 2016-05-09  7.0.1-3 Cristy  <quetzlzacatenango@image...>
144   * Release ImageMagick version 7.0.1-3, GIT revision 10755:d540dda:20160509.
145
146 2016-05-07  7.0.1-3 Cristy  <quetzlzacatenango@image...>
147   * Remove https delegate.
148
149 2016-05-06  7.0.1-2 Cristy  <quetzlzacatenango@image...>
150   * Release ImageMagick version 7.0.1-2, GIT revision 10741:5746147:20160507.
151
152 2016-05-04  7.0.1-2 Cristy  <quetzlzacatenango@image...>
153   * Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
154   * Replace show delegate title with image filename rather than label.
155   * Fix GetNextToken() off by one error.
156   * Remove support for internal ephemeral coder.
157
158 2016-05-03  7.0.1-1 Cristy  <quetzlzacatenango@image...>
159   * New version 7.0.1-1, GIT revision 10723:9fc8a0c:20160503.
160
161 2016-05-03  7.0.1-1 Cristy  <quetzlzacatenango@image...>
162   * Sanitize input filename for http / https delegates (improved patch).
163   * Fix for possible security vulnerabilities (reference
164     https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588).
165
166 2016-04-30  7.0.1-0 Cristy  <quetzlzacatenango@image...>
167   * New version 7.0.1-0, GIT revision 10716:b527bce:20160430.
168
169 2016-01-30  7.0.0-0     Fahad-Alsaidi & ShamsaHamed
170   * Add support for languages that require complex text layout (reference
171     https://github.com/ImageMagick/ImageMagick/pull/88).
172
173 2012-04-27  7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
174   * Allow the use of set and escapes when no images in memory
175     (unless you attempt to access per-image meta-data)
176     Currently does not include %[fx:...] and %[pixel:...]
177
178 2012-10-05  7.0.0-0 Anthony thyssen <A.Thyssen@griffith...>
179   * Rather than replicate 'options' into 'artifacts' make a link
180     from image to image_info and lookup a global option if no artifact
181     is defined.
182
183 2012-09-11  7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
184   * sigmoidal-contrast:
185   * Remove unnecessary initial ClampToQuantum.
186
187 2012-09-10  7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
188   * sigmoidal-contrast:
189   * Direct computation, without LUT;
190   * Fix re-declaration of i (at the top, and inside a conditional).
191
192 2012-09-04  7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
193   * Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate).
194
195 2012-08-08  7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...>
196   * Add final ClampToQuantum in sigmoidal colormap loop.
197   * Remove OpenMP calls from colormap update loops.
198
199 2011-08-01  7.0.0-0 Cristy  <quetzlzacatenango@image...>
200   * New version 7.0.0-0.
201