]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/changelog
patches/misc/manpage-typos.patch, fixes some typos in the manpage (Closes: 428017)
[software/mutt-debian.git] / debian / changelog
index e8ad3967a8e1ef43c3d0666d154c272acab65354..9e2e58b688265cbf77b95ed537a02633f328ead1 100644 (file)
@@ -1,3 +1,365 @@
+mutt (1.5.19-4) unstable; urgency=low
+
+  * debian/rules:
+    + disable tokyocabinet as backend so it won't be used (Closes: 530670)
+  * debian/control:
+    + added pkg-config to Build-Depends
+  * patches/debian-specific/529838-gnutls-autoconf.patch:
+    + pkg-config to detect gnutls rather than libgnutls-config (Closes: 529838)
+  * patches/upstream/530661-mandatory-doubledash.patch
+    + document the mandatory usage of -- with the -a option (Closes: 530661)
+  * patches/features/sensible_browser_position
+    + mutt does not segfault when the last mailbox is removed (Closes: 439387)
+  * patches/upstream/375530-index-weirdness.patch
+    + fix index weirdness if mailbox is emptied (Closes: 375530)
+  * patches/upstream/493719-segfault-imap-close.patch
+    + IMAP: only close socket when not already disconnected (Closes: 493719)
+  * patches/upstream/514960-certificate-insecure-algorithm.patch
+    + allow certs generated with insecure algorithms if they are in cache
+      (Closes: 514960)
+  * patches/misc/manpage-typos.patch
+    + fixes some typos in the manpage (Closes: 428017)
+
+ -- Antonio Radici <antonio@dyne.org>  Tue, 26 May 2009 23:42:51 +0100
+
+mutt (1.5.19-3) unstable; urgency=low
+
+  * debian/control:
+    + Xs- removed from VCS headers
+    + removed a duplicate "priority" in the binary package
+    + Section: debug for mutt-dbg
+    + debhelper dependency updated to support dh_lintian
+    + Standards-Version bumped to 3.8.1
+    + widened mutt-dbg extended description
+  * debian/compat: bumped to 7
+  * debian/patches
+    + added a small description to all patches missing it
+    + the following patches were refreshed against upstream/1.5.19:
+      * features/{ifdef,maildir-mtime,xtitles,trash-folder,purge-message}
+      * features-old/patch-1.5.4.vk.pgp_verbose_mime
+      * debian-specific/{Md.etc_mailname_gethostbyname.diff
+        debian/specific/{correct_docdir_in_manpage.diff,assumed_charset-compat}
+      * mutt-patched/*
+    + mutt-patched/sidebar: added the new sidebar patch for 1.5.19
+    + misc/hyphen-as-minus: sub hyphen with minus in the mutt manpages 
+      to make lintian happy
+    + misc/smime_keys-manpage.patch: add a missing manpage (Closes: 528672)
+  * debian/rules
+    + re-enabled building of mutt-patched for 1.5.19
+    + replacing the deprecated "dh_clean -k" with dh_prep
+  * debian/mutt-patched.lintian-overrides: mutt can be w/out manpage
+  * debian/mutt.lintian-overrides: excluding arch-dep-package-has-big-usr-share
+    because there are many locales
+  * debian/mutt.preinst: added "set -e" to abort if there are errors
+  * debian/clean: remove aclocal.m4 it will not appear in the .diff.gz
+
+ -- Antonio Radici <antonio@dyne.org>  Sun, 24 May 2009 17:24:18 +0100
+
+mutt (1.5.19-2) experimental; urgency=low
+
+  * Recommends: libsasl2-modules. Technically, we depend on libsasl2-2 which
+    already recommends this package, but not having it installed just confuses
+    too many users.
+  * Use upstream's smime.rc file, hereby fixing S/MIME encryption.
+    (Closes: #315319)
+  * Grab two patches from upstream that should also go into lenny:
+    + Always sort inode list for accessing header cache. (Closes: #508988)
+    + Delete partially downloaded files in message cache. (Closes: #500016)
+  * Add Antonio Radici to Uploaders. Thanks for the BTS triaging!
+
+ -- Christoph Berg <myon@debian.org>  Thu, 05 Feb 2009 23:26:41 +0100
+
+mutt (1.5.19-1) experimental; urgency=low
+
+  * New upstream version.
+    + Header weeding changed in default config; now we ignore * and unignore
+      from: subject to cc date x-mailer x-url user-agent. (Mutt: #286)
+    + $move now defaults to "no" instead of "ask-no".
+  * Upstream dropped changelog.old, so do we.
+  * Temporarily disable building mutt-patched until an updated sidebar patch
+    is available.
+
+ -- Christoph Berg <myon@debian.org>  Thu, 15 Jan 2009 23:47:29 +0100
+
+mutt (1.5.18-4) unstable; urgency=low
+
+  * In order to evade a conflict with the sidebar patch, move the set_xterm_*
+    prototypes from pager.c to mutt_menu.h. No functional change.
+  * Introduce two new patches that revert the conflicting part of the
+    maildir-mtime patch before applying the sidebar patch, and afterwards
+    re-apply the relevant bits. This mitigates the chance of bugs being
+    introduced when manually resolving conflicts with new versions of the
+    sidebar patch. This fixes new mail detection in the mutt-patched package.
+    (Closes: #484537, #484538)
+
+ -- Christoph Berg <myon@debian.org>  Sun, 03 Aug 2008 00:51:58 +0200
+
+mutt (1.5.18-3) unstable; urgency=low
+
+  * Pull patch from upstream to fix multipart decoding. (Closes: #489283)
+  * Add example sidebar config, thanks Stefano Zacchiroli. (Closes: #460452)
+  * (Finally) compile with native Kerberos GSSAPI support. (Closes: #469483)
+  * Add a switch in debian/rules to make building mutt-patched configurable.
+
+ -- Christoph Berg <myon@debian.org>  Sun, 20 Jul 2008 01:35:03 +0200
+
+mutt (1.5.18-2) unstable; urgency=low
+
+  * Updated sidebar patch, does not display (NULL) anymore. (Closes: #483151)
+  * Install reportbug script to inform us about the status of installed
+    mutt packages.
+  * Use dh_lintian (prefix with '-' so we do not need to bump the DH level).
+  * Register mutt as message/rfc822 application in /etc/mailcap.
+    (Closes: #474539)
+  * Refresh some patches to get rid of -p0 in series file.
+  * Bump Standards-Version; add debian/README.source.
+  * Switch Maintainer and Uploader as suggested by Dato.
+
+ -- Christoph Berg <myon@debian.org>  Thu, 12 Jun 2008 23:53:46 +0200
+
+mutt (1.5.18-1) unstable; urgency=low
+
+  * New upstream version.
+    + Query menu format is configurable. (Closes: #66096, Mutt: #170)
+    + Quote attachment filenames starting with '='.
+      (Closes: #351890, Mutt: #1719)
+    + Mention that References: and Date: cannot be changed in editor.
+      (Closes: #191850, Mutt: #1234).
+  * Refreshing patches from upstream:
+    + compressed-folders.
+    + sidebar. (Closes: #470657)
+  * Update doc-base section.
+
+ -- Christoph Berg <myon@debian.org>  Sat, 24 May 2008 19:36:44 +0200
+
+mutt (1.5.17+20080114-1) unstable; urgency=low
+
+  * New upstream snapshot (hg 130aa0517251), and this time build a proper
+    orig.tar.gz tarball.
+    + Fixes message corruption/duplication. (Closes: #459739)
+
+ -- Christoph Berg <myon@debian.org>  Mon, 14 Jan 2008 23:26:14 +0100
+
+mutt (1.5.17-2) unstable; urgency=low
+
+  * Build a mutt-patched package to apply the sidebar patch. Thanks to Dato
+    who had the right idea for the necessary debian/rules magic during the
+    recent debian-qa meeting in Extremadura. (Closes: #277637)
+  * Build a mutt-dbg package, and bump DH level to 5.
+  * Grab current hg tip from upstream (68a9c3e74f9a).
+    + Fixes "mailto:" URL parsing.
+      (Closes: #426148, #426158, #446016, Mutt: #2968, #2980)
+    + 'set folder= =' won't segfault. (Closes: #448728)
+    + Improve DSN docs. (Closes: #436228)
+  * Bump Standards-Version, add Homepage field.
+
+ -- Christoph Berg <myon@debian.org>  Tue, 01 Jan 2008 20:00:33 +0100
+
+mutt (1.5.17-1) unstable; urgency=low
+
+  [ Adeodato Simó ]
+  * Move the packaging back to Bazaar, adjust X-VCS-* accordingly.
+
+  [ Christoph Berg ]
+  * Mention libsasl2-modules-gssapi-mit in README.Debian. (Closes: #433425)
+  * Call autoreconf at build time, drop the autotools-update patch.
+  * Update menu file, add lintian override file.
+  * Refresh patches.
+
+  * New upstream version:
+    + fix segfaults with single byte 8-bit characters in index_format.
+      (Closes: #420598, Mutt: #2882)
+    + properly render subject headers with encoded linefeeds.
+      (Closes: #264014, Mutt: #1810)
+    + only calls gnutls_error_is_fatal when gnutls_record_recv returns a
+      negative value. (Closes: #439775, Mutt: #2954)
+    + Large file support for mutt_pretty_size().
+      (Closes: #352478, #416555, Mutt: #2191)
+    + Do not consider empty pipes for filtering in format strings.
+      (Closes: #447340)
+
+ -- Christoph Berg <myon@debian.org>  Sat, 03 Nov 2007 23:00:04 +0100
+
+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ó <dato@net.com.org.es>  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 <myon@debian.org>  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 <myon@debian.org>  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 <myon@debian.org>  Fri, 08 Jun 2007 11:19:08 +0200
+
+mutt (1.5.15+20070515-1) experimental; urgency=low
+
+  * New snapshot.
+    + Removed hardcoded pager progress indicator and add %P format code to
+      $pager_status which contains the same information.
+      Mutt: #2087, Closes: #259145.
+  * $smime_verify_opaque_command: fallback to -noverify.
+    Mutt: #2428, Closes: #420014.
+
+ -- Christoph Berg <myon@debian.org>  Thu, 17 May 2007 14:15:48 +0200
+
+mutt (1.5.15+20070412-1) experimental; urgency=low
+
+  * New snapshot:
+    + Avoid altering the argument to mutt_complete() when completion fails.
+      Mutt: #2871, Closes: #367405
+    + Allow reply-hook to use ~h when replying from the index.
+      Mutt: #2866, Closes: #362919
+    + Exit with a nonzero value if sending a message in batch mode fails.
+      Mutt: #2709, Closes: #273137
+    + Make mutt more posixly-correct. Mutt: #1615, Closes: #204904
+
+ -- Christoph Berg <myon@debian.org>  Thu, 12 Apr 2007 17:04:05 +0000
+
+mutt (1.5.14+cvs20070403-1) experimental; urgency=low
+
+  * set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt".
+  * Use /etc/ssl/certs/ca-certificates.crt as smime_ca_location if there is
+    none in ~/.smime/ (Closes: #255653).
+  * New snapshot:
+    + Make mutt_edit_file display error if editor return is non-zero
+      (Closes: #209244).
+    + Use ~/.muttrc as the default alias_file if no user muttrc exists
+      (Closes: #226500).
+    + Reset list.name before each list response in folder browser
+      (Mutt: #2444, Closes: #377783).
+    + Fix segfault when trying to read header cache if cwd does not exist
+      (Mutt: #2714, Closes: #387560).
+    + Make message cache write to temporary location until file is complete
+      (Closes: #394383).
+    + Use RECENT for first mailbox check if header cache check fails
+      (Closes: #372512).
+  * Patches:
+    + maildir-mtime: refreshed.
+
+ -- Christoph Berg <myon@debian.org>  Tue,  3 Apr 2007 20:54:35 +0200
+
+mutt (1.5.14+cvs20070321-1) experimental; urgency=low
+
+  * Move source package to http://hg.debian.org/hg/pkg-mutt/debian-mutt.
+  * debian/control: Add XS-Vcs fields.
+  * New snapshot:
+    + More space for the "help" string (Closes: #415277).
+    + --buffy-size is a config option, $check_mbox_size (Closes: #379472).
+  * Patches:
+    + gpg.rc: upstream ships without absolute paths, our patch is much simpler
+      now.
+    + compressed-folders: refreshed.
+  * Mention /etc/Muttrc defaults in documentation (Closes: #388667).
+  * debian-ldap-query: Support middle names (Closes: #415653).
+
+ -- Christoph Berg <myon@debian.org>  Wed, 21 Mar 2007 21:54:08 +0100
+
+mutt (1.5.14+cvs20070315-1) experimental; urgency=low
+
+  * New upstream snapshot (now from mercurial).
+    + send_charset supports charset-hook'd charsets (Closes: #152444).
+    + Regex for color patterns can be > 256 chars long (Closes: #229801).
+    + Reduces massive strcat use (Closes: #290701).
+    + Uses realpath of folders in the cache (Closes: #298121).
+    + Wraps help correctly on utf-8 terminals (Closes: #328921).
+    + Fixes typos in muttrc.5 (Closes: #366413).
+    + Requery IMAP capabilities after login (Closes: #384076).
+    + Various mutt.1 updates (Closes: #332803, #355912, #366413, #394256).
+    + The key binding documentation is now auto-generated, thereby documenting
+      some missing functions (Closes: #413144).
+    + Previously fixed: IMAP hangs (Closes: #413715).
+  * Split up Muttrc into separate files in /etc/Muttrc.d/.
+  * charset.rc: iconv-hooks for some commonly misused charsets
+    (Closes: #402027).
+  * Add compatibility alias file_charset for attach_charset (got renamed when
+    the assumed-charset patch went upstream).
+  * Patches:
+    + compressed-folders: synced with upstream.
+    + compressed-folders.ranty-fix: removed, went upstream.
+  * Packaging:
+    + Use quilt.make.
+    + Move patchlist sorting into patchlist.sh.
+
+ -- Christoph Berg <myon@debian.org>  Thu, 15 Mar 2007 14:11:31 +0100
+
+mutt (1.5.14+cvs20070301-1) experimental; urgency=low
+
+  * New upstream snapshot. Hilights:
+    + Now features ESMTP support, yay!
+    + PKA support via gpgme.
+    + Ability to save history.
+  * Enable gpgme backend (Closes: #263443).
+  * Move mail-transport-agent from Depends to Recommends (Closes: #356297).
+  * /etc/Muttrc:
+    + Do not unset write_bcc (Closes: #304718).
+    + Do not unset use_from and use_domain (Closes: #283311, #398699).
+    + Add quotes for compressed folder hooks (Closes: #238034),
+    + mime_lookup application/octet-stream.
+  * Patches:
+    + assumed-charset: removed, applied upstream.
+    + xtitles: Removed a comment on the default of xterm_set_titles (mentioned
+      in #366413).
+  * colors.angdraug: Fix spelling (Closes: #295241).
+  * gpg.rc: add full path for pgpewrap (Closes: #396207).
+  * Update copyright holders.
+
+ -- Christoph Berg <myon@debian.org>  Thu,  1 Mar 2007 22:48:53 +0100
+
+mutt (1.5.13+cvs20070215-1) experimental; urgency=low
+
+  * Update to a CVS snapshot:
+    Closes: #47284: newlines/spaces are removed from custom multiple header
+      lines
+    Closes: #397858: /usr/bin/mutt_dotlock: off-by-one error in mutt_dotlock.c
+    Closes: #400831: logic error in mutt-1.5.13/account.c
+    Closes: #404916: sort-mailbox by spam tag score sorting strangeness
+    Closes: #410678: crash when IMAP server skips messages during a FETCH
+      without a cast.
+
+  * Patches:
+    + Reshuffle patches to move autotools-needing/updating to front.
+    + compressed-folders: refreshed.
+    + autotools-update: updated.
+    + tempfile-race, thread_pattern_in_UPDATING: removed, included upstream.
+
+    New patches:
+    + ifdef: test for presence of features, patch by Cedric Duval.
+    + trash-folder, purge-message: trash folder support, also by Cedric Duval
+      (Closes: #263204).
+
+    Patches shipped but not applied by default:
+    + chdir: change working directory.
+    + indexcolor: color index colums.
+    + w3mface: display X-Face headers using w3mimgdisplay.
+
+  * Create /etc/Muttrc.d/ (Closes: #391961).
+  * Make sure reldate.h is found while building the docs.
+
+ -- Christoph Berg <myon@debian.org>  Fri, 16 Feb 2007 02:04:35 +0100
+
 mutt (1.5.13-2) experimental; urgency=low
 
   * Adding myself as uploader, thanks Dato.
@@ -9,6 +371,15 @@ mutt (1.5.13-2) experimental; urgency=low
 
  -- Christoph Berg <myon@debian.org>  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 <myon@debian.org>  Tue, 15 May 2007 09:59:24 +0200
+
 mutt (1.5.13-1.1) unstable; urgency=high
 
   * Non-maintainer upload.
@@ -56,7 +427,7 @@ mutt (1.5.11+cvs20060330-1) unstable; urgency=low
       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
@@ -144,7 +515,7 @@ mutt (1.5.11-3) unstable; urgency=low
     + 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)
@@ -257,6 +628,20 @@ mutt (1.5.10-1) unstable; urgency=low
 
  -- Adeodato Simó <asp16@alu.ua.es>  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 <jmm@debian.org>  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ó <dato@net.com.org.es>  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)