From: Adeodato Simó Date: Tue, 4 Apr 2006 04:10:12 +0000 (+0200) Subject: Import mutt_1.5.11+cvs20060403-1 X-Git-Tag: 1.5.11+cvs20060403-1 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/ea351494d8daafdf31d993f6c40b3484925c88e6?ds=sidebyside;hp=-c Import mutt_1.5.11+cvs20060403-1 --- ea351494d8daafdf31d993f6c40b3484925c88e6 diff --git a/debian/changelog b/debian/changelog index f21670b..7ae870e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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ó 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: diff --git a/debian/patches/version.diff b/debian/patches/version.diff index 02bd2d3..69efa0d 100644 --- a/debian/patches/version.diff +++ b/debian/patches/version.diff @@ -2,9 +2,9 @@ +++ mutt-1.5.11+cvs20060126/VERSION @@ -1 +1 @@ -1.5.11 -+1.5.11+cvs20060330 ++1.5.11+cvs20060403 --- mutt-1.5.11+cvs20060126.orig/reldate.h +++ mutt-1.5.11+cvs20060126/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "2005-09-15"; -+const char *ReleaseDate = "2006-03-30"; ++const char *ReleaseDate = "2006-04-03";