X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/6918361d84c231c8cfb60bcf3b7b8d86db18126d..9181b30e4f41d8e9fe436610ac54c3831a966c1b:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 91b7dbd..abd957c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,56 @@ +mutt (1.5.16-4) UNRELEASED; urgency=low + + [ Adeodato Simó ] + * Move the packaging back to Bazaar, adjust X-VCS-* accordingly. + + [ Christoph Berg ] + * Call autoreconf at build time, drop the autotools-update patch. + * Refresh patches. + + * New upstream snapshot: + + fix segfaults with single byte 8-bit characters in index_format. + (Closes: #420598) + + properly render subject headers with encoded linefeeds. + (Closes: #264014) + + only calls gnutls_error_is_fatal when gnutls_record_recv returns a + negative value. (Closes: #439775) + + -- Christoph Berg Sat, 08 Sep 2007 21:43:39 +0200 + +mutt (1.5.16-3) unstable; urgency=medium + + * Fix the maildir-mtime patch change in 1.5.14+cvs20070403-1 that broke + new mail message count in IMAP folders. (Closes: #421468, #428734, #433275) + + -- Adeodato Simó Thu, 19 Jul 2007 23:41:02 +0200 + +mutt (1.5.16-2) unstable; urgency=low + + * Finally a new unstable version :) + * Disable gpgme backend again, it needs two "optional" libs we do not want + to pull into "standard" now, and it is still somewhat buggy. + Reopens: #263443. + * Use gdbm instead of bdb for the cache files. + * Enable sensible_browser_position patch. + + -- Christoph Berg Thu, 28 Jun 2007 21:58:47 +0200 + +mutt (1.5.16-1) experimental; urgency=low + + * New upstream version. + * compressed-folders: grab updated patch, thanks Roland. + + -- Christoph Berg Thu, 14 Jun 2007 10:54:56 +0200 + +mutt (1.5.15+20070608-1) experimental; urgency=low + + * Muttrc.head: Temporarily set pipe_decode in the \cb urlview macro. + Closes: #423640. + * Apply patch by pywatson@gmail.com to strdup strings when sorting. + Mutt: #2515, Closes: #196545. + + -- Christoph Berg Fri, 08 Jun 2007 11:19:08 +0200 + mutt (1.5.15+20070515-1) experimental; urgency=low * New snapshot. @@ -155,6 +208,15 @@ mutt (1.5.13-2) experimental; urgency=low -- Christoph Berg Mon, 12 Feb 2007 18:37:44 +0100 +mutt (1.5.13-1.1etch1) stable; urgency=low + + * Stable update. + * Grab patch from upstream: + Add imap_close_connection to fully reset IMAP state (Closes: #413715). + * Add myself to Uploaders, thanks Dato. + + -- Christoph Berg Tue, 15 May 2007 09:59:24 +0200 + mutt (1.5.13-1.1) unstable; urgency=high * Non-maintainer upload. @@ -403,6 +465,20 @@ mutt (1.5.10-1) unstable; urgency=low -- Adeodato Simó Mon, 15 Aug 2005 15:51:55 +0200 +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)