Accepting request 262196 from home:TheBlackCat:branches:devel:languages:python

Update to 2.6.1

OBS-URL: https://build.opensuse.org/request/show/262196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=23
This commit is contained in:
Todd R
2014-11-18 14:18:33 +00:00
committed by Git OBS Bridge
parent fe5f71f984
commit 0cab925da0
4 changed files with 58 additions and 11 deletions

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Tue Nov 18 14:13:46 UTC 2014 - toddrme2178@gmail.com
- Update to 2.6.1
- Fix SciPy regression for in Image.resize
- Fix manifest to include all test files
- Update to 2.6.0
- Relax precision of ImageDraw tests for x86, GimpGradient for PPC
- Use redistributable image for testing
- Use redistributable ICC profiles for testing, skip if not available
- Additional documentation for JPEG info and save options
- Fix JPEG Encoding memory leak when exif or qtables were specified
- Image.tobytes() and Image.tostring() documentation update
- On Windows, do not execute convert.exe without specifying path
- Fix msvc build error
- Fix for handling P + transparency -> RGBA conversions
- Retain alpha in ImageEnhance operations
- Jpeg2k Decode/encode memory leak fix
- EpsFilePlugin Speed improvements
- Don't resize if already the right size
- Fix for reading multipage TIFFs
- Correctly handle saving gray and CMYK JPEGs with quality=keep
- Correct duplicate Tiff Metadata and Exif tag values
- Windows fixes
- Fix TGA files with image ID field
- Fixed wrong P-mode of small, unoptimized L-mode GIF
- Fixed CVE-2014-3598, a DOS in the Jpeg2KImagePlugin
- Fixed CVE-2014-3589, a DOS in the IcnsImagePlugin
- setup.py: Close open file handle before deleting
- Return Profile with Transformed Images
- Changed docstring to refer to the correct function
- Adding coverage support for C code tests
- PyPy performance improvements
- Added support for reading MPO files
- Added support for encoding and decoding iTXt chunks
- HSV Support
- Removed unusable ImagePalette.new()
- Fix Scrambled XPM
- Doc cleanup
- Fix `ImageStat` docs
- Added docs for ExifTags
- More tests for CurImagePlugin, DcxImagePlugin, Effects.c, GimpGradientFile, ImageFont, ImageMath, ImagePalette, IptcImagePlugin, SpiderImagePlugin, SgiImagePlugin, XpmImagePlugin and _util
- Fix return value of FreeTypeFont.textsize() does not include font offsets
- Fix dispose calculations for animated GIFs
- Added class checking to Image __eq__ function
- Test PalmImagePlugin and method to skip known bad tests
- Update to 2.5.3
- Fixed CVE-2014-3598, a DOS in the Jpeg2KImagePlugin (backport)
- Update to 2.5.2
- Fixed CVE-2014-3589, a DOS in the IcnsImagePlugin (backport)
-------------------------------------------------------------------
Mon Aug 18 13:07:38 UTC 2014 - mcihar@suse.cz