X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=090f833b9dcc0351a239045f52580490d48b5d3f;hb=581aefb1739ce36a350c5ffc095f1e77e04328a7;hp=7bf5827a4ec1c18fa5acadfcc9791c4677096257;hpb=5e577b6d1143957234b2234f0004be02a051270c;p=roundcube.git diff --git a/debian/changelog b/debian/changelog index 7bf5827..090f833 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,45 @@ -roundcube (0.5~rc-1) UNRELEASED; urgency=low +roundcube (0.5.1-2) unstable; urgency=low + + * Add plugins. Closes: #550454. + * Update debian/copyright. + + -- Vincent Bernat Sun, 13 Feb 2011 15:25:45 +0100 + +roundcube (0.5.1-1) unstable; urgency=low + + * New upstream version. Some bugs are corrected in this release or in a + previous release: + + when switching to HTML mode, content type is now correctly set. + Closes: #611321. + + header delimiters handling has been fixed in 0.5. + Closes: #603489. + * Don't assign "skins" directory to www-data. Closes: #612552. + * Add instructions on how to install and upgrade when not using + dbconfig-common. We do not ship UPGRADING file any more since it is + misleading. Closes: #612511. + * Fix MySQL indexes if upgrading from 0.5-2 or lesser. Closes: #610725. + * Rework how symlinks work. The only directory to use is + /var/lib/roundcube. We use symlink from /usr/share/roundcube to + /var/lib/roundcube and not the other way. Moreover, plugins and skins + are also symlinked. A user should be able to add plugins and skins in + /var/lib/roundcube while default ones are in + /usr/share/roundcube. Closes: #612553. + + -- Vincent Bernat Wed, 09 Feb 2011 07:32:42 +0100 + +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, 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 + +roundcube (0.5-1) experimental; urgency=low * New upstream release. Closes: #592312. + Drop patches included upstream (DNS prefetching, jQuery 1.4 @@ -7,7 +48,9 @@ roundcube (0.5~rc-1) UNRELEASED; urgency=low now correctly states to use dpkg-reconfigure roundcube-core. Closes: #608977. + Update SQL commands to use to upgrade database. - That also closes: #602922. + That also closes: #602922. Unfortunately, the user may get some + harmless error messages because there is no way to know if + 0.3.1 was installed from scratch or upgraded from 0.3. + Update dependencies to match INSTALL file. Only exception is the use of Mail_Mime 1.8.0 in place of 1.8.1 which is not available in Debian. We depends on jQuery 1.4.2 because 1.4.4 is not available in @@ -21,7 +64,7 @@ roundcube (0.5~rc-1) UNRELEASED; urgency=low * Don't let www-data overwrite debian-db.php. Closes: #608976. * Bump Standards-Version. No changes required. - -- Vincent Bernat Sat, 08 Jan 2011 15:15:56 +0100 + -- Vincent Bernat Sat, 15 Jan 2011 12:40:27 +0100 roundcube (0.3.1-6) unstable; urgency=low