commit ea12a9d5260b539dc6bffdb71a8f0b5d1ca77213 Author: Felix Riemann Date: Sun Aug 21 16:33:54 2016 +0200 Prepare for release 3.20.4 NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit e99a8c00f959652fe7c10e2fa5a3a7a5c25e6af4 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 55036c6d55b06e82a480b559d59f5effae26399d 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 05ba302f51e1ab2a4ebfb048c0a429eb60c6eb4f Author: Sinisa Habek Date: Fri Jul 29 16:00:04 2016 +0000 Updated Croatian translation po/hr.po | 2130 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1209 insertions(+), 921 deletions(-) commit a362f32344772362d1762412286e0df3b26ddde9 Author: Piotr Drąg Date: Fri Jul 15 20:52:15 2016 +0200 Add Language headers to po files Future versions of gettext will fail if this header is missing. po/am.po | 1 + po/az.po | 1 + po/be@latin.po | 1 + po/bn.po | 1 + po/bn_IN.po | 1 + po/br.po | 1 + po/ca@valencia.po | 2 +- po/cy.po | 1 + po/dz.po | 1 + po/en@shaw.po | 1 + po/es.po | 2 +- po/fur.po | 2 +- po/fy.po | 1 + po/gu.po | 2 +- po/hr.po | 1 + po/it.po | 2 +- po/ka.po | 1 + po/km.po | 2 +- po/ko.po | 2 +- po/ks.po | 1 + po/ku.po | 1 + po/mai.po | 1 + po/mg.po | 1 + po/mk.po | 1 + po/mn.po | 1 + po/ms.po | 1 + po/my.po | 1 + po/nds.po | 1 + po/nn.po | 1 + po/nso.po | 1 + po/or.po | 1 + po/ps.po | 1 + po/ru.po | 2 +- po/rw.po | 1 + po/si.po | 1 + po/sl.po | 2 +- po/sq.po | 1 + po/sr@latin.po | 2 +- po/ta.po | 2 +- po/tk.po | 1 + po/ug.po | 2 +- po/uz.po | 1 + po/uz@cyrillic.po | 1 + po/wa.po | 1 + po/zh_HK.po | 1 + 45 files changed, 45 insertions(+), 12 deletions(-) commit 8582fed68abd401e6bd2012163a6f04d59dc9723 Author: Muhammet Kara Date: Sat Jul 2 22:40:58 2016 +0000 Updated Turkish translation po/tr.po | 504 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 330 insertions(+), 174 deletions(-) commit 7876998b08e5e22d9b82922dcf97c4a3f5e799dc Author: Sebastian Rasmussen Date: Mon Jun 20 19:19:25 2016 +0000 Updated Swedish translation help/sv/sv.po | 1091 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 729 insertions(+), 362 deletions(-) commit 7abc7764da32a3097f038ec1dc41e338368a6a69 Author: Felix Riemann Date: Mon Jun 20 19:40:17 2016 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)