1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379
|
------
v2.6.1
------
[jan] Fix deprecation warnings with PHP 7.4 (Remi Collet <remi@remirepo.net>,
GH PR #3).
------
v2.6.0
------
[mjr] Release only to fix minor version number.
------
v2.5.5
------
[mjr] Improve support for multi-page image objects.
------
v2.5.4
------
[mjr] SECURITY: Fix potential RCE in the text method when using the
Imagemagick backend.
[mjr] SECURITY: Sanitize image type parameter (PR: 2, Fariskhi Vidyan
<farislab@gmail.com>).
[mjr] Fix issues with escaping single and double quote characters in the text
method when using the Imagemagick backend.
------
v2.5.3
------
[mjr] Fix regression in resizing images (PR: 1, chris@chris-lamb.co.uk).
------
v2.5.2
------
[jan] SECURITY: Fix remote code execution vulnerability in Im driver (Thomas
Jarosch <thomas.jarosch@intra2net.com>.
------
v2.5.1
------
[mjr] SECURITY: Fix more potential places for command injections.
------
v2.5.0
------
[mjr] SECURITY: Prevent DOS attack by preventing an infinite loop in certain
conditions (CVE-2017-9773, reported by Fariskhi Vidyan
<farislab@gmail.com>).
[mjr] SECURITY: Prevent RCE attacks by properly sanitizing shell arguments
(CVE-2017-9774, reported by Fariskhi Vidyan <farislab@gmail.com>).
[jan] Add blur effect.
------
v2.4.1
------
[mjr] Fix returning stream data from NULL image driver (Bug #14608).
------
v2.4.0
------
[jan] Add blur effect.
------
v2.3.6
------
[jan] Fix parsing GPS exif data of a certain format.
------
v2.3.5
------
[mjr] Fix for PHP 7.1.
------
v2.3.4
------
[jan] Mark PHP 7 as supported.
------
v2.3.3
------
[cjh] Fix EXIF data not being returned in Bundled driver.
------
v2.3.2
------
[jan] Updated UK translation.
------
v2.3.1
------
[jan] Fix issues with certain locales like Turkish.
------
v2.3.0
------
[jan] Fix transparent rectangles in SVG backend.
[jan] Fix setting background color in SVG backend.
[jan] Add 'ratio' parameter to Horde_Image_Effect_Imagick_LiquidResize.
[jan] Fix catching exceptions from imagick extension.
[jan] Complete the backends' capabilities properties.
[jan] Fix SVG and SWF backends.
[jan] Fix setting background color in Horde_Image_Swf constructor.
[jan] Send Content-Type header in Horde_Image_Svg#display().
[jan] Improve arc rendering with Im backend.
[jan] Enable antialiasing in GD backend if available.
[jan] Implement Horde_Image_Imagick::arc().
[jan] Fix rounded rectangle drawing with GD backend.
[jan] Fix transparency issues with GD backend.
[jan] Fix autoloading of effect classes.
[jan] Fix border effect with GD driver.
[jan] Don't error out in effects if a logger hasn't been set.
[jan] Make getImageAtIndex() always return an image.
[jan] Don't error our when calling unsupported manipulation methods.
[jan] Make Horde_Image::arcPoints() work with any angles.
[jan] Fix some HTML color name to RGB value mappings.
[jan] Add Horde_Image_Rgb class and remove $horde_image_rgb_colors global.
[jan] Add Null driver for basics like just displaying the image.
[mjr] Fix incorrect color renderings in certain situations.
------
v2.2.0
------
[mjr] Improve stream handling in bundled EXIF driver (Request #13788).
[mms] Horde_Image_Exif_Bundled now supports reading data from a PHP stream,
rather than a file.
------
v2.1.0
------
[mjr] Add Horde_Image_Exif::getDescriptionFields() and
Horde_Image_Exif::getTitleFields().
------
v2.0.9
------
[mjr] Add "Title" and "Description" XMP fields.
------
v2.0.8
------
[jan] Update Hungarian translation (Andras Galos <galosa@netinform.hu>).
------
v2.0.7
------
[mjr] Update maximum allowed version for the PECL Imagick extension.
------
v2.0.6
------
[jan] Fix converting to grayscale with imagick driver.
[jan] Add optional dependency on imagick PECL extension.
------
v2.0.5
------
[mjr] Fix generating center image crops on Solaris systems that still use older
Bourne shell.
------
v2.0.4
------
[jan] Improve unit tests.
------
v2.0.3
------
[mjr] Fix image watermarking for Imagick and ImageMagick drivers.
------
v2.0.2
------
[jan] Update Basque translation (Ibon Igartua <ibon.igartua@ehu.es>).
------
v2.0.1
------
[mms] Use new Horde_Test layout.
------
v2.0.0
------
First stable release for Horde 5.
-----------
v2.0.0beta2
-----------
[jan] Update Japanese translation.
-----------
v2.0.0beta1
-----------
First beta release for Horde 5.
------------
v2.0.0alpha1
------------
First alpha release for Horde 5.
-------
v1.0.10
-------
[jan] Update Spanish translation (Manuel P. Ayala <mayala@unex.es>).
------
v1.0.9
------
[jan] Update Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).
------
v1.0.8
------
[jan] Update Croatian translation.
[jan] Update Latvian translation.
------
v1.0.7
------
[mjr] Add a version of the convert command for center cropping with ImageMagick
versions less than 6.3.8 (Bug #10687).
------
v1.0.6
------
[mjr] Fix parsing GPS values for locales that do not use the decimal separator
(Bug #10643).
------
v1.0.5
------
[mjr] Added support for Lens and LensID EXIF fields)
[mjr] Ensure string values are parsed as strings (Bug #10646).
[mjr] Add basic unit tests for EXIF data
------
v1.0.4
------
[jan] Update Latvian translation.
------
v1.0.3
------
[jan] Update Lithuanian translation.
[jan] Update Brazilian Portuguese translation.
------
v1.0.2
------
[jan] Updated Slovak translation.
------
v1.0.1
------
[jan] Updated Spanish translation.
------
v1.0.0
------
First stable release for Horde 4.
---------
v1.0.0RC2
---------
Second release candidate for Horde 4.
---------
v1.0.0RC1
---------
First release candidate for Horde 4.
-----------
v1.0.0beta1
-----------
First beta release for Horde 4.
------------
v1.0.0alpha1
------------
First alpha release for Horde 4.
------
v0.0.1
------
Initial release as a PEAR package
|