Cristy | 564d610 | 2016-05-11 06:21:20 -0400 | [diff] [blame^] | 1 | 2016-05-10 7.0.1-4 Cristy <quetzlzacatenango@image...> |
| 2 | * Quote passwords when passed to a delegate program. |
| 3 | |
Cristy | 1a5fed6 | 2016-05-09 10:08:02 -0400 | [diff] [blame] | 4 | 2016-05-09 7.0.1-3 Cristy <quetzlzacatenango@image...> |
| 5 | * Release ImageMagick version 7.0.1-3, GIT revision 10755:d540dda:20160509. |
| 6 | |
Cristy | e5ae849 | 2016-05-09 07:41:30 -0400 | [diff] [blame] | 7 | 2016-05-07 7.0.1-3 Cristy <quetzlzacatenango@image...> |
| 8 | * Remove https delegate. |
| 9 | |
Cristy | 41b41f6 | 2016-05-06 18:59:17 -0400 | [diff] [blame] | 10 | 2016-05-06 7.0.1-2 Cristy <quetzlzacatenango@image...> |
Cristy | f67a614 | 2016-05-07 08:26:31 -0400 | [diff] [blame] | 11 | * Release ImageMagick version 7.0.1-2, GIT revision 10741:5746147:20160507. |
Cristy | 41b41f6 | 2016-05-06 18:59:17 -0400 | [diff] [blame] | 12 | |
Cristy | 726812f | 2016-05-04 19:09:35 -0400 | [diff] [blame] | 13 | 2016-05-04 7.0.1-2 Cristy <quetzlzacatenango@image...> |
| 14 | * Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). |
Cristy | 66a43a4 | 2016-05-06 18:54:40 -0400 | [diff] [blame] | 15 | * Replace show delegate title with image filename rather than label. |
| 16 | * Fix GetNextToken() off by one error. |
Cristy | f67a614 | 2016-05-07 08:26:31 -0400 | [diff] [blame] | 17 | * Remove support for internal ephemeral coder. |
Cristy | 726812f | 2016-05-04 19:09:35 -0400 | [diff] [blame] | 18 | |
Cristy | 044a9bc | 2016-05-03 15:39:17 -0400 | [diff] [blame] | 19 | 2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...> |
| 20 | * New version 7.0.1-1, GIT revision 10723:9fc8a0c:20160503. |
| 21 | |
| 22 | 2016-05-03 7.0.1-1 Cristy <quetzlzacatenango@image...> |
Cristy | a852ab5 | 2016-05-03 09:26:43 -0400 | [diff] [blame] | 23 | * Sanitize input filename for http / https delegates (improved patch). |
| 24 | * Fix for possible security vulnerabilities (reference |
| 25 | https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588). |
| 26 | |
Cristy | 87cd29e | 2016-04-29 12:43:54 -0400 | [diff] [blame] | 27 | 2016-04-30 7.0.1-0 Cristy <quetzlzacatenango@image...> |
Cristy | e46b7d1 | 2016-04-30 14:57:11 -0400 | [diff] [blame] | 28 | * New version 7.0.1-0, GIT revision 10716:b527bce:20160430. |
Cristy | 87cd29e | 2016-04-29 12:43:54 -0400 | [diff] [blame] | 29 | |
Cristy | cda3483 | 2016-01-31 09:43:49 -0500 | [diff] [blame] | 30 | 2016-01-30 7.0.0-0 Fahad-Alsaidi & ShamsaHamed |
Cristy | 17f8c72 | 2016-01-31 09:42:56 -0500 | [diff] [blame] | 31 | * Add support for languages that require complex text layout (reference |
| 32 | https://github.com/ImageMagick/ImageMagick/pull/88). |
| 33 | |
anthony | efefe16 | 2013-04-27 06:29:20 +0000 | [diff] [blame] | 34 | 2012-04-27 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...> |
| 35 | * Allow the use of set and escapes when no images in memory |
| 36 | (unless you attempt to access per-image meta-data) |
| 37 | Currently does not include %[fx:...] and %[pixel:...] |
| 38 | |
anthony | 5f78bca | 2012-10-05 06:51:00 +0000 | [diff] [blame] | 39 | 2012-10-05 7.0.0-0 Anthony thyssen <A.Thyssen@griffith...> |
| 40 | * Rather than replicate 'options' into 'artifacts' make a link |
| 41 | from image to image_info and lookup a global option if no artifact |
| 42 | is defined. |
| 43 | |
nicolas | ae085e2 | 2012-09-11 09:36:38 +0000 | [diff] [blame] | 44 | 2012-09-11 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
nicolas | 447742a | 2012-09-11 09:43:26 +0000 | [diff] [blame] | 45 | * sigmoidal-contrast: |
nicolas | ae085e2 | 2012-09-11 09:36:38 +0000 | [diff] [blame] | 46 | * Remove unnecessary initial ClampToQuantum. |
| 47 | |
nicolas | 07299f1 | 2012-09-10 17:30:07 +0000 | [diff] [blame] | 48 | 2012-09-10 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
nicolas | 447742a | 2012-09-11 09:43:26 +0000 | [diff] [blame] | 49 | * sigmoidal-contrast: |
| 50 | * Direct computation, without LUT; |
nicolas | 07299f1 | 2012-09-10 17:30:07 +0000 | [diff] [blame] | 51 | * Fix re-declaration of i (at the top, and inside a conditional). |
| 52 | |
nicolas | e346602 | 2012-09-04 13:51:46 +0000 | [diff] [blame] | 53 | 2012-09-04 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
nicolas | ca4bd74 | 2012-09-10 14:11:01 +0000 | [diff] [blame] | 54 | * Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate). |
nicolas | e346602 | 2012-09-04 13:51:46 +0000 | [diff] [blame] | 55 | |
cristy | a7c7860 | 2012-08-10 11:08:44 +0000 | [diff] [blame] | 56 | 2012-08-08 7.0.0-0 Nicolas Robidoux <nicolas.robidoux@gmail...> |
| 57 | * Add final ClampToQuantum in sigmoidal colormap loop. |
nicolas | e346602 | 2012-09-04 13:51:46 +0000 | [diff] [blame] | 58 | * Remove OpenMP calls from colormap update loops. |
cristy | a7c7860 | 2012-08-10 11:08:44 +0000 | [diff] [blame] | 59 | |
cristy | fa1f229 | 2011-07-27 23:55:10 +0000 | [diff] [blame] | 60 | 2011-08-01 7.0.0-0 Cristy <quetzlzacatenango@image...> |
| 61 | * New version 7.0.0-0. |
cristy | 2bc0ef7 | 2010-02-02 01:38:51 +0000 | [diff] [blame] | 62 | |