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