mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
3.1.2 Release Versioning
This commit is contained in:
parent
c62b544084
commit
acf1c8559b
|
@ -1,6 +1,14 @@
|
|||
Changelog (Pillow)
|
||||
==================
|
||||
|
||||
3.1.2 (2016-04-01)
|
||||
------------------
|
||||
|
||||
- Fixed an integer overflow in Jpeg2KEncode.c causing a buffer overflow. CVE-2016-3076
|
||||
[wiredfool]
|
||||
|
||||
|
||||
|
||||
3.1.1 (2016-02-04)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# ;-)
|
||||
|
||||
VERSION = '1.1.7' # PIL version
|
||||
PILLOW_VERSION = '3.1.1' # Pillow
|
||||
PILLOW_VERSION = '3.1.2' # Pillow
|
||||
|
||||
_plugins = ['BmpImagePlugin',
|
||||
'BufrStubImagePlugin',
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
* See the README file for information on usage and redistribution.
|
||||
*/
|
||||
|
||||
#define PILLOW_VERSION "3.1.1"
|
||||
#define PILLOW_VERSION "3.1.2"
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 3.1.1.{build}
|
||||
version: 3.1.2.{build}
|
||||
clone_folder: c:\pillow
|
||||
init:
|
||||
- ECHO %PYTHON%
|
||||
|
|
Loading…
Reference in New Issue
Block a user