+mutt (1.5.12) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Adeodato Simó <dato@net.com.org.es> Sat, 15 Jul 2006 01:14:33 +0200
+
+mutt (1.5.11+cvs20060403-2) unstable; urgency=high
+
+ * Fix CVE-2006-3242, stack-based buffer overflow when processing an overly
+ long namespace from the IMAP server. (Closes: #375828)
+
+ -- Adeodato Simó <dato@net.com.org.es> Fri, 7 Jul 2006 15:01:28 +0200
+
+mutt (1.5.11+cvs20060403-1) unstable; urgency=low
+
+ * Update to CVS 2006-04-03, which finally:
+ + fixes segfault when changing to an IMAP folder and the mailbox name
+ is implicitly INBOX. (Closes: #351337, #353550)
+
+ -- Adeodato Simó <dato@net.com.org.es> Tue, 4 Apr 2006 06:10:12 +0200
+
+mutt (1.5.11+cvs20060330-1) unstable; urgency=low
+
+ * Update to CVS 2006-03-30, which fixes the following bugs:
+ + IMAP cache works again with Courier. (Closes: #351220)
+ + does not segfault if external query command output contains spaces.
+ (Closes: #351258)
+ + does not segfault when replying from the view-attachments menu when a
+ reply-hook is in use. (Closes: #352357)
+ + default save location for attachments which specify a path in their name
+ is not `dirname $attachment` anymore, but $CWD. (Closes: #301236)
+
+ * Switch to libdb4.4. (Closes: #355433)
+
+ -- Adeodato Simó <dato@net.com.org.es> Mon, 3 Apr 2006 02:41:15 +0200
+
+mutt (1.5.11+cvs20060126-2) unstable; urgency=medium
+
+ * Make imap_idle default to off, since it does not work with dovecot from
+ stable, which a lot of people use; upstream will make this change before
+ 1.5.12. (Closes: #351263, #354902)
+
+ * Ignore DKIM-Signature by default in /etc/Muttrc. (Closes: #354907)
+
+ -- Adeodato Simó <dato@net.com.org.es> Thu, 2 Mar 2006 22:42:34 +0100
+
+mutt (1.5.11+cvs20060126-1) unstable; urgency=low
+
+ * Update to CVS 2006-01-26; since this includes a huge diff between
+ ChangeLog and ChangeLog.old (moved entries), prepare a new tarball.
+ Some worth-mentioning changes:
+
+ + Mutt can now expand its own variables as it does with envvars; for
+ example, it's now possible to put something like this into a hook:
+ set sendmail="mysmtp -f $from".
+
+ + Support for user-defined variables starting with my_; environment
+ variables take precedence, and expansion does not occur in shell-escape.
+
+ + Pattern group support, as explained (only!) in:
+ <http://does-not-exist.org/mail-archives/mutt-dev/msg05693.html>
+
+ + Loooots of improvments in the IMAP code, including sync speed-ups
+ (through pipelining), hcache stuff (eg. $imap_cachedir), and things
+ like $imap_idle and support for the "old" flag in IMAP folders.
+
+ * Rework the package build system to fit personal preference:
+ + debhelperize debian/rules a bit more.
+ + drop dbs in favor of quilt; reorganize patches a bit.
+
+ (NOTE: quilt means that dropping patches into debian/patches is
+ no longer enough to get them applied; they must be listed in the
+ debian/patches/series file.)
+
+ * Adjustments to debian/control:
+ + use '*' for the bulleted list, instead of 'o'.
+ + build-depend on gawk instead of mawk, to have "nextfile".
+ + drop conflicts and replaces on packages that are not in woody.
+
+ * Updated debian/copyright.
+
+ * Added debian/watch.
+
+ -- Adeodato Simó <dato@net.com.org.es> Thu, 2 Feb 2006 05:12:18 +0100
+
+mutt (1.5.11-5) unstable; urgency=medium
+
+ * Unbreak Mutt in Turkish locales (tr_TR): include patch from CVS to use the
+ proper strcmp function in several places. Upstream bug #2144, reported in
+ both BTS by Recai Oktas. (Closes: #343655)
+
+ * Apply patch from Nik A. Melchior to fix formatting problem in muttrc(5).
+ (Closes: #343030)
+
+ -- Adeodato Simó <dato@net.com.org.es> Fri, 23 Dec 2005 23:18:44 +0100
+
+mutt (1.5.11-4) unstable; urgency=low
+
+ * Update to CVS 2005-11-24 to fix the following bug (yay):
+
+ + does not fail to open messages that contain base64-encoded inline PGP
+ bits (signature, encrypted hunk, or a key). (Closes: #340116)
+
+ Also, do not report success to decrypt an inline PGP message when
+ decryption actually failed.
+
+ * Again, update my e-mail address in debian/control, yada yada.
+
+ -- Adeodato Simó <dato@net.com.org.es> Fri, 25 Nov 2005 02:50:20 +0100
+
+mutt (1.5.11-3) unstable; urgency=low
+
+ * Update to CVS 2005-11-01, with the following worth-of-mentioning goodies
+ (among others):
+
+ + full read/write >2 GB mbox support.
+ + attachment counting patch merged upstream (%X in index_format); check
+ the "Attachment Searching and Counting" section in the manual for more
+ information.
+
+ And the following bugs are fixed as well:
+
+ + S/MIME keys can be selected from the menu. (Closes: #318470)
+ + clarified description of pop_checkinterval. (Closes: #320642)
+
+ * Update my e-mail address in debian/control.
+
+ -- Adeodato Simó <dato@the-barrel.org> Fri, 11 Nov 2005 02:16:11 +0100
+
+mutt (1.5.11-2) unstable; urgency=low (but fixes critical bug not in testing)
+
+ * The fix for coping with mboxes bigger than 2 GB introduced a bug affecting
+ at least powerpc (but not i386) which made mutt write Content-Length: 0 in
+ mboxes due to a un-updated %ld format specifier. This caused for mail to
+ be lost in the next mbox write.
+
+ Apply a patch quickly provided by upstream (thanks, Brendan Cully!) that
+ makes mutt use the right format specifier. (Closes: #330474)
+
+ * Update the compressed folders to the 1.5.11, which includes documentation
+ in XML format.
+
+ -- Adeodato Simó <asp16@alu.ua.es> Fri, 30 Sep 2005 01:15:28 +0200
+
+mutt (1.5.11-1) unstable; urgency=low
+
+ * New upstream release, fixing the following bugs:
+
+ + ~h can match folded headers. (Closes: #319654)
+ + implements progress indication when uploading messages to an imap
+ folder. (Closes: #228713)
+ + limit pattern is properly displayed when zero messages matched.
+ (Closes: #242398)
+
+ A further CVS pull (2005-09-24) fixes the following bugs:
+
+ + can open mboxes bigger than 2 GB. (Closes: #296940)
+ + does not require GPG_TTY to be set in order to accept using the GnuPG
+ agent: it'll set the variable itself if not present. (Closes: #316388)
+ + does not segfault when replying to a message if content_type is unset.
+ (Closes: #329306)
+ + does not segfault with IMAP folder completion. (Closes: #329442)
+
+ Packaging changes needed:
+
+ + Upstream documentation now comes in XML, so changed Build-Dependency on
+ linuxdoc-tools-text and groff to xsltproc, docbook-xml, docbook-xsl and
+ links. Added patch debian/patches/doc_build_adjustments.diff to force
+ the use of links instead of lynx for generating the text version of the
+ manual, and to not ignore errors from links and xsltproc.
+
+ + Changed --with-sasl2 to its new name --with-sasl in debian/rules;
+ removed extra hunk on debian/patches/patch-1.5.4.Md.sasl2-1arc.
+
+ + Rediffed 080_Md.Muttrc, removed patch.asp.fix-bug-266493.1 (applied
+ upstream).
+
+ + Temporarily removed documentation from the compressed-folders patch,
+ until upstream reacts to the move to XML.
+
+ * Build against libgnutls12 (build-depend on libgnutls-dev instead of
+ libgnutls11-dev). (Closes: #323279)
+
+ * Remove spurious dash in argument to -encrypt in smime_encrypt_command.
+ (Closes: #315319)
+
+ -- Adeodato Simó <asp16@alu.ua.es> Sun, 25 Sep 2005 23:11:59 +0200
+
+mutt (1.5.10-1) unstable; urgency=low
+
+ * New upstream release, fixing the following bugs:
+ + does not store gpg passphrase when signing or decrypting has failed,
+ since that probably means it was wrong. (Closes: #132548)
+ + does not fail to delete attachments in unencrypted mails. (Closes:
+ #302500)
+
+ * New functionality overview or otherwise noticeable news:
+ + $imap_check_subscribed variable to add the list of subscribed folders to
+ the buffy list.
+ + $braille_friendly variable to make Mutt more usable for blind users.
+ + $imap_login variable in case the login name on the IMAP server is
+ different to the name of the account ($imap_user).
+ + -D command line option to dump current configuration, after all
+ initialization files have been read.
+ + $imap_force_ssl gone.
+ + an empty limit is now interpreted as a request to cancel the current
+ limit.
+
+ * Patches:
+ + 080_Md.paths_mutt.man: adjusted; upstream build system puts now the
+ right paths in mutt.1 using @bindir@. Install mutt.1 instead of mutt.man
+ in debian/rules.
+ + 080_Md.Muttrc: don't set menu_move_off in /etc/Muttrc since the
+ compile-time default is now what we want (pre-1.5.7 compatible).
+ + edit-threads, current-shortcut, incomplete-mbyte: removed, integrated
+ upstream.
+ + maildir-mtime: s/if/ifdef/ to get it to apply.
+ + compressed-folders: updated to 1.5.10.
+
+ * Upstream now builds "complete" documentation, i.e., for all features
+ whether enabled or not. Disable that for Debian. [patch.docs-match-config.h]
+
+ * Build-Depend on autotools-dev and use updated config.{guess,sub} at build
+ time to fix FTBFS on GNU/kFreeBSD. (Closes: #302735)
+
+ * Update Standards-Version to 3.6.2 (no changes required).
+
+ * Set myself as the maintainer, and remove Marco from Uploaders as agreed
+ with him.
+
+ -- Adeodato Simó <asp16@alu.ua.es> Mon, 15 Aug 2005 15:51:55 +0200
+
+mutt (1.5.9-2) unstable; urgency=high
+
+ * Added a missing Build-Depend on mawk. (Closes: #310039)
+ * Updated the Swedish translation.
+
+ -- Adeodato Simó <asp16@alu.ua.es> 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ó <asp16@alu.ua.es> 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
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)
* 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
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)