From fefbd00cd64faa3af43f10c6bb3ec02fb2e0116c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 14 Jan 2018 13:57:49 +0100 Subject: [PATCH] Include recent fixes in 1.3.4 release --- CHANGELOG | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7b2232238..c261d8a85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,10 @@ CHANGELOG Roundcube Webmail =========================== -- Fix bug where contacts search could skip some records (#6130) -- Fix possible information leak - add more strict sql error check on user creation (#6125) - RELEASE 1.3.4 ------------- +- Fix bug where contacts search could skip some records (#6130) +- Fix possible information leak - add more strict sql error check on user creation (#6125) - Fix a couple of warnings on PHP 7.2 (#6098) - Fix broken long filenames when using imap4d server - workaround server bug (#6048) - Fix so temp_dir misconfiguration prints an error to the log (#6045)