Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
ImageMagick/ChangeLog
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
100 lines (77 sloc)
4.43 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2016-05-30 7.0.1-7 Cristy <quetzlzacatenango@image...> | |
| * Release ImageMagick version 7.0.1-7, GIT revision 18321:5511ef5:20160530. | |
| 2016-05-25 7.0.1-7 Cristy <quetzlzacatenango@image...> | |
| * Security improvements to TEXT coder broke it (reference | |
| https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754). | |
| * Fix stroke offset problem for -annotate (reference | |
| https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626). | |
| * Don't interpret -fx option arguments (reference | |
| https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29774); | |
| * Add additional checks to DCM reader to prevent data-driven faults (bug | |
| report from Hanno Böck). | |
| 2016-05-21 7.0.1-6 Cristy <quetzlzacatenango@image...> | |
| * Release ImageMagick version 7.0.1-6, GIT revision 18241:d4f277c:20160521. | |
| 2016-05-20 7.0.1-6 Cristy <quetzlzacatenango@image...> | |
| * Fixed proper placement of text annotation for east / west gravity. | |
| 2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...> | |
| * Release ImageMagick version 7.0.1-5, GIT revision 10789:f7c2e89:20160518, | |
| 2016-05-18 7.0.1-5 Cristy <quetzlzacatenango@image...> | |
| * Process channels independently for -channel -equalize (reference | |
| https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29708). | |
| * Fix pixel cache on disk regression (reference | |
| https://github.com/ImageMagick/ImageMagick/issues/202). | |
| 2016-05-15 7.0.1-4 Cristy <quetzlzacatenango@image...> | |
| * Release ImageMagick version 7.0.1-4, GIT revision 10778:52dae14:20160516. | |
| 2016-05-10 7.0.1-4 Cristy <quetzlzacatenango@image...> | |
| * Quote passwords when passed to a delegate program. | |
| * Iterate channels over source image rather than destination (bug report | |
| from Hanno Böck). | |
| * Can read geo-related EXIF metdata once-again (reference | |
| https://github.com/ImageMagick/ImageMagick/issues/198). | |
| * Sanitize all delegate emedded formatting characters. | |
| * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from | |
| Hanno Böck). | |
| 2016-05-09 7.0.1-3 Cristy <quetzlzacatenango@image...> | |
| * Release ImageMagick version 7.0.1-3, GIT revision 10755:d540dda:20160509. | |
| 2016-05-07 7.0.1-3 Cristy <quetzlzacatenango@image...> | |
| * Remove https delegate. | |
| 2016-05-06 7.0.1-2 Cristy <quetzlzacatenango@image...> | |
| * Release ImageMagick version 7.0.1-2, GIT revision 10741:5746147:20160507. | |
| 2016-05-04 7.0.1-2 Cristy <quetzlzacatenango@image...> | |
| * Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). | |
| * Replace show delegate title with image filename rather than label. | |
| * Fix GetNextToken() off by one error. | |
| * Remove support for internal ephemeral coder. | |
| 2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...> | |
| * New version 7.0.1-1, GIT revision 10723:9fc8a0c:20160503. | |
| 2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...> | |
| * Sanitize input filename for http / https delegates (improved patch). | |
| * Fix for possible security vulnerabilities (reference | |
| https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588). | |
| 2016-04-30 7.0.1-0 Cristy <quetzlzacatenango@image...> | |
| * New version 7.0.1-0, GIT revision 10716:b527bce:20160430. | |
| 2016-01-30 7.0.0-0 Fahad-Alsaidi & ShamsaHamed | |
| * Add support for languages that require complex text layout (reference | |
| https://github.com/ImageMagick/ImageMagick/pull/88). | |
| 2012-04-27 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...> | |
| * Allow the use of set and escapes when no images in memory | |
| (unless you attempt to access per-image meta-data) | |
| Currently does not include %[fx:...] and %[pixel:...] | |
| 2012-10-05 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...> | |
| * Rather than replicate 'options' into 'artifacts' make a link | |
| from image to image_info and lookup a global option if no artifact | |
| is defined. | |
| 2012-09-11 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> | |
| * sigmoidal-contrast: | |
| * Remove unnecessary initial ClampToQuantum. | |
| 2012-09-10 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> | |
| * sigmoidal-contrast: | |
| * Direct computation, without LUT; | |
| * Fix re-declaration of i (at the top, and inside a conditional). | |
| 2012-09-04 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> | |
| * Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate). | |
| 2012-08-08 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> | |
| * Add final ClampToQuantum in sigmoidal colormap loop. | |
| * Remove OpenMP calls from colormap update loops. | |
| 2011-08-01 7.0.0-0 Cristy <quetzlzacatenango@image...> | |
| * New version 7.0.0-0. | |