From 36c6e4b626d111d452f93a7ab529feb368794cad Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Tue, 8 Oct 2024 16:56:51 +0200 Subject: [PATCH] Prepare changelog for release 5.0.13 --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 410d29c891..fc99376c2d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +Changes in version 5.0.13 + Fix issue #4228 + Ensure to set html lang attribute when varying language (#4198) + Ensure to set html dir attribute depending on the language used + Correct logo and favicon removing incorrectly added black border + Revise wrong positioning of checkboxes on wizard interface + Revise gl-admin tool fixing configuration of intergers variables + Revise gl-admin tool making configuration of boolean values case insensitive + Bump client dependencies to latest versions + Update client dependencies shrinkwrap + [doc] Revise documentation informing users that a 64-bit system is required to run GlobaLeaks (#4202) + Changes in version 5.0.12 Add ConnectionRefusedError to list of silenced exceptions Revise implementation of periodic jobs and implement minutely exception notifications limits