From d251f3230702f0f43fa826241bc4dea6b507920b Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 11 Feb 1999 13:34:43 +0000 Subject: [stable] post-release commit for 0.95.2. --- ChangeLog | 47 +- Makefile.am | 2 +- NEWS | 18 + VERSION | 2 +- doc/Makefile.in | 2 +- doc/manual.sgml.in | 12 + po/cs.po | 985 ++++++++++++++++++------------------- po/de.po | 970 +++++++++++++++++++------------------ po/es.po | 970 +++++++++++++++++++------------------ po/fr.po | 984 ++++++++++++++++++------------------- po/it.po | 972 ++++++++++++++++++------------------- po/nl.po | 1007 +++++++++++++++++++------------------- po/pl.po | 1366 +++++++++++++++++++++++++++++++--------------------- po/ru.po | 975 ++++++++++++++++++------------------- po/uk.po | 967 +++++++++++++++++++------------------ reldate.h | 2 +- 16 files changed, 4859 insertions(+), 4422 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71fb7c2c..ffa2fa21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,51 @@ -Tue Jan 26 08:41:06 1999 Thomas Roessler +Wed Feb 10 23:12:27 1999 Thomas Roessler + + * rfc1524.c, protos.h, lib.c, handler.c, attach.c: + Fix the security fix. + + * rfc1524.c, mutt.h, lib.c, init.h: [stable] $mailcap_sanitize + +Tue Feb 9 23:54:03 1999 Thomas Roessler + + * sort.c, mx.c, mutt.h, mh.c, mbox.c, curs_main.c, ChangeLog: + Vikas' latest collapse fix. + + * pgppubring.c: [stable] Alg. 16 is encrypt-only, el-gamal. + + * po/cs.po: New czech translation. + + * commands.c: Reorder headers when decode-piping. + +Thu Feb 4 12:00:10 1999 Thomas Roessler + + * mx.c: Check for write errors when moving messages to $mbox. + +Tue Feb 2 21:57:44 1999 Thomas Roessler + + * pattern.c: small nit-fix from vikas to the ~v pattern. + + * imap.c: Brandon's imap_create patch. + + * copy.c, imap.c: A couple of IMAP fixes from Brandon Long. + +Thu Jan 28 09:08:47 1999 Thomas Roessler + + * gnupgparse.c: gnupg's trust model is currently unusable. + As a work-around, we don't present the user with _any_ trust + information if he uses gnupg. + +Tue Jan 26 21:24:56 1999 Thomas Roessler + + * doc/manual.sgml.in: [stable] document ~v. + + * thread.c, pattern.c, mutt.h: [stable] Add the ~v pattern. + + * doc/manual.sgml.in: Document $implicit_autoview. * compose.c: Fix a segfault when users change attachment content types, and let toggle-unlink honor the $resolv variable. - * compose.c: $resolve should be honored when doing - toggle-unlink on the compose menu. - Mon Jan 25 22:16:46 1999 Thomas Roessler * po/ru.po, po/cs.po, configure.in: Russian and czech translations. diff --git a/Makefile.am b/Makefile.am index 157a8ab2..b38ac8d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP TODO configure acconfig.h attach.h \ mailbox.h mapping.h mime.h mutt.h mutt_curses.h mutt_menu.h \ mutt_regex.h mutt_socket.h mx.h pager.h parse.h pgp.h protos.h \ reldate.h rfc1524.h rfc2047.h rfc822.h sha.h sha_locl.h \ - sort.h mime.types VERSION prepare _regex.h + sort.h mime.types VERSION prepare _regex.h README.SECURITY BUILT_SOURCES = mutt_dotlock.c keymap_defs.h diff --git a/NEWS b/NEWS index f7398924..279c42c6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Major changes since 0.95 +------------------------ + +- Mutt was affected by the so-called "pine remote exploit". We have + implemented a work-around we believe to be safe. See + README.SECURITY and the mailcap_sanitize option for details, and + check your mailcap files for insecure entries. + +- The use_mailcap option has gone. Instead, we now have + implicit_autoview. See the manual for details. + +- We have more translations than ever before. Supported languages + now include cs, de, es, fr, it, nl, pl, ru, uk. And en, as usual. + +- Mutt now uses version 0.12 of the "regex" library instead of rx. + This library is believed to be far more stable than rx. See + INSTALL for details. + Major changes since 0.93 ------------------------ diff --git a/VERSION b/VERSION index c0a40022..e7f6f8b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.95.1 +0.95.2 diff --git a/doc/Makefile.in b/doc/Makefile.in index 8aa7bc0f..0a8d69b1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -38,7 +38,7 @@ srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt \ manual.txt topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \ - README NEWS TODO + README NEWS TODO README.SECURITY DOCFILES = manual.txt diff --git a/doc/manual.sgml.in b/doc/manual.sgml.in index 80868e90..c4919692 100644 --- a/doc/manual.sgml.in +++ b/doc/manual.sgml.in @@ -3098,6 +3098,18 @@ Default: $MAILCAPS or ˜/.mailcap:/usr/local/share/mailcap:/etc/mail This variable specifies which files to consult when attempting to display MIME bodies not directly supported by Mutt. +mailcap_sanitize