15
0
forked from pool/python-Pillow

Accepting request 319210 from home:winski:python

update to 2.9.0: bug fixes (including memory leak), added features & upstream merge of all outstanding patches

OBS-URL: https://build.opensuse.org/request/show/319210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=37
This commit is contained in:
Todd R
2015-07-29 09:54:54 +00:00
committed by Git OBS Bridge
parent 1c876d2161
commit 78447fef38
6 changed files with 44 additions and 63 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Wed Jul 29 07:19:04 UTC 2015 - jacobwinski@gmail.com
- Update to 2.9.0:
* Added test for GimpPaletteFile #1324
* Fixed ValueError in Python 2.6 #1315 #1316
* Fixed tox test script path #1308
* Added width and height properties #1304
* Update tiff and tk tcl 8.5 versions #1303
* Add functions to convert: Image <-> QImage; Image <-> QPixmap #1217
* Remove duplicate code in gifmaker script #1294
* Multiline text in ImageDraw #1177
* Automated Windows CI/build support #1278
* Removed support for Tk versions earlier than 8.4 #1288
* Fixed polygon edge drawing #1255 (fixes #1252)
* Check prefix length in _accept methods #1267
* Register MIME type for BMP #1277
* Adjusted ImageQt use of unicode() for 2/3 compatibility #1218
* Identify XBM file created with filename including underscore #1230 (fixes #1229)
* Copy image when saving in GifImagePlugin #1231 (fixes #718)
* Removed support for FreeType 2.0 #1247
* Added background saving to GifImagePlugin #1273
* Provide n_frames attribute to multi-frame formats #1261
* Add duration and loop set to GifImagePlugin #1172, #1269
* Ico files are little endian #1232
* Upgrade olefile from 0.30 to 0.42b #1226
* Setting transparency value to 0 when the tRNS contains only null byte(s) #1239
* Separated out feature checking from selftest #1233
* Style/health fixes
* Update WebP from 0.4.1 to 0.4.3 #1235
* Release GIL during image load (decode) #1224
* Added icns save #1185
* Fix putdata memory leak #1196
* Keep user-specified ordering of icon sizes #1193
* Tiff: allow writing floating point tag values #1113
- Update to 2.8.2:
* Bug fix: Fixed Tiff handling of bad EXIF data
- Remove 0001-Ico-files-are-little-endian-ref-1204.patch: merged upstream
- Remove fix-textsize-equal.patch: merged upstream
-------------------------------------------------------------------
Mon Jul 27 08:55:33 UTC 2015 - seife+obs@b1-systems.com