File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ Changelog
47
47
48
48
* Nothing yet :)
49
49
50
+ * **v1.0.14: **"
51
+
52
+ * Guetzli: Apply a better patch to fix the crash caused by a bad access to
53
+ a vector revealed when compiled with "-D_GLIBCXX_ASSERTIONS" (David Odin)
54
+
50
55
* **v1.0.13: **
51
56
52
57
* Added Python 3.11 support
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ source code):
13
13
`commit ebe4840 `_.
14
14
15
15
* Guetzli: Fixed a crash caused by a bad access to a vector revealed when
16
- compiled with ``-D_GLIBCXX_ASSERTIONS ``. See `commit d4b6a76 `_.
16
+ compiled with ``-D_GLIBCXX_ASSERTIONS ``. See `commit 1c35835 `_.
17
17
18
18
.. _commit 467cb04 : https://github.com/wanadev/guetzli/commit/467cb0495caa33b09c79eb1579aeeced60464351
19
19
.. _commit ebe4840 : https://github.com/wanadev/guetzli/commit/ebe48409fd698e8f4d6996bca2a4b2ce8fc91e6b
20
- .. _commit d4b6a76 : https://github.com/wanadev/guetzli/commit/d4b6a76cf17de6c251c8b0343452aac179cfadb9
20
+ .. _commit 1c35835 : https://github.com/wanadev/guetzli/commit/1c35835c5acc0274820704c329581f6d7f7a6ecb
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def build_extensions(self):
63
63
64
64
setup (
65
65
name = "pyguetzli" ,
66
- version = "1.0.13 " ,
66
+ version = "1.0.14 " ,
67
67
description = "Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression" , # noqa
68
68
url = "https://github.com/wanadev/pyguetzli" ,
69
69
project_urls = {
You can’t perform that action at this time.
0 commit comments