commit d9fb22063675911037e7d696f5b9c9a3bbbec614 Author: Felix Riemann Date: Sun Aug 21 17:03:25 2016 +0200 Prepare for release 3.16.5 NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) commit deabba49d0e78a7afc376a4799aba8b496e3f718 Author: Felix Riemann Date: Sun Aug 21 15:32:31 2016 +0200 EogImage: Fix leaked GError when loading an SVG fails Make sure the GError is not overwritten when closing the handle if loading already failed earlier on. This will handle SVG errors similar to errors from GdkPixbuf. https://bugzilla.gnome.org/show_bug.cgi?id=770197 src/eog-image.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit 1222dd0077de472818bacbc8dcb0ff031bed0de2 Author: Felix Riemann Date: Sun Aug 21 15:56:46 2016 +0200 EogErrorMessageArea: Make sure error messages are valid UTF8 GMarkup requires valid UTF8 input strings and would cause odd looking messages if given invalid input. This could also trigger an out-of-bounds write in glib before 2.44.1. Reported by kaslovdmitri. https://bugzilla.gnome.org/show_bug.cgi?id=770143 src/eog-error-message-area.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 27018f326980265af0b483d9723d8b00526683d3 Author: Felix Riemann Date: Sun Feb 14 19:32:35 2016 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)