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
4747
4848 * Nothing yet :)
4949
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+
5055* **v1.0.13: **
5156
5257 * Added Python 3.11 support
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ source code):
1313 `commit ebe4840 `_.
1414
1515* 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 `_.
1717
1818.. _commit 467cb04 : https://github.com/wanadev/guetzli/commit/467cb0495caa33b09c79eb1579aeeced60464351
1919.. _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):
6363
6464setup (
6565 name = "pyguetzli" ,
66- version = "1.0.13 " ,
66+ version = "1.0.14 " ,
6767 description = "Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression" , # noqa
6868 url = "https://github.com/wanadev/pyguetzli" ,
6969 project_urls = {
You can’t perform that action at this time.
0 commit comments