summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-03-10 12:30:42 +0000
committeralecpl <alec@alec.pl>2011-03-10 12:30:42 +0000
commit8381ec1254f816bea2a5e85acb0a54722d327a60 (patch)
treee82c39cf41f4e629a7b0dccc6569e0723aeb0116 /CHANGELOG
parent32c8ba67ca5215bff29caa70bab95822a2573515 (diff)
- Force names of unique constraints in PostgreSQL DDL (postgres 9.x uses different naming convention than older versions)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f7a12d1a3..df52c545f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Force names of unique constraints in PostgreSQL DDL
- Add code for prevention from IMAP connection hangs when server closes socket unexpectedly
- Remove redundant DELETE query (for old session deletion) on login
- Get around unreliable rand() and mt_rand() in session ID generation (#1486281)