From: Vincent Bernat Date: Fri, 21 Jan 2011 20:47:15 +0000 (+0000) Subject: Better changelog X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=192bd8ff3156a9640e9c189231d1c907e8e2e802;p=roundcube.git Better changelog --- diff --git a/debian/changelog b/debian/changelog index 7d4bc86..3d505a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,10 +2,11 @@ roundcube (0.5-2) experimental; urgency=low * If 0.3.1 was installed from scratch, upgrade does not work on MySQL and PostgreSQL because we try to create an index which already - exists. With SQLite, the error is ignored. When using PostgreSQL, drop - the index if it already exists. Nothing similar seems to exist with - MySQL. Therefore, just don't create the index. We need to handle this - later. See bug #610725. Not closing. + exists. With SQLite, the error is ignored, no fix needed. When using + PostgreSQL, fix this by dropping the index if it already + exists. Nothing similar seems to exist with MySQL. Therefore, just + don't create the index. We need to handle this later. See bug + #610725. Not closing. -- Vincent Bernat Fri, 21 Jan 2011 21:44:05 +0100