Main GraphicsMagick source repository
Revision | 7c2321478a9908bcfb40f0e0e870546bcb8049ca (tree) |
---|---|
Time | 2022-06-25 22:34:09 |
Author | Bob Friesenhahn <bfriesen@Grap...> |
Commiter | Bob Friesenhahn |
Update the news
@@ -6,7 +6,7 @@ | ||
6 | 6 | GraphicsMagick News |
7 | 7 | =================== |
8 | 8 | |
9 | -This file was last updated to reflect changes up to March 26, 2022 | |
9 | +This file was last updated to reflect changes up to June 25, 2022 | |
10 | 10 | |
11 | 11 | Please note that this file records news for the associated development |
12 | 12 | branch and that each development branch has its own NEWS file. See the |
@@ -19,6 +19,84 @@ | ||
19 | 19 | .. contents:: |
20 | 20 | :local: |
21 | 21 | |
22 | +1.3.39 (???? ??, 2022) | |
23 | +========================== | |
24 | + | |
25 | +Special Issues: | |
26 | + | |
27 | +* GraphicsMagick really does need some additional productive | |
28 | + volunteers. For several years now, the burden has entirely been on | |
29 | + me (Bob Friesenhahn). I have been sheparding the project for 20 | |
30 | + years already (and contributed to ImageMagick and GraphicsMagick | |
31 | + combined for 26 years already). It is not reasonable to expect | |
32 | + someone with a full time job (and expecting to retire in a few | |
33 | + years) to do all of the work. | |
34 | + | |
35 | +Security Fixes: | |
36 | + | |
37 | +* GraphicsMagick is participating in Google's oss-fuzz project due to | |
38 | + the contributions and assistance of Alex Gaynor. Since February 4 | |
39 | + 2018, ??? issues have been opened by oss-fuzz and ?? issues remain | |
40 | + open. The issues list is available at | |
41 | + https://bugs.chromium.org/p/oss-fuzz/issues/list under search term | |
42 | + "graphicsmagick". Issues are available for anyone to view and | |
43 | + duplicate if they have been in "Verified" status for 30 days, or if | |
44 | + they have been in "New" status for 90 days. Please consult the | |
45 | + GraphicsMagick ChangeLog file, Mercurial repository commit log, and | |
46 | + the oss-fuzz issues list for details. | |
47 | + | |
48 | +Security Fixes: | |
49 | + | |
50 | +* oss-fuzz: Several security fixes originating from oss-fuzz testing. | |
51 | + | |
52 | +Bug fixes: | |
53 | + | |
54 | +* Coverity: Several fixes for issues found by Coverity | |
55 | + | |
56 | +* PNG: Fix possible use of uninitialized 'ping_num_trans' value in ReadOnePNGImage(). | |
57 | + | |
58 | +* MinGW: Eliminate overwrite of existing _MSC_VER value in MinGW compile. | |
59 | + | |
60 | +* MNG: Fix heap-use-after-free in CloseBlob. | |
61 | + | |
62 | +* MNG: Fix indirect leak in MagickMallocCleared(). | |
63 | + | |
64 | +* PS: Assure that 'bounds' structure is initialized. | |
65 | + | |
66 | +* EPT: Assure that 'bounds' structure is initialized. | |
67 | + | |
68 | +New Features: | |
69 | + | |
70 | +* AVIF: Support reading AVIF via libheif if it supports decoding AVIF (still no writer support). | |
71 | + | |
72 | +* LOG: Added function IsEventLogged() to report if a particular event | |
73 | + will be logged. Us this as much as possible throughout the software | |
74 | + to replace use of IsEventLogging(). This avoids a possible | |
75 | + performance hit if any logging is enabled at all and logging | |
76 | + statements are executed which are filtered and produce no output. | |
77 | + | |
78 | +* JPEG: Optionally enable arithmetic coder in JPG images using '-define jpeg:arithmetic-coding=true'. | |
79 | + | |
80 | +API Updates: | |
81 | + | |
82 | +* Magick++ Image::colorMapSize() is now a 'const' method. | |
83 | + | |
84 | +Feature improvements: | |
85 | + | |
86 | +* None | |
87 | + | |
88 | +Windows Delegate Updates/Additions: | |
89 | + | |
90 | +* Update bundled libjpeg to version 9d. | |
91 | + | |
92 | +Build Changes: | |
93 | + | |
94 | +* None | |
95 | + | |
96 | +Behavior Changes: | |
97 | + | |
98 | +* None | |
99 | + | |
22 | 100 | 1.3.38 (March 26, 2022) |
23 | 101 | ========================== |
24 | 102 |
@@ -38,7 +38,7 @@ | ||
38 | 38 | <!-- -*- mode: rst -*- --> |
39 | 39 | <!-- This text is in reStucturedText format, so it may look a bit odd. --> |
40 | 40 | <!-- See http://docutils.sourceforge.net/rst.html for details. --> |
41 | -<p>This file was last updated to reflect changes up to March 26, 2022</p> | |
41 | +<p>This file was last updated to reflect changes up to June 25, 2022</p> | |
42 | 42 | <p>Please note that this file records news for the associated development |
43 | 43 | branch and that each development branch has its own NEWS file. See the |
44 | 44 | ChangeLog file, and/or the Mercurial changesets, for full details.</p> |
@@ -47,52 +47,123 @@ | ||
47 | 47 | release and not attempt to patch older releases.</p> |
48 | 48 | <div class="contents local topic" id="contents"> |
49 | 49 | <ul class="simple"> |
50 | -<li><a class="reference internal" href="#march-26-2022" id="id2">1.3.38 (March 26, 2022)</a></li> | |
51 | -<li><a class="reference internal" href="#december-12-2021" id="id3">1.3.37 (December 12, 2021)</a></li> | |
52 | -<li><a class="reference internal" href="#december-26-2020" id="id4">1.3.36 (December 26, 2020)</a></li> | |
53 | -<li><a class="reference internal" href="#february-23-2020" id="id5">1.3.35 (February 23, 2020)</a></li> | |
54 | -<li><a class="reference internal" href="#december-24-2019" id="id6">1.3.34 (December 24, 2019)</a></li> | |
55 | -<li><a class="reference internal" href="#july-20-2019" id="id7">1.3.33 (July 20, 2019)</a></li> | |
56 | -<li><a class="reference internal" href="#june-15-2019" id="id8">1.3.32 (June 15, 2019)</a></li> | |
57 | -<li><a class="reference internal" href="#november-17-2018" id="id9">1.3.31 (November 17, 2018)</a></li> | |
58 | -<li><a class="reference internal" href="#june-23-2018" id="id10">1.3.30 (June 23, 2018)</a></li> | |
59 | -<li><a class="reference internal" href="#april-29-2018" id="id11">1.3.29 (April 29, 2018)</a></li> | |
60 | -<li><a class="reference internal" href="#january-20-2018" id="id12">1.3.28 (January 20, 2018)</a></li> | |
61 | -<li><a class="reference internal" href="#december-9-2017" id="id13">1.3.27 (December 9, 2017)</a></li> | |
62 | -<li><a class="reference internal" href="#july-4-2017" id="id14">1.3.26 (July 4, 2017)</a></li> | |
63 | -<li><a class="reference internal" href="#september-5-2016" id="id15">1.3.25 (September 5, 2016)</a></li> | |
64 | -<li><a class="reference internal" href="#may-30-2016" id="id16">1.3.24 (May 30, 2016)</a></li> | |
65 | -<li><a class="reference internal" href="#november-7-2015" id="id17">1.3.23 (November 7, 2015)</a></li> | |
66 | -<li><a class="reference internal" href="#october-4-2015" id="id18">1.3.22 (October 4, 2015)</a></li> | |
67 | -<li><a class="reference internal" href="#february-28-2015" id="id19">1.3.21 (February 28, 2015)</a></li> | |
68 | -<li><a class="reference internal" href="#august-16-2014" id="id20">1.3.20 (August 16, 2014)</a></li> | |
69 | -<li><a class="reference internal" href="#december-31-2013" id="id21">1.3.19 (December 31, 2013)</a></li> | |
70 | -<li><a class="reference internal" href="#march-10-2013" id="id22">1.3.18 (March 10, 2013)</a></li> | |
71 | -<li><a class="reference internal" href="#october-13-2012" id="id23">1.3.17 (October 13, 2012)</a></li> | |
72 | -<li><a class="reference internal" href="#june-24-2012" id="id24">1.3.16 (June 24, 2012)</a></li> | |
73 | -<li><a class="reference internal" href="#april-28-2012" id="id25">1.3.15 (April 28, 2012)</a></li> | |
74 | -<li><a class="reference internal" href="#february-25-2012" id="id26">1.3.14 (February 25, 2012)</a></li> | |
75 | -<li><a class="reference internal" href="#december-24-2011" id="id27">1.3.13 (December 24, 2011)</a></li> | |
76 | -<li><a class="reference internal" href="#march-8-2010" id="id28">1.3.12 (March 8, 2010)</a></li> | |
77 | -<li><a class="reference internal" href="#february-21-2010" id="id29">1.3.11 (February 21, 2010)</a></li> | |
78 | -<li><a class="reference internal" href="#february-10-2010" id="id30">1.3.10 (February 10, 2010)</a></li> | |
79 | -<li><a class="reference internal" href="#february-4-2010" id="id31">1.3.9 (February 4, 2010)</a></li> | |
80 | -<li><a class="reference internal" href="#january-21-2010" id="id32">1.3.8 (January 21, 2010)</a></li> | |
81 | -<li><a class="reference internal" href="#september-17-2009" id="id33">1.3.7 (September 17, 2009)</a></li> | |
82 | -<li><a class="reference internal" href="#july-25-2009" id="id34">1.3.6 (July 25, 2009)</a></li> | |
83 | -<li><a class="reference internal" href="#january-26-2009" id="id35">1.3.5 (January 26, 2009)</a></li> | |
84 | -<li><a class="reference internal" href="#january-13-2009" id="id36">1.3.4 (January 13, 2009)</a></li> | |
85 | -<li><a class="reference internal" href="#december-9-2008" id="id37">1.3.3 (December 9, 2008)</a></li> | |
86 | -<li><a class="reference internal" href="#november-29-2008" id="id38">1.3.2 (November 29, 2008)</a></li> | |
87 | -<li><a class="reference internal" href="#november-17-2008" id="id39">1.3.1 (November 17, 2008)</a></li> | |
88 | -<li><a class="reference internal" href="#november-9-2008" id="id40">1.3 (November 9, 2008)</a></li> | |
89 | -<li><a class="reference internal" href="#april-29-2008" id="id41">1.2 (April 29, 2008)</a></li> | |
90 | -<li><a class="reference internal" href="#released-april-4-2004" id="id42">1.1 (Released April 4, 2004)</a></li> | |
91 | -<li><a class="reference internal" href="#released-in-may-2003" id="id43">1.0 (Released in May, 2003)</a></li> | |
50 | +<li><a class="reference internal" href="#id1" id="id3">1.3.39 (???? ??, 2022)</a></li> | |
51 | +<li><a class="reference internal" href="#march-26-2022" id="id4">1.3.38 (March 26, 2022)</a></li> | |
52 | +<li><a class="reference internal" href="#december-12-2021" id="id5">1.3.37 (December 12, 2021)</a></li> | |
53 | +<li><a class="reference internal" href="#december-26-2020" id="id6">1.3.36 (December 26, 2020)</a></li> | |
54 | +<li><a class="reference internal" href="#february-23-2020" id="id7">1.3.35 (February 23, 2020)</a></li> | |
55 | +<li><a class="reference internal" href="#december-24-2019" id="id8">1.3.34 (December 24, 2019)</a></li> | |
56 | +<li><a class="reference internal" href="#july-20-2019" id="id9">1.3.33 (July 20, 2019)</a></li> | |
57 | +<li><a class="reference internal" href="#june-15-2019" id="id10">1.3.32 (June 15, 2019)</a></li> | |
58 | +<li><a class="reference internal" href="#november-17-2018" id="id11">1.3.31 (November 17, 2018)</a></li> | |
59 | +<li><a class="reference internal" href="#june-23-2018" id="id12">1.3.30 (June 23, 2018)</a></li> | |
60 | +<li><a class="reference internal" href="#april-29-2018" id="id13">1.3.29 (April 29, 2018)</a></li> | |
61 | +<li><a class="reference internal" href="#january-20-2018" id="id14">1.3.28 (January 20, 2018)</a></li> | |
62 | +<li><a class="reference internal" href="#december-9-2017" id="id15">1.3.27 (December 9, 2017)</a></li> | |
63 | +<li><a class="reference internal" href="#july-4-2017" id="id16">1.3.26 (July 4, 2017)</a></li> | |
64 | +<li><a class="reference internal" href="#september-5-2016" id="id17">1.3.25 (September 5, 2016)</a></li> | |
65 | +<li><a class="reference internal" href="#may-30-2016" id="id18">1.3.24 (May 30, 2016)</a></li> | |
66 | +<li><a class="reference internal" href="#november-7-2015" id="id19">1.3.23 (November 7, 2015)</a></li> | |
67 | +<li><a class="reference internal" href="#october-4-2015" id="id20">1.3.22 (October 4, 2015)</a></li> | |
68 | +<li><a class="reference internal" href="#february-28-2015" id="id21">1.3.21 (February 28, 2015)</a></li> | |
69 | +<li><a class="reference internal" href="#august-16-2014" id="id22">1.3.20 (August 16, 2014)</a></li> | |
70 | +<li><a class="reference internal" href="#december-31-2013" id="id23">1.3.19 (December 31, 2013)</a></li> | |
71 | +<li><a class="reference internal" href="#march-10-2013" id="id24">1.3.18 (March 10, 2013)</a></li> | |
72 | +<li><a class="reference internal" href="#october-13-2012" id="id25">1.3.17 (October 13, 2012)</a></li> | |
73 | +<li><a class="reference internal" href="#june-24-2012" id="id26">1.3.16 (June 24, 2012)</a></li> | |
74 | +<li><a class="reference internal" href="#april-28-2012" id="id27">1.3.15 (April 28, 2012)</a></li> | |
75 | +<li><a class="reference internal" href="#february-25-2012" id="id28">1.3.14 (February 25, 2012)</a></li> | |
76 | +<li><a class="reference internal" href="#december-24-2011" id="id29">1.3.13 (December 24, 2011)</a></li> | |
77 | +<li><a class="reference internal" href="#march-8-2010" id="id30">1.3.12 (March 8, 2010)</a></li> | |
78 | +<li><a class="reference internal" href="#february-21-2010" id="id31">1.3.11 (February 21, 2010)</a></li> | |
79 | +<li><a class="reference internal" href="#february-10-2010" id="id32">1.3.10 (February 10, 2010)</a></li> | |
80 | +<li><a class="reference internal" href="#february-4-2010" id="id33">1.3.9 (February 4, 2010)</a></li> | |
81 | +<li><a class="reference internal" href="#january-21-2010" id="id34">1.3.8 (January 21, 2010)</a></li> | |
82 | +<li><a class="reference internal" href="#september-17-2009" id="id35">1.3.7 (September 17, 2009)</a></li> | |
83 | +<li><a class="reference internal" href="#july-25-2009" id="id36">1.3.6 (July 25, 2009)</a></li> | |
84 | +<li><a class="reference internal" href="#january-26-2009" id="id37">1.3.5 (January 26, 2009)</a></li> | |
85 | +<li><a class="reference internal" href="#january-13-2009" id="id38">1.3.4 (January 13, 2009)</a></li> | |
86 | +<li><a class="reference internal" href="#december-9-2008" id="id39">1.3.3 (December 9, 2008)</a></li> | |
87 | +<li><a class="reference internal" href="#november-29-2008" id="id40">1.3.2 (November 29, 2008)</a></li> | |
88 | +<li><a class="reference internal" href="#november-17-2008" id="id41">1.3.1 (November 17, 2008)</a></li> | |
89 | +<li><a class="reference internal" href="#november-9-2008" id="id42">1.3 (November 9, 2008)</a></li> | |
90 | +<li><a class="reference internal" href="#april-29-2008" id="id43">1.2 (April 29, 2008)</a></li> | |
91 | +<li><a class="reference internal" href="#released-april-4-2004" id="id44">1.1 (Released April 4, 2004)</a></li> | |
92 | +<li><a class="reference internal" href="#released-in-may-2003" id="id45">1.0 (Released in May, 2003)</a></li> | |
93 | +</ul> | |
94 | +</div> | |
95 | +<div class="section" id="id1"> | |
96 | +<h1><a class="toc-backref" href="#id3">1.3.39 (???? ??, 2022)</a></h1> | |
97 | +<p>Special Issues:</p> | |
98 | +<ul class="simple"> | |
99 | +<li>GraphicsMagick really does need some additional productive | |
100 | +volunteers. For several years now, the burden has entirely been on | |
101 | +me (Bob Friesenhahn). I have been sheparding the project for 20 | |
102 | +years already (and contributed to ImageMagick and GraphicsMagick | |
103 | +combined for 26 years already). It is not reasonable to expect | |
104 | +someone with a full time job (and expecting to retire in a few | |
105 | +years) to do all of the work.</li> | |
106 | +</ul> | |
107 | +<p>Security Fixes:</p> | |
108 | +<ul class="simple"> | |
109 | +<li>GraphicsMagick is participating in Google's oss-fuzz project due to | |
110 | +the contributions and assistance of Alex Gaynor. Since February 4 | |
111 | +2018, ??? issues have been opened by oss-fuzz and ?? issues remain | |
112 | +open. The issues list is available at | |
113 | +<a class="reference external" href="https://bugs.chromium.org/p/oss-fuzz/issues/list">https://bugs.chromium.org/p/oss-fuzz/issues/list</a> under search term | |
114 | +"graphicsmagick". Issues are available for anyone to view and | |
115 | +duplicate if they have been in "Verified" status for 30 days, or if | |
116 | +they have been in "New" status for 90 days. Please consult the | |
117 | +GraphicsMagick ChangeLog file, Mercurial repository commit log, and | |
118 | +the oss-fuzz issues list for details.</li> | |
119 | +</ul> | |
120 | +<p>Security Fixes:</p> | |
121 | +<ul class="simple"> | |
122 | +<li>oss-fuzz: Several security fixes originating from oss-fuzz testing.</li> | |
123 | +</ul> | |
124 | +<p>Bug fixes:</p> | |
125 | +<ul class="simple"> | |
126 | +<li>Coverity: Several fixes for issues found by Coverity</li> | |
127 | +<li>PNG: Fix possible use of uninitialized 'ping_num_trans' value in ReadOnePNGImage().</li> | |
128 | +<li>MinGW: Eliminate overwrite of existing _MSC_VER value in MinGW compile.</li> | |
129 | +<li>MNG: Fix heap-use-after-free in CloseBlob.</li> | |
130 | +<li>MNG: Fix indirect leak in MagickMallocCleared().</li> | |
131 | +<li>PS: Assure that 'bounds' structure is initialized.</li> | |
132 | +<li>EPT: Assure that 'bounds' structure is initialized.</li> | |
133 | +</ul> | |
134 | +<p>New Features:</p> | |
135 | +<ul class="simple"> | |
136 | +<li>AVIF: Support reading AVIF via libheif if it supports decoding AVIF (still no writer support).</li> | |
137 | +<li>LOG: Added function IsEventLogged() to report if a particular event | |
138 | +will be logged. Us this as much as possible throughout the software | |
139 | +to replace use of IsEventLogging(). This avoids a possible | |
140 | +performance hit if any logging is enabled at all and logging | |
141 | +statements are executed which are filtered and produce no output.</li> | |
142 | +<li>JPEG: Optionally enable arithmetic coder in JPG images using '-define jpeg:arithmetic-coding=true'.</li> | |
143 | +</ul> | |
144 | +<p>API Updates:</p> | |
145 | +<ul class="simple"> | |
146 | +<li>Magick++ Image::colorMapSize() is now a 'const' method.</li> | |
147 | +</ul> | |
148 | +<p>Feature improvements:</p> | |
149 | +<ul class="simple"> | |
150 | +<li>None</li> | |
151 | +</ul> | |
152 | +<p>Windows Delegate Updates/Additions:</p> | |
153 | +<ul class="simple"> | |
154 | +<li>Update bundled libjpeg to version 9d.</li> | |
155 | +</ul> | |
156 | +<p>Build Changes:</p> | |
157 | +<ul class="simple"> | |
158 | +<li>None</li> | |
159 | +</ul> | |
160 | +<p>Behavior Changes:</p> | |
161 | +<ul class="simple"> | |
162 | +<li>None</li> | |
92 | 163 | </ul> |
93 | 164 | </div> |
94 | 165 | <div class="section" id="march-26-2022"> |
95 | -<h1><a class="toc-backref" href="#id2">1.3.38 (March 26, 2022)</a></h1> | |
166 | +<h1><a class="toc-backref" href="#id4">1.3.38 (March 26, 2022)</a></h1> | |
96 | 167 | <p>Special Issues:</p> |
97 | 168 | <ul class="simple"> |
98 | 169 | <li>The FTP site ftp.graphicsmagick.org is now shut down due to a lack |
@@ -193,7 +264,7 @@ | ||
193 | 264 | </ul> |
194 | 265 | </div> |
195 | 266 | <div class="section" id="december-12-2021"> |
196 | -<h1><a class="toc-backref" href="#id3">1.3.37 (December 12, 2021)</a></h1> | |
267 | +<h1><a class="toc-backref" href="#id5">1.3.37 (December 12, 2021)</a></h1> | |
197 | 268 | <p>Special Issues:</p> |
198 | 269 | <ul class="simple"> |
199 | 270 | <li>The FTP site ftp.graphicsmagick.org is now shut down due to a lack |
@@ -328,7 +399,7 @@ | ||
328 | 399 | </ul> |
329 | 400 | </div> |
330 | 401 | <div class="section" id="december-26-2020"> |
331 | -<h1><a class="toc-backref" href="#id4">1.3.36 (December 26, 2020)</a></h1> | |
402 | +<h1><a class="toc-backref" href="#id6">1.3.36 (December 26, 2020)</a></h1> | |
332 | 403 | <p>Special Issues:</p> |
333 | 404 | <ul class="simple"> |
334 | 405 | <li>None</li> |
@@ -489,7 +560,7 @@ | ||
489 | 560 | </ul> |
490 | 561 | </div> |
491 | 562 | <div class="section" id="february-23-2020"> |
492 | -<h1><a class="toc-backref" href="#id5">1.3.35 (February 23, 2020)</a></h1> | |
563 | +<h1><a class="toc-backref" href="#id7">1.3.35 (February 23, 2020)</a></h1> | |
493 | 564 | <p>Special Issues:</p> |
494 | 565 | <ul class="simple"> |
495 | 566 | <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ |
@@ -599,7 +670,7 @@ | ||
599 | 670 | </ul> |
600 | 671 | </div> |
601 | 672 | <div class="section" id="december-24-2019"> |
602 | -<h1><a class="toc-backref" href="#id6">1.3.34 (December 24, 2019)</a></h1> | |
673 | +<h1><a class="toc-backref" href="#id8">1.3.34 (December 24, 2019)</a></h1> | |
603 | 674 | <p>Special Issues:</p> |
604 | 675 | <ul class="simple"> |
605 | 676 | <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ |
@@ -716,7 +787,7 @@ | ||
716 | 787 | </ul> |
717 | 788 | </div> |
718 | 789 | <div class="section" id="july-20-2019"> |
719 | -<h1><a class="toc-backref" href="#id7">1.3.33 (July 20, 2019)</a></h1> | |
790 | +<h1><a class="toc-backref" href="#id9">1.3.33 (July 20, 2019)</a></h1> | |
720 | 791 | <p>Special Issues:</p> |
721 | 792 | <ul class="simple"> |
722 | 793 | <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ |
@@ -800,7 +871,7 @@ | ||
800 | 871 | </ul> |
801 | 872 | </div> |
802 | 873 | <div class="section" id="june-15-2019"> |
803 | -<h1><a class="toc-backref" href="#id8">1.3.32 (June 15, 2019)</a></h1> | |
874 | +<h1><a class="toc-backref" href="#id10">1.3.32 (June 15, 2019)</a></h1> | |
804 | 875 | <p>Special Issues:</p> |
805 | 876 | <ul class="simple"> |
806 | 877 | <li>It has been discovered that the 'ICU' library (a perhaps 30MB C++ |
@@ -1017,7 +1088,7 @@ | ||
1017 | 1088 | </ul> |
1018 | 1089 | </div> |
1019 | 1090 | <div class="section" id="november-17-2018"> |
1020 | -<h1><a class="toc-backref" href="#id9">1.3.31 (November 17, 2018)</a></h1> | |
1091 | +<h1><a class="toc-backref" href="#id11">1.3.31 (November 17, 2018)</a></h1> | |
1021 | 1092 | <p>Special Issues:</p> |
1022 | 1093 | <ul class="simple"> |
1023 | 1094 | <li>Firmware and operating system updates to address the Spectre |
@@ -1109,7 +1180,7 @@ | ||
1109 | 1180 | </ul> |
1110 | 1181 | </div> |
1111 | 1182 | <div class="section" id="june-23-2018"> |
1112 | -<h1><a class="toc-backref" href="#id10">1.3.30 (June 23, 2018)</a></h1> | |
1183 | +<h1><a class="toc-backref" href="#id12">1.3.30 (June 23, 2018)</a></h1> | |
1113 | 1184 | <p>Special Issues:</p> |
1114 | 1185 | <ul class="simple"> |
1115 | 1186 | <li>None</li> |
@@ -1188,7 +1259,7 @@ | ||
1188 | 1259 | </ul> |
1189 | 1260 | </div> |
1190 | 1261 | <div class="section" id="april-29-2018"> |
1191 | -<h1><a class="toc-backref" href="#id11">1.3.29 (April 29, 2018)</a></h1> | |
1262 | +<h1><a class="toc-backref" href="#id13">1.3.29 (April 29, 2018)</a></h1> | |
1192 | 1263 | <p>Special Issues:</p> |
1193 | 1264 | <ul class="simple"> |
1194 | 1265 | <li>None</li> |
@@ -1282,7 +1353,7 @@ | ||
1282 | 1353 | </ul> |
1283 | 1354 | </div> |
1284 | 1355 | <div class="section" id="january-20-2018"> |
1285 | -<h1><a class="toc-backref" href="#id12">1.3.28 (January 20, 2018)</a></h1> | |
1356 | +<h1><a class="toc-backref" href="#id14">1.3.28 (January 20, 2018)</a></h1> | |
1286 | 1357 | <p>Special Issues:</p> |
1287 | 1358 | <ul class="simple"> |
1288 | 1359 | <li>None</li> |
@@ -1361,7 +1432,7 @@ | ||
1361 | 1432 | </ul> |
1362 | 1433 | </div> |
1363 | 1434 | <div class="section" id="december-9-2017"> |
1364 | -<h1><a class="toc-backref" href="#id13">1.3.27 (December 9, 2017)</a></h1> | |
1435 | +<h1><a class="toc-backref" href="#id15">1.3.27 (December 9, 2017)</a></h1> | |
1365 | 1436 | <p>Special Issues:</p> |
1366 | 1437 | <ul class="simple"> |
1367 | 1438 | <li>None</li> |
@@ -1519,7 +1590,7 @@ | ||
1519 | 1590 | </ul> |
1520 | 1591 | </div> |
1521 | 1592 | <div class="section" id="july-4-2017"> |
1522 | -<h1><a class="toc-backref" href="#id14">1.3.26 (July 4, 2017)</a></h1> | |
1593 | +<h1><a class="toc-backref" href="#id16">1.3.26 (July 4, 2017)</a></h1> | |
1523 | 1594 | <p>Special Issues:</p> |
1524 | 1595 | <ul class="simple"> |
1525 | 1596 | <li>None</li> |
@@ -1622,7 +1693,7 @@ | ||
1622 | 1693 | </ul> |
1623 | 1694 | </div> |
1624 | 1695 | <div class="section" id="september-5-2016"> |
1625 | -<h1><a class="toc-backref" href="#id15">1.3.25 (September 5, 2016)</a></h1> | |
1696 | +<h1><a class="toc-backref" href="#id17">1.3.25 (September 5, 2016)</a></h1> | |
1626 | 1697 | <p>Special Issues:</p> |
1627 | 1698 | <ul class="simple"> |
1628 | 1699 | <li>None</li> |
@@ -1699,7 +1770,7 @@ | ||
1699 | 1770 | </ul> |
1700 | 1771 | </div> |
1701 | 1772 | <div class="section" id="may-30-2016"> |
1702 | -<h1><a class="toc-backref" href="#id16">1.3.24 (May 30, 2016)</a></h1> | |
1773 | +<h1><a class="toc-backref" href="#id18">1.3.24 (May 30, 2016)</a></h1> | |
1703 | 1774 | <p>Special Issues:</p> |
1704 | 1775 | <ul class="simple"> |
1705 | 1776 | <li>A shell exploit (CVE-2016-5118) was discovered associated with a |
@@ -1821,7 +1892,7 @@ | ||
1821 | 1892 | </ul> |
1822 | 1893 | </div> |
1823 | 1894 | <div class="section" id="november-7-2015"> |
1824 | -<h1><a class="toc-backref" href="#id17">1.3.23 (November 7, 2015)</a></h1> | |
1895 | +<h1><a class="toc-backref" href="#id19">1.3.23 (November 7, 2015)</a></h1> | |
1825 | 1896 | <p>Special Issues:</p> |
1826 | 1897 | <ul class="simple"> |
1827 | 1898 | <li>Due to <a class="reference external" href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53967">GCC bug 53967</a>, several key agorithms (e.g. convolution) |
@@ -1886,7 +1957,7 @@ | ||
1886 | 1957 | </ul> |
1887 | 1958 | </div> |
1888 | 1959 | <div class="section" id="october-4-2015"> |
1889 | -<h1><a class="toc-backref" href="#id18">1.3.22 (October 4, 2015)</a></h1> | |
1960 | +<h1><a class="toc-backref" href="#id20">1.3.22 (October 4, 2015)</a></h1> | |
1890 | 1961 | <p>Thanks:</p> |
1891 | 1962 | <ul class="simple"> |
1892 | 1963 | <li>Coverity: We thank Coverity for providing free service for free |
@@ -1995,7 +2066,7 @@ | ||
1995 | 2066 | entirely.</p> |
1996 | 2067 | </div> |
1997 | 2068 | <div class="section" id="february-28-2015"> |
1998 | -<h1><a class="toc-backref" href="#id19">1.3.21 (February 28, 2015)</a></h1> | |
2069 | +<h1><a class="toc-backref" href="#id21">1.3.21 (February 28, 2015)</a></h1> | |
1999 | 2070 | <p>Thanks:</p> |
2000 | 2071 | <blockquote> |
2001 | 2072 | <ul class="simple"> |
@@ -2232,7 +2303,7 @@ | ||
2232 | 2303 | </blockquote> |
2233 | 2304 | </div> |
2234 | 2305 | <div class="section" id="august-16-2014"> |
2235 | -<h1><a class="toc-backref" href="#id20">1.3.20 (August 16, 2014)</a></h1> | |
2306 | +<h1><a class="toc-backref" href="#id22">1.3.20 (August 16, 2014)</a></h1> | |
2236 | 2307 | <p>Special Issues:</p> |
2237 | 2308 | <blockquote> |
2238 | 2309 | <ul class="simple"> |
@@ -2396,7 +2467,7 @@ | ||
2396 | 2467 | </blockquote> |
2397 | 2468 | </div> |
2398 | 2469 | <div class="section" id="december-31-2013"> |
2399 | -<h1><a class="toc-backref" href="#id21">1.3.19 (December 31, 2013)</a></h1> | |
2470 | +<h1><a class="toc-backref" href="#id23">1.3.19 (December 31, 2013)</a></h1> | |
2400 | 2471 | <p>Special Issues:</p> |
2401 | 2472 | <blockquote> |
2402 | 2473 | <ul class="simple"> |
@@ -2555,7 +2626,7 @@ | ||
2555 | 2626 | </blockquote> |
2556 | 2627 | </div> |
2557 | 2628 | <div class="section" id="march-10-2013"> |
2558 | -<h1><a class="toc-backref" href="#id22">1.3.18 (March 10, 2013)</a></h1> | |
2629 | +<h1><a class="toc-backref" href="#id24">1.3.18 (March 10, 2013)</a></h1> | |
2559 | 2630 | <p>Special Issues:</p> |
2560 | 2631 | <blockquote> |
2561 | 2632 | <ul class="simple"> |
@@ -2669,7 +2740,7 @@ | ||
2669 | 2740 | </blockquote> |
2670 | 2741 | </div> |
2671 | 2742 | <div class="section" id="october-13-2012"> |
2672 | -<h1><a class="toc-backref" href="#id23">1.3.17 (October 13, 2012)</a></h1> | |
2743 | +<h1><a class="toc-backref" href="#id25">1.3.17 (October 13, 2012)</a></h1> | |
2673 | 2744 | <p>Security Fixes:</p> |
2674 | 2745 | <blockquote> |
2675 | 2746 | <ul class="simple"> |
@@ -2756,7 +2827,7 @@ | ||
2756 | 2827 | </blockquote> |
2757 | 2828 | </div> |
2758 | 2829 | <div class="section" id="june-24-2012"> |
2759 | -<h1><a class="toc-backref" href="#id24">1.3.16 (June 24, 2012)</a></h1> | |
2830 | +<h1><a class="toc-backref" href="#id26">1.3.16 (June 24, 2012)</a></h1> | |
2760 | 2831 | <p>Security Fixes:</p> |
2761 | 2832 | <blockquote> |
2762 | 2833 | <ul class="simple"> |
@@ -2821,7 +2892,7 @@ | ||
2821 | 2892 | None</blockquote> |
2822 | 2893 | </div> |
2823 | 2894 | <div class="section" id="april-28-2012"> |
2824 | -<h1><a class="toc-backref" href="#id25">1.3.15 (April 28, 2012)</a></h1> | |
2895 | +<h1><a class="toc-backref" href="#id27">1.3.15 (April 28, 2012)</a></h1> | |
2825 | 2896 | <p>Security Fixes:</p> |
2826 | 2897 | <blockquote> |
2827 | 2898 | <ul class="simple"> |
@@ -2895,7 +2966,7 @@ | ||
2895 | 2966 | </blockquote> |
2896 | 2967 | </div> |
2897 | 2968 | <div class="section" id="february-25-2012"> |
2898 | -<h1><a class="toc-backref" href="#id26">1.3.14 (February 25, 2012)</a></h1> | |
2969 | +<h1><a class="toc-backref" href="#id28">1.3.14 (February 25, 2012)</a></h1> | |
2899 | 2970 | <p>Security Fixes:</p> |
2900 | 2971 | <blockquote> |
2901 | 2972 | <ul class="simple"> |
@@ -2952,7 +3023,7 @@ | ||
2952 | 3023 | </blockquote> |
2953 | 3024 | </div> |
2954 | 3025 | <div class="section" id="december-24-2011"> |
2955 | -<h1><a class="toc-backref" href="#id27">1.3.13 (December 24, 2011)</a></h1> | |
3026 | +<h1><a class="toc-backref" href="#id29">1.3.13 (December 24, 2011)</a></h1> | |
2956 | 3027 | <p>Security Fixes:</p> |
2957 | 3028 | <blockquote> |
2958 | 3029 | None</blockquote> |
@@ -3106,7 +3177,7 @@ | ||
3106 | 3177 | </blockquote> |
3107 | 3178 | </div> |
3108 | 3179 | <div class="section" id="march-8-2010"> |
3109 | -<h1><a class="toc-backref" href="#id28">1.3.12 (March 8, 2010)</a></h1> | |
3180 | +<h1><a class="toc-backref" href="#id30">1.3.12 (March 8, 2010)</a></h1> | |
3110 | 3181 | <p>Security Fixes:</p> |
3111 | 3182 | <blockquote> |
3112 | 3183 | <ul class="simple"> |
@@ -3150,7 +3221,7 @@ | ||
3150 | 3221 | </blockquote> |
3151 | 3222 | </div> |
3152 | 3223 | <div class="section" id="february-21-2010"> |
3153 | -<h1><a class="toc-backref" href="#id29">1.3.11 (February 21, 2010)</a></h1> | |
3224 | +<h1><a class="toc-backref" href="#id31">1.3.11 (February 21, 2010)</a></h1> | |
3154 | 3225 | <p>Security Fixes:</p> |
3155 | 3226 | <blockquote> |
3156 | 3227 | <ul class="simple"> |
@@ -3202,7 +3273,7 @@ | ||
3202 | 3273 | </blockquote> |
3203 | 3274 | </div> |
3204 | 3275 | <div class="section" id="february-10-2010"> |
3205 | -<h1><a class="toc-backref" href="#id30">1.3.10 (February 10, 2010)</a></h1> | |
3276 | +<h1><a class="toc-backref" href="#id32">1.3.10 (February 10, 2010)</a></h1> | |
3206 | 3277 | <p>Security Fixes:</p> |
3207 | 3278 | <blockquote> |
3208 | 3279 | <ul class="simple"> |
@@ -3249,7 +3320,7 @@ | ||
3249 | 3320 | </blockquote> |
3250 | 3321 | </div> |
3251 | 3322 | <div class="section" id="february-4-2010"> |
3252 | -<h1><a class="toc-backref" href="#id31">1.3.9 (February 4, 2010)</a></h1> | |
3323 | +<h1><a class="toc-backref" href="#id33">1.3.9 (February 4, 2010)</a></h1> | |
3253 | 3324 | <p>Security Fixes:</p> |
3254 | 3325 | <blockquote> |
3255 | 3326 | <ul class="simple"> |
@@ -3309,7 +3380,7 @@ | ||
3309 | 3380 | </blockquote> |
3310 | 3381 | </div> |
3311 | 3382 | <div class="section" id="january-21-2010"> |
3312 | -<h1><a class="toc-backref" href="#id32">1.3.8 (January 21, 2010)</a></h1> | |
3383 | +<h1><a class="toc-backref" href="#id34">1.3.8 (January 21, 2010)</a></h1> | |
3313 | 3384 | <p>Security Fixes:</p> |
3314 | 3385 | <blockquote> |
3315 | 3386 | <ul class="simple"> |
@@ -3463,7 +3534,7 @@ | ||
3463 | 3534 | </blockquote> |
3464 | 3535 | </div> |
3465 | 3536 | <div class="section" id="september-17-2009"> |
3466 | -<h1><a class="toc-backref" href="#id33">1.3.7 (September 17, 2009)</a></h1> | |
3537 | +<h1><a class="toc-backref" href="#id35">1.3.7 (September 17, 2009)</a></h1> | |
3467 | 3538 | <p>Security Fixes:</p> |
3468 | 3539 | <blockquote> |
3469 | 3540 | <ul class="simple"> |
@@ -3553,7 +3624,7 @@ | ||
3553 | 3624 | </blockquote> |
3554 | 3625 | </div> |
3555 | 3626 | <div class="section" id="july-25-2009"> |
3556 | -<h1><a class="toc-backref" href="#id34">1.3.6 (July 25, 2009)</a></h1> | |
3627 | +<h1><a class="toc-backref" href="#id36">1.3.6 (July 25, 2009)</a></h1> | |
3557 | 3628 | <p>Security Fixes:</p> |
3558 | 3629 | <blockquote> |
3559 | 3630 | <ul class="simple"> |
@@ -3687,7 +3758,7 @@ | ||
3687 | 3758 | </blockquote> |
3688 | 3759 | </div> |
3689 | 3760 | <div class="section" id="january-26-2009"> |
3690 | -<h1><a class="toc-backref" href="#id35">1.3.5 (January 26, 2009)</a></h1> | |
3761 | +<h1><a class="toc-backref" href="#id37">1.3.5 (January 26, 2009)</a></h1> | |
3691 | 3762 | <p>Security Fixes:</p> |
3692 | 3763 | <blockquote> |
3693 | 3764 | <ul class="simple"> |
@@ -3726,7 +3797,7 @@ | ||
3726 | 3797 | </blockquote> |
3727 | 3798 | </div> |
3728 | 3799 | <div class="section" id="january-13-2009"> |
3729 | -<h1><a class="toc-backref" href="#id36">1.3.4 (January 13, 2009)</a></h1> | |
3800 | +<h1><a class="toc-backref" href="#id38">1.3.4 (January 13, 2009)</a></h1> | |
3730 | 3801 | <p>Security Fixes:</p> |
3731 | 3802 | <blockquote> |
3732 | 3803 | <ul class="simple"> |
@@ -3765,7 +3836,7 @@ | ||
3765 | 3836 | </blockquote> |
3766 | 3837 | </div> |
3767 | 3838 | <div class="section" id="december-9-2008"> |
3768 | -<h1><a class="toc-backref" href="#id37">1.3.3 (December 9, 2008)</a></h1> | |
3839 | +<h1><a class="toc-backref" href="#id39">1.3.3 (December 9, 2008)</a></h1> | |
3769 | 3840 | <p>Security Fixes:</p> |
3770 | 3841 | <blockquote> |
3771 | 3842 | <ul class="simple"> |
@@ -3797,7 +3868,7 @@ | ||
3797 | 3868 | </blockquote> |
3798 | 3869 | </div> |
3799 | 3870 | <div class="section" id="november-29-2008"> |
3800 | -<h1><a class="toc-backref" href="#id38">1.3.2 (November 29, 2008)</a></h1> | |
3871 | +<h1><a class="toc-backref" href="#id40">1.3.2 (November 29, 2008)</a></h1> | |
3801 | 3872 | <p>Security Fixes:</p> |
3802 | 3873 | <blockquote> |
3803 | 3874 | <ul class="simple"> |
@@ -3831,7 +3902,7 @@ | ||
3831 | 3902 | </blockquote> |
3832 | 3903 | </div> |
3833 | 3904 | <div class="section" id="november-17-2008"> |
3834 | -<h1><a class="toc-backref" href="#id39">1.3.1 (November 17, 2008)</a></h1> | |
3905 | +<h1><a class="toc-backref" href="#id41">1.3.1 (November 17, 2008)</a></h1> | |
3835 | 3906 | <p>Security Fixes:</p> |
3836 | 3907 | <blockquote> |
3837 | 3908 | <ul class="simple"> |
@@ -3869,7 +3940,7 @@ | ||
3869 | 3940 | </blockquote> |
3870 | 3941 | </div> |
3871 | 3942 | <div class="section" id="november-9-2008"> |
3872 | -<h1><a class="toc-backref" href="#id40">1.3 (November 9, 2008)</a></h1> | |
3943 | +<h1><a class="toc-backref" href="#id42">1.3 (November 9, 2008)</a></h1> | |
3873 | 3944 | <p>Security fixes:</p> |
3874 | 3945 | <blockquote> |
3875 | 3946 | <ul class="simple"> |
@@ -4077,7 +4148,7 @@ | ||
4077 | 4148 | </blockquote> |
4078 | 4149 | </div> |
4079 | 4150 | <div class="section" id="april-29-2008"> |
4080 | -<h1><a class="toc-backref" href="#id41">1.2 (April 29, 2008)</a></h1> | |
4151 | +<h1><a class="toc-backref" href="#id43">1.2 (April 29, 2008)</a></h1> | |
4081 | 4152 | <p>Security fixes:</p> |
4082 | 4153 | <blockquote> |
4083 | 4154 | <ul class="simple"> |
@@ -4333,7 +4404,7 @@ | ||
4333 | 4404 | </blockquote> |
4334 | 4405 | </div> |
4335 | 4406 | <div class="section" id="released-april-4-2004"> |
4336 | -<h1><a class="toc-backref" href="#id42">1.1 (Released April 4, 2004)</a></h1> | |
4407 | +<h1><a class="toc-backref" href="#id44">1.1 (Released April 4, 2004)</a></h1> | |
4337 | 4408 | <p>Bug fixes:</p> |
4338 | 4409 | <blockquote> |
4339 | 4410 | <ul class="simple"> |
@@ -4573,7 +4644,7 @@ | ||
4573 | 4644 | </div> |
4574 | 4645 | <hr class="docutils" /> |
4575 | 4646 | <div class="section" id="released-in-may-2003"> |
4576 | -<h1><a class="toc-backref" href="#id43">1.0 (Released in May, 2003)</a></h1> | |
4647 | +<h1><a class="toc-backref" href="#id45">1.0 (Released in May, 2003)</a></h1> | |
4577 | 4648 | <p>GraphicsMagick support services:</p> |
4578 | 4649 | <blockquote> |
4579 | 4650 | <ul class="simple"> |