Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2018-01-14 15:57:49 +0300
committerThomas Bruederli <thomas@roundcube.net>2018-01-14 15:57:49 +0300
commitfefbd00cd64faa3af43f10c6bb3ec02fb2e0116c (patch)
treef14c58d5b2a4742f7f31d479e448a93c65c5d2fd
parent0f06f58e52c627b7a0562c4e545fedbfd2887463 (diff)
Include recent fixes in 1.3.4 release1.3.4
-rw-r--r--CHANGELOG5
1 files 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)