15
0
forked from pool/python-Pillow

Accepting request 280286 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/280286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=25
This commit is contained in:
2015-01-08 11:32:22 +00:00
committed by Git OBS Bridge
parent 0cab925da0
commit a8109a78fd
4 changed files with 39 additions and 5 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Jan 8 10:55:04 UTC 2015 - tbechtold@suse.com
- update to version 2.7.0:
- Look for OSX and Linux fonts in common places. #1054
- Fix potential PNG decompression DOS #1060
- Use underscores, not spaces, in TIFF tag kwargs. #1044, #1058
- Update PSDraw for Python3, add tests. #1055
- Use Bicubic filtering by default for thumbnails. Don't use Jpeg Draft mode for thumbnails. #1029
- Fix MSVC compiler error: Use Py_ssize_t instead of ssize_t #1051
- Fix compiler error: MSVC needs varaibles defined at the start of the block #1048
- The GIF Palette optimization algorithm is only applicable to mode='P' or 'L' #993
- Use PySide as an alernative to PyQt4/5.
- Replace affine-based im.resize implementation with convolution-based im.stretch #997
- Replace Gaussian Blur implementation with iterated fast box blur. #961 Note: Radius parameter is interpreted differently than before.
- Better docs explaining import _imaging failure #1016, build #1017, mode #1018, PyAccess, PixelAccess objects #1019 Image.quantize #1020 and Image.save #1021
- Fix for saving TIFF image into an io.BytesIO buffer #1011
- Fix antialias compilation on debug versions of Python #1010
- Fix for Image.putdata segfault #1009
- Ico save, additional tests #1007
- Use PyQt4 if it has already been imported, otherwise prefer PyQt5. #1003
- Speedup resample implementation up to 2.5 times. #977
- Speed up rotation by using cache aware loops, added transpose to rotations. #994
- Fix Bicubic interpolation #970
- Support for 4-bit greyscale TIFF images #980
- Updated manifest #957
- Fix PyPy 2.4 regression #952
- Webp Metadata Skip Test comments #954
- Fixes for things rpmlint complains about #942
- update to version 2.6.2:
- Fix potential PNG decompression DOS #1060
- Fix Regression in PyPy 2.4 in streamio #958
-------------------------------------------------------------------
Tue Nov 18 14:13:46 UTC 2014 - toddrme2178@gmail.com