X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=063bb410d85ccc566f6341b3924b94d818e8fda4;hb=2cee66cb5bcb19225bd368c554b3637bac38af34;hp=1131b043efb52ad75e1c514d3e336231538ec9f4;hpb=2e629dc57218524b51b780e9f6b42c47b68ece38;p=roundcube.git diff --git a/debian/changelog b/debian/changelog index 1131b04..063bb41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,48 @@ +roundcube (0.5.3+dfsg-2) UNRELEASED; urgency=low + + * Switch to Git for version control thanks to Jérémy + Bobbio. debian/control updated. + + -- Vincent Bernat Sat, 25 Jun 2011 09:36:02 +0200 + +roundcube (0.5.3+dfsg-1) unstable; urgency=low + + * New upstream release. + + Fix identities "reply-to" and "bcc" fields have a bogus value when + left empty (Closes: #628553). + + -- Vincent Bernat Fri, 10 Jun 2011 22:48:57 +0200 + +roundcube (0.5.2+dfsg-1) unstable; urgency=low + + * New upstream release + * Update logrotate configuration. Closes: #619410. + * Make debian-db.php owned by root. This really closes: #608976. + * Bump Standards-Version. No changes required. + + -- Vincent Bernat Sun, 24 Apr 2011 00:35:34 +0200 + +roundcube (0.5.1+dfsg-7) unstable; urgency=low + + * Make dbconfig-common use sqlite by default to ensure that the package + can be configured non-interactively in most cases. Closes: #617754. + + -- Vincent Bernat Fri, 11 Mar 2011 09:08:32 +0100 + +roundcube (0.5.1+dfsg-6) unstable; urgency=low + + * Handle incorrect upgrade from 0.3.1-6 when "changed" column already + exists for table "identities". Closes: #617312. + + -- Vincent Bernat Tue, 08 Mar 2011 07:37:56 +0100 + +roundcube (0.5.1+dfsg-5) unstable; urgency=low + + * Don't use awk. Use plain shell to modify main.inc.php. + Closes: #616074. + + -- Vincent Bernat Fri, 04 Mar 2011 20:46:57 +0100 + roundcube (0.5.1+dfsg-4) unstable; urgency=low * Fix debian/watch to remove "+dfsg" suffix.