X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/4c13acfc45a942f5f481ce6a3dfcea461da505ad..5ed138215ee476f7451fe07201732104fb24e269:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 9ad4057..4f1f223 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +mutt (1.5.9-2sarge2) stable-security; urgency=high + + * Fix buffer overflow in IMAP parsing code + + -- Moritz Muehlenhoff Wed, 28 Jun 2006 17:12:05 +0000 + +mutt (1.5.9-2sarge1) stable; urgency=low + + * For attachments marked for deletion after the message is sent, don't + remove them if the message is finally cancelled, or if the attachments + are dropped from the message prior to sending. (Closes: #332972) + + -- Adeodato Simó Tue, 31 Jan 2006 01:23:28 +0100 + +mutt (1.5.9-2) unstable; urgency=high + + * Added a missing Build-Depend on mawk. (Closes: #310039) + * Updated the Swedish translation. + + -- Adeodato Simó Sun, 22 May 2005 17:29:25 +0200 + +mutt (1.5.9-1) unstable; urgency=medium + + * New upstream release, though the previous upload already included most of + it because of the CVS pull. Do another one now (2005-04-03), including the + following bits from 1.5.10: + + several translation updates (de, id, nl, pl, ru). + + a patch by Daniel Jacobowitz to synchronise message flags before moving + messages. (Closes: #163616) + + * Also, the header cache patch is now fully integrated upstream, so drop it. + + * Don't set pipe_default in debian/patches/080_Md.Muttrc, and stick to + upstream's default (unset). (Closes: #300830) + + * Updated the compressed folders patch to version 1.5.9. + + * Updated patch 080_Md.Muttrc to restore the old behaviour of the index. + + -- Adeodato Simó Sun, 03 Apr 2005 20:08:39 +0200 + mutt (1.5.8-1) unstable; urgency=low * New upstream release, with a CVS pull to get all the translation updates @@ -10,6 +51,8 @@ mutt (1.5.8-1) unstable; urgency=low in a message being composed. This permits, for example, to match against recipients added manually after writing the mail, which wasn't possible with 'send-hook' alone. + + Christoph Berg's menu_context patch is also included. Check the + $menu_context and $menu_move_off variables. * This version also includes the following fixes: + message flags are not lost after editing a message. (Closes: #275060) @@ -24,9 +67,10 @@ mutt (1.5.8-1) unstable; urgency=low * Updated the compressed folders patch to version 1.5.8. - * Dropped the adjust_line patch from extra-patches/mutt-ja-compat, - incorporated upstream. Renamed mutt-ja-compat to assumed-charset, since - that's the only patch that remains. + * Dropped the adjust_line and adjust_edited_file patches from + extra-patches/mutt-ja-compat, incorporated upstream. Renamed + mutt-ja-compat to assumed-charset, since that's the only patch that + remains. * Lots of patches in the Debian package have been applied upstream, drop them (16 in total). Worth mentioning is the gnutls patch. The @@ -41,10 +85,7 @@ mutt (1.5.8-1) unstable; urgency=low been drastically reduced, since the generic code and the IMAP support has been incorporated upstream. - * Updated the compressed folders patch to version 1.5.7. - - * Dropped the adjust_edited_file patch from extra-patches/mutt-ja-compat, - incorporated upstream. + * Updated the compressed folders patch to version 1.5.8. * Use mixmaster-filter by default. (Closes: #299060)