commit 7e15ca6c2c29a4b78367e6efa6195b331a92b2a7 Author: Javier Jardón Date: Sat Apr 6 10:27:29 2019 -0700 Release 0.6.13 NEWS | 6 ++++++ 1 file changed, 6 insertions(+) commit 6b161973afe5622d96d776d9bc44042f329e7047 Author: Chun-wei Fan Date: Fri Oct 20 18:05:54 2017 +0800 Visual Studio builds: Enhance security of x64 binaries Use the HIGHENTROPYVA linker option on x64 builds with MSVC 2012 and later to enhance the security of the built binaries. Pointed out by Ignacio Casal Quinteiro. win32/vs10/croco-build-defines.props | 4 ++++ 1 file changed, 4 insertions(+) commit 9c4776803bf3564c1cb18dc995a3d0dafaf14343 Author: Chun-wei Fan Date: Tue May 9 18:17:29 2017 -0700 win32/replace.py: Fix replacing items in files with UTF-8 content Some files that this script will process might have UTF-8 items in there, which can cause problems on Python 3.x as it is more strict and careful on unicode issues. Fix this by: -Doing what we did before on Python 2.x -Opening the file with encoding='utf-8' on Python 3.x win32/replace.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 9ad72875e9f08e4c519ef63d44cdbd94aa9504f7 Author: Ignacio Casal Quinteiro Date: Sun Apr 16 13:56:09 2017 +0200 tknzr: support only max long rgb values This fixes a possible out of bound when reading rgbs which are longer than the support MAXLONG src/cr-tknzr.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 1fa1fdf73af5b2d5a05eafaba41e6ce26df4609b Author: Ignacio Casal Quinteiro Date: Sun Apr 16 13:44:56 2017 +0200 tknzr: remove unneeded assign src/cr-tknzr.c | 1 - 1 file changed, 1 deletion(-) commit 898e3a8c8c0314d2e6b106809a8e3e93cf9d4394 Author: Ignacio Casal Quinteiro Date: Sun Apr 16 13:13:43 2017 +0200 input: check end of input before reading a byte When reading bytes we weren't check that the index wasn't out of bound and this could produce an invalid read which could deal to a security bug. src/cr-input.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit b3230f4fe1ed8f1d092279e41bf53a266bddab73 Author: Ignacio Casal Quinteiro Date: Thu Apr 6 15:33:08 2017 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d0162098ac6630113da9e66620ab29459352dd6 Author: Ignacio Casal Quinteiro Date: Thu Apr 6 15:32:27 2017 +0200 Release 0.6.12 NEWS | 4 ++++ 1 file changed, 4 insertions(+)