]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/changelog
Try to repair bug #610725.
[roundcube.git] / debian / changelog
index 9c9db1b1dc961f503d9cf7d78b93854d39876167..7d4bc865b877f672a5ff425c984b9aeae8e58aa5 100644 (file)
@@ -1,3 +1,14 @@
+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.
+
+ -- Vincent Bernat <bernat@debian.org>  Fri, 21 Jan 2011 21:44:05 +0100
+
 roundcube (0.5-1) experimental; urgency=low
 
   * New upstream release. Closes: #592312.